Okay, I've searched and searched through google but I can't find the answer.
I want to use an unordered list and link the text to another page.
I tried two ways like below and neither worked:
<ul>
<font size="1" color="000000">
<a STYLE="text-decoration:none href="http://www.policewivesonline.com/articles_bookreviews_iloveacop.html">
<li>I Love A Cop, by Dr. Ellen Kirschman</li>
</a>
</font>
</ul>
AND
<ul>
<font size="1" color="000000">
<li>
<a STYLE="text-decoration:none href="http://www.policewivesonline.com/articles_bookreviews_iloveacop.html">I Love A Cop, by Dr. Ellen Kirschman</a>
</li>
</font>
</ul>
Any ideas for me?