|
Posted by bim_bom on 08/20/06 08:38
Uytkownik "Neredbojias" <http://www.neredbojias.com/fliam.php?cat=alt.html>
napisa w wiadomoci
news:Xns98246F7673D76httpwwwneredbojiasco@208.49.80.251...
> 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.
Oh, I understand, that you don't like my idea :)
But I don't want to make standard-sized-fonts internet sites - I want it for
much different purposes :)
[Back to original message]
|