View Full Version : Links in Tables?


DJ Will
07-10-2003, 07:12 AM
I've been having some trouble putting links in my table?
I also have .css on my site, so I need the links to change colour when you have your mouse over it (just like in the rest of my site)
Can anybody please gimme a hand?

Thanks heaps.
~Will

Sami Fouad
07-10-2003, 09:25 AM
<table>
<tr>
<td>
ANY REGULAR HTML GOES HERE, including links.

<a href="test.html" alt="Test">Link text</a>
</td>
</tr>
</table>

DJ Will
07-10-2003, 09:34 AM
what do u mean by "test.html" and "test"?

pb&j
07-10-2003, 02:00 PM
you will have to be much more specific on what you are trying to accomplish.

can you put a link to the page in question? and describe where the table is and what links are going to be seen where.

if you have a css area, chances are the new links will already be acting like your current ones.