Well I can't get some basic HTML tag to work...
I want to make a link that has no under line and is black, here's what I got:
<a href="lastpage.htm" target="_blank" style="link,text-decoration: none;color,vlink:#000000;alink:#000000;link:#000000;">Last Page</a>
I cannot separate the un-link (link,text-decoration: none;) thing* with the color (color,vlink:#000000;alink:#000000;link:
#000000;) thing* under the style tag.
* I don't know what you would call it.