Posted by Beauregard T. Shagnasty on 10/29/07 18:58
Nick wrote:
> <div id="menu" class="menu" align="left">
>
> <a
> href="index.php" class="menu">HOME</
<schnipp>
Do it this way:
<div id="menu">
<a href="index.php">HOME</a>
<a href="faq.php">F.A.Q.</a>
[etc...]
</div>
Put the styling all in the "#menu { }" in the style sheet.
#menu {
margin: 0 auto;
}
#menu a { margin: 0 5em; }
or similar.
> About
> td.list { font-family:Verdana, Arial, Helvetica, sans-serif; font-
> size:0.58em;
0.58em ? That is half of my default size, and unreadable.
--
-bts
-Motorcycles defy gravity; cars just suck
[Back to original message]
|