List Testing
by Alan Harris
HTML
<table id=menu>
<tr>
<td>
<ul>
</ul>
<H3>
<LI>
<A HREF='JavaScript:openPopWin("popup.htm", 400, 400)'><A HREF="kitten.htm">Siberian Kitten Availability-Prices</A>
<BR>
<LI>
<A HREF="adults.htm">Siberian Cats Availability-Prices </A>
<BR>
<LI>
<A HREF="http://www.facebook.com/pages/Siberian-Kittens-by-Kravchenko/256896104333315" target=_new title="Kravchenko Siberians Facebook">
Kravchenko Siberians Facebook
</A>
<LI>
<A HREF="import.htm">Meet the Siberian Kitten Importers</A>
<BR>
<LI>
<A HREF="quest.htm">Questions for the Siberian Kitten Breeder</A>
<BR>
<LI>
<A HREF="allergy.htm">Information on Siberian Cat Hypo-Allergenic Fur</A>
<BR>
<LI>
<A HREF="trip.htm">Take a Trip with us to Russia</A>
<BR>
<LI>
<A HREF="catclub.htm">Kravchenko Siberian Cats Over the years</A>
<BR>
<li>
<A HREF="/news">Cat got your nose?</A>
<LI>
<A HREF="psa.htm">Prestige Siberian Cat Association</A>
<BR>
<li>
<A HREF="race.htm">Kravchenko Siberian Cats Win Dog Sled Race!</A><br>
<li>
<A HREf="charity.htm">HSUS and PETA are NOT your friends</A>
</li> </BR>
</LI>
</li>
</BR>
</LI>
</BR>
</LI>
</BR>
</LI>
</BR>
</LI>
</BR>
</LI>
</LI>
</BR>
</LI>
</BR>
</A>
</LI>
</H3>
</td>
...
CSS
#menu ul,
#menu li {
list-style-type: none;
margin: 0;
padding: 0;
}
#menu ul,
#menu li::before {
content: "\2022";
color: red;
font-weight: bold;
display: inline-table;
width: 5em;
margin-left: -1em;
}