Re: I know you're tired of hearing this, but ... re FAQs
Blammo <[email protected]>
| Newsgroups | gmane.mail.spam.spamcop.help |
|---|---|
| Organization | RM Gates |
| Message-ID | <[email protected]> |
On 04 Jul 2005 WazoO entered spamcop.help and left news:[email protected]: >> >> OK, take a look now ... Index started ... help at all? > > And even more, I figured out how to get anchor tags working > in this thing. ....???? > > > I think unordered lists are a bad idea there, take a look at Definition lists: http://www.w3.org/TR/html401/struct/lists.html#h-10.3 <div id="list1"> <dl id="user"> <dt class="topic">SpamCop User</dt> <dl class="links"> <dt><a href="http://www.spamcop.net/fom-serve/cache/64.html">Need to brush up on Reporting Rules?</a></dt> <dt><a href="http://forum.spamcop.net/forums/index.php?showforum=15">How to Report Tutorials</a></dt> </dl> </dl> </div> Or something like that. Then you can reduce the left margin with #list1 DT {margin-left: 0em; padding-left: 0em; text-indent: 0.5em} or something like that. If you plan on using any DHTML you should probably give every "topic" container an ID. -- | Ric |