
Originally Posted by
peter
The second Fishin.com logo which is under the first logo on the top left does not work. Colonel Duncan link under Conel Duncan's fishing report was not working before today.
Didn't check any others.
To find out if it is a coding issue "check the code".
Regarding the code on the second fishin.com logo here it is and it is wrong.
<img
src="http://www.fishin.com/graphics/icons/bullet-square-r.gif"
hspace="6" width="11" height="11"></font><a
There is no link code.
A link starts with <a href=
It should be like the below as it is on the top fishin.com logo that works:
<a href="../../index.html">
<img
src="http://www.fishin.com/graphics/logos/fishinlogo-horiz.gif"
alt="Fishin.com" align="absmiddle" border="0" width="236"
height="33"></a>
It is not a server issue. There is only one server that serves the fishin.com pages...the fishin.com server so to speak. It does not matter who you connect to the internet through.