image link on table

admin

Administrator
Staff member
im creating a webpage that has a table, 2 columns and 2 rows, on one side there is text on the right side there are images. i have provided links for both the text and the images, for some reason the link for the images does not laod up and just says that the page cannot be displayed.<br />
<br />
here is the code<br />
<br />
<TABLE id="ImageTable" cellSpacing="1" cellPadding="1" width="418" border="0" style="Z-INDEX: 105; LEFT: 12px; WIDTH: 418px; POSITION: absolute; TOP: 71px; HEIGHT: 171px" language="javascript" onclick="return ImageTable_onclick()"><br />
<TR><br />
<TD style="WIDTH: 284px"><br />
<H4><A href=http://www.webdeveloper.com/forum/archive/index.php/"Races03.htm"><FONT color="white" size="+1">Parkes Picnic Races 2003</FONT></A><br />
</H4><br />
</TD><br />
<!--Races 03' image--><br />
<TD><A href=http://www.webdeveloper.com/forum/archive/index.php/"Race03.htm"><IMG style="WIDTH: 117px; HEIGHT: 72px" height="72" alt="Parkes Picnic Races 2003" src="images/Photos/races02-4.jpg" width="117" border="1"></A></TD><br />
</TR><br />
<TR><br />
<TD style="WIDTH: 284px"><br />
<H4><A href=http://www.webdeveloper.com/forum/archive/index.php/"Race03.htm"><FONT color="white" size="+1">Mr Jones - Saturday 6th of July</FONT></H4><br />
</A><br />
</TD> <!--Mr Jones Image--><br />
<TD><A href=http://www.webdeveloper.com/forum/archive/index.php/"Race03.htm"><IMG style="WIDTH: 112px; HEIGHT: 80px" height="80" alt="" src="images/Photos/races02-1.jpg" width="112" border="1"></A></TD><br />
</TR><br />
</TABLE><br />
<br />
<br />
thanks<!--content-->language="javascript" is not an attribute of <table><br />
<H4><A href=http://www.webdeveloper.com/forum/archive/index.php/"Race03.htm"><FONT color="white" size="+1">Mr Jones - Saturday 6th of July</FONT></A></H4> Corrected nesting error.<br />
Back to the problem: are the linked files in the same directory/folder as this webpage?<!--content-->the language="javascript" attribute was created automatically, i was using Visual Studio.Net to create it. The nesting shouldnt really have anything to do with the reason as to why its not linking correctly will it??<br />
<br />
no the web page is not in the same folder as the images<!--content-->Is Race03.htm in the same folder as the webpage?<!--content-->yes it is<!--content-->You have Races03.htm and Race03.htm! The script works correctly.<!--content-->
 
Back
Top