DrySnot
Technical User
- Nov 29, 2007
- 46
Is there any way to do do this? Right now if you view the page without images no text displays over over the links.
DrySnot: Job Forums, Resume Help Forums, and Interview Advice Forums.
Code:
<table align="center">
<tr>
<td><a href="index.html" class="home">Home</a></td>
<td><a href="forums/index.php" class="forum">Forum</a></td>
<td><a href="snotshop.html" class="snotshop">SnotShop</a></td>
<td><a href="contact.html" class="contact">Contact</a></td>
<td><a href="links.html" class="links">Links</a></td>
</tr></table>
DrySnot: Job Forums, Resume Help Forums, and Interview Advice Forums.