Basically on the marquee is appear correct on someone laptop but then on a desktop or print out its different. Is there a way to set it to auto fit?
We are basically trying to get it to look like the sky news banner
<html>
<body>
<Table style = "width:10%">
<tr>
<th style="width:auto">
<marquee scrollamount="0" behavior="slide" align="right" bgcolor=#000000 width="100%" vspace="0" hspace = "0" style="z-index:2;font-family:calibri,sans-serif;font-size:14pt;color:#FFFF00;margin: 6px; padding: 3px;font-weight: bold; white-space: nowrap;">
NETWORK CHANGES </marquee>
</th>
<th style="width:90%">
<marquee scrollamount="12" behavior="scroll" direction="left" align="right" bgcolor=#FFFF00 width="100%" vspace="0" hspace = "0" style="z-index:2;font-family:calibri,sans-serif;font-size:14pt;color:#000000;margin: 6px; padding: 3px;font-weight: bold; white-space: nowrap;">
PLEASE SEE INFO</marquee>
</th>
</tr>
</table>
</body>
</html>