My CSS:
.bodytext {font: 11px Arial, Helvetica, sans-serif;}
A {FONT-WEIGHT: bold; COLOR: #0c4978}
My HTML:
<td> <A href="http://www.mysite.com/maintopic">Main Topic</A><BR> <span class="bodytext"><A href="http://www.mysite.com/article" target=blank>Article</A></span> </td>
Topic Heading (Main hyperlink stlyle - A)
Article Reference (2nd. hyperlink style which is the same as the bodytext, but with an underline)
Both hyperlinks are on the same <td> tag. I've been playing around with the <span> tags and messing with the CSS, but nothing seems to work.
Can anyone help?
Thanks.
Edited by pizzaboy, 19 May 2006 - 03:43 AM.
