Bry Man
10-09-2004, 06:16 AM
Hi
I recently decided to design my site so its more appealing to the eye or what not by drawing up some graphics in photoshop CS and slicing them and then outputting them as html/images, everything was going fine until I loaded the html and images onto my site. There seems to be a somewhat think purple outline around the graphics that are hotlinked....also it appears to be tileing horzontally even though its a fixed width...anyways here is the site im testing it on http://www.trio.5gigs.com/ just to save some people some time I know theres stuff that isnt needed and it looks like crap etc etc its jsut a test for right now, the menu in question is located at the left if anyone can help me out that'd be nice cuz I hardly have time to do anything nowdays.
Here is the code for the menu in question
<table id="Table_01" width="196" height="216" border="0" cellpadding="0" cellspacing="0">
<tr>
<td background="images/menu_01.gif" width="196" height="39" alt="">ONONNB</td>
</tr>
<tr>
<td><a href="http://www.trio.5gigs.com/"><img src="images/menu_02.gif" width="196" height="18"></td>
</tr>
<tr>
<td><a href="http://www.trio.5gigs.com/"><img src="images/menu_03.gif" width="196" height="18" alt=""></td>
</tr>
<tr>
<td background="images/menu_04.gif" width="196" height="18" alt=""></td>
</tr>
<tr>
<td background="images/menu_05.gif" width="196" height="18" alt=""></td>
</tr>
<tr>
<td background="images/menu_06.gif" width="196" height="18" alt=""></td>
</tr>
<tr>
<td background="images/menu_07.gif" width="196" height="18" alt=""></td>
</tr>
<tr>
<td background="images/menu_08.gif" width="196" height="18" alt=""></td>
</tr>
<tr>
<td background="images/menu_09.gif" width="196" height="18" alt=""></td>
</tr>
<tr>
<td>
<img src="images/menu_10.gif" width="196" height="18" alt=""></td>
</tr>
<tr>
<td background="images/menu_11.gif" width="196" height="15" alt=""></td>
</tr>
</table>
Also all the link attributes like text decoration and stuff are set to none
I recently decided to design my site so its more appealing to the eye or what not by drawing up some graphics in photoshop CS and slicing them and then outputting them as html/images, everything was going fine until I loaded the html and images onto my site. There seems to be a somewhat think purple outline around the graphics that are hotlinked....also it appears to be tileing horzontally even though its a fixed width...anyways here is the site im testing it on http://www.trio.5gigs.com/ just to save some people some time I know theres stuff that isnt needed and it looks like crap etc etc its jsut a test for right now, the menu in question is located at the left if anyone can help me out that'd be nice cuz I hardly have time to do anything nowdays.
Here is the code for the menu in question
<table id="Table_01" width="196" height="216" border="0" cellpadding="0" cellspacing="0">
<tr>
<td background="images/menu_01.gif" width="196" height="39" alt="">ONONNB</td>
</tr>
<tr>
<td><a href="http://www.trio.5gigs.com/"><img src="images/menu_02.gif" width="196" height="18"></td>
</tr>
<tr>
<td><a href="http://www.trio.5gigs.com/"><img src="images/menu_03.gif" width="196" height="18" alt=""></td>
</tr>
<tr>
<td background="images/menu_04.gif" width="196" height="18" alt=""></td>
</tr>
<tr>
<td background="images/menu_05.gif" width="196" height="18" alt=""></td>
</tr>
<tr>
<td background="images/menu_06.gif" width="196" height="18" alt=""></td>
</tr>
<tr>
<td background="images/menu_07.gif" width="196" height="18" alt=""></td>
</tr>
<tr>
<td background="images/menu_08.gif" width="196" height="18" alt=""></td>
</tr>
<tr>
<td background="images/menu_09.gif" width="196" height="18" alt=""></td>
</tr>
<tr>
<td>
<img src="images/menu_10.gif" width="196" height="18" alt=""></td>
</tr>
<tr>
<td background="images/menu_11.gif" width="196" height="15" alt=""></td>
</tr>
</table>
Also all the link attributes like text decoration and stuff are set to none