[Javascript] Changing the font of all elements on a page[Spam][93.0%]

Paul Cowan dagda1 at hotmail.com
Fri Nov 26 07:29:37 CST 2004


Hi all,

I have a table with a colgroup defined as such

<TABLE id="controlTable" style="FONT-SIZE: xx-small" cellSpacing="2" 
cellPadding="1" width="560" align="center" border="0">
<COLGROUP>
    <COL style="WIDTH: 20%"></COL>
   <COL style="WIDTH: 25%"></COL>
   <COL style="WIDTH: 20%"></COL>
   <COL style="WIDTH: 35%"></COL>
</COLGROUP>
</table>

Is there a way I can change the width of the columns, using javascript??

Thanks

Paul





More information about the Javascript mailing list