|
Posted by aak on 06/13/07 10:22
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;
> > }
>
> > #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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html;
charset=UTF-8">
<title></title>
<link href="homepage.css" rel="stylesheet" type="text/css">
<!--[if IE 6]>
<link href="finalIE6.css" rel="stylesheet" type="text/css">
<![endif]-->
</head>
<body>
<div id="main-content">
<div id="groups">
<p> animals <span>birds</span><br> <span>cakes</
span> juices <span>cricket</span><br> tennis cars <span>history</span>
maths<br> <span>bikes astronomy</span> nature<br> <span>geography</
span> computers<br> <span>hobbies</span> science <span>festiva</
span><br> travel <span>entertainment<br> cakes</span> juices
<span>cricket</span></p>
</div><!--groups-->
<div id="stories-news">
<div id="stories">
<div id="col-1">
<ul>
<li>$<a href="#">Ali Baba and <br> Chalis Chor</a></li>
<li>$<a href="#">King Uncle</a></li>
<li>$<a href="#">Isht Visht</a></li>
<li>$<a href="#">Isht Visht</a></li>
<li>$<a href="#">Boog's Life</a></li>
<li>$<a href="#">Boog's Life</a></li>
</ul>
</div><!--col-1-->
<div id="col-2">
<ul>
<li>$<a href="#">King Uncle</a></li>
<li>$<a href="#">King Uncle</a></li>
<li>$<a href="#">Boog's Life</a></li>
<li>$<a href="#">Isht Visht</a></li>
<li>$<a href="#">King Uncle</a></li>
</ul>
</div><!--col-2-->
</div><!--stories-->
<div id="news">
<p>#<a href="#">Prashant Marne <br>has gone mad and has
<br>reached a level of madness <br>where he can kill anyone... <br>So
Beware of HIM!!!!!!!!!!</a>
</div><!--news-->
</div><!--stories-news-->
</div><!--main-content-->
</body>
</html>
Navigation:
[Reply to this message]
|