|  | Posted by bim_bom on 08/19/06 11:17 
Uytkownik "bim_bom" <julekmen@go2.pl> napisa w wiadomoci news:ec6r5r$kdd$1@news.onet.pl...
 > Hi,
 > I have a HTML file with text with different font sizes, colors, etc. -
 > just a normal html file.
 >
 > Is there a way to add some code at the beginnng of the file, that all the
 > later texts are shown in the same size?
 >
 > For example I have code:
 > <h1>AAA</h1>
 > <h2>BBB</h2>
 > <font size=20>CCC</font>
 >
 > Will it be able to change,that all these texts show in the same size in IE
 > 6?
 
 I created something like this:
 
 <STYLE TYPE="text/css">
 
 H1 { font-size: 12px }
 H2 { font-size: 12px }
 H3 { font-size: 12px }
 
 FONT { font-size:12px;}
 
 </STYLE>
 
 It works quite well :)
  Navigation: [Reply to this message] |