|
Posted by Jonathan N. Little on 06/13/07 13:56
aak wrote:
> On Jun 13, 12:35 pm, dorayme <doraymeRidT...@optusnet.com.au> wrote:
>> In article
>> <1181711304.208266.137...@q19g2000prn.googlegroups.com>,
>>
>> aak <archi.kathr...@gmail.com> wrote:
>>> This is my .css file:
>>> body {
>>> text-align: center;
>>> font-family: Comic Sans MS, Verdana, sans-serif;
>>> font-size: 92%;
>>> margin: 0;
As dorayme said, Comic Sans MS & Verdana are oversized and MS only so a
Linux box will substitute a "standard" size sans-serif font that at 92%
will be too small. Much written about this on this NG and the web Google
"why is Verdana bad for web design"
Also multi-word font names should be quoted in stylesheets
font-family: "Comic Sans MS", Verdana, sans-serif;
>
<snip code>
No. Just to let you know, when asked to see your code, do not post
source to newsgroups, give a URL.
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Navigation:
[Reply to this message]
|