|  | Posted by Neredbojias on 08/19/06 17:55 
To further the education of mankind, "bim_bom" <julekmen@go2.pl>vouchsafed:
 
 >
 > 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 :)
 
 Sounds like you have a flawed design.  It may look good to you,
 aesthetically speaking, but vomit can look like modern art, too.
 
 --
 Neredbojias
 Infinity has its limits.
  Navigation: [Reply to this message] |