|
Posted by dorayme on 06/13/07 07:35
In article
<1181711304.208266.137480@q19g2000prn.googlegroups.com>,
aak <archi.kathrani@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;
> }
>
> #main-content {
And we are supposed to guess the html? Anyway, I will just
comment on this tiny fragment I quote. Try:
body {
font-family: Arial, sans-serif;
font-size: 100%;
margin: 0;
}
and see how you go. If you must use Comic Sans, use it but it is
a taller font and takes up more room than is generally wise.
--
dorayme
Navigation:
[Reply to this message]
|