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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

image not appearing

Status
Not open for further replies.

emilybartholomew

Technical User
Aug 3, 2001
82
US
I have an html page with several images on it. When I clear my cache and load the page, ONE of the image links appears broken. When I reload, the image appears. This is only happening with one of the four or five images on the page. Does anyone know why this might be happening, and how I can fix it?
 
Can you post relevant code or a link to the site? DeZiner
Never be afraid to try something new.
Remember that amateurs built the Ark.
Professionals built the Titanic
 
The site is: oahu.lbl.gov

A skeleton of relevant code:

<script language=Javascript src=&quot;header.html&quot;></script>

<!--<font color=&quot;#6879C7&quot; size =110%>Standby Power Data Center</font>-->

<H1>Standby Power Data Center</H1>
<BR><P>In response...
<P>
The searchable database...
<hr>

<table cellpadding=5>
<tr valign=top>
<td width=34%>

<H2>Information</H2>
<!--********************************-->
<center><img src=&quot;pictures/qmark.gif&quot; border=0></center>
<!--********************************-->
<ul>

<li><a href=&quot;guidelines.html&quot;><b>General guidelines</b></a> for identifying appliances and electronic devices with standby power.
<li>View
...


Thanks-
Emily
 
Verify you added <!-- just for the forum? If not you have commented out the image so the browser won't parse it. DeZiner
Never be afraid to try something new.
Remember that amateurs built the Ark.
Professionals built the Titanic
 
This code looks fine then. You say an image link, this is not portrayed above, I see no problem. Can we see the url for the page itself? DeZiner
Never be afraid to try something new.
Remember that amateurs built the Ark.
Professionals built the Titanic
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top