Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Where are my hyperlinked images going? 1

Status
Not open for further replies.

cammy

Technical User
Feb 4, 2002
152
GB
Hi

I've designed and uploaded a website ( but I'm having serious problems with 3 hyperlinked images in the site. Using ie7 at work the site appeared fine but with the same browser and with firefox at home it is not showing the images. Here is some of the code as it is uploaded
Code:
<div class="leftcontent">
<li><a href="getthere.htm">How to get there</a></li>
<li><a href="ontheday.htm">On the day</a></li>
<li><a href="aftertheevent.htm">After the event</a></li>
<li><a href="pastresults.htm">Past results</a></li>
<li><a href="pictures.htm">Pictures</a></li>
<li><a href="forum.htm">Forum</a></li>
<li><a href="sponsors.htm">Sponsors/Links</a></li>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<a href="[URL unfurl="true"]http://www.7stanes.gov.uk/"[/URL] target="_blank"><img src="/images/7staneslogo.gif" alt="7 Stanes Logo" width="64" height="88" border="0" /></a>
<a href="[URL unfurl="true"]http://www.forestry.gov.uk/"[/URL] target="_blank"><img src="/images/forestrycommission.jpg" width="119" height="25" border="0" align="right" /></a>
</div>

and this is what is shown from 'view source' on my browser:
Code:
<div class="leftcontent">
<li><a href="getthere.htm">How to get there</a></li>
<li><a href="ontheday.htm">On the day</a></li>
<li><a href="aftertheevent.htm">After the event</a></li>
<li><a href="pastresults.htm">Past results</a></li>

<li><a href="pictures.htm">Pictures</a></li>
<li><a href="forum.htm">Forum</a></li>
<li><a href="sponsors.htm">Sponsors/Links</a></li>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<a href="[URL unfurl="true"]http://www.7stanes.gov.uk/"[/URL] target="_blank">                                                                                           </a>
<a href="[URL unfurl="true"]http://www.forestry.gov.uk/"[/URL] target="_blank">                                                                                             </a>
</div>

This is becoming a real pain in the ass. Any help would be most welcome.

Cheers

Cammy
 
What is the slash for?
Code:
height="88" border="0" [red]/[/red]></a>
[code]

Keith
[URL unfurl="true"]www.studiosoft.co.uk[/URL]
 
It looks fine to me (that is, I see both images).

Greg
"Personally, I am always ready to learn, although I do not always like being taught." - Winston Churchill
 
Hi

Interesting. Those [tt]img[/tt] tags are there in FireFox, SeaMonkey and Opera... Both in source and displayed.

Happen to have Norton firewall ? That used to remove parts of the HTML sources.

Feherke.
 
Hi

I'm running ZoneAlarm Pro suite. That's what was causing it. Under Privacy/Ad-Blocking it was set to high, blocking all banner ads, pop-up and pop-under. It must have thought that it was one of the above.

It was only blocking images linked to external pages and not those linked to other pages within the site. Can't believe I've been tearing my hair out with this for days. Thanks Feherke.

Now I just need to find out why my brothers work pc is not showing the main banner along the top of the site which is set as a background to a div tag.....

Cheers

Cammy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top