dennic
07-08-2003, 05:21 AM
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.
here is the code
<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()">
<TR>
<TD style="WIDTH: 284px">
<H4><A href="Races03.htm"><FONT color="white" size="+1">Parkes Picnic Races 2003</FONT></A>
</H4>
</TD>
<!--Races 03' image-->
<TD><A href="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>
</TR>
<TR>
<TD style="WIDTH: 284px">
<H4><A href="Race03.htm"><FONT color="white" size="+1">Mr Jones - Saturday 6th of July</FONT></H4>
</A>
</TD> <!--Mr Jones Image-->
<TD><A href="Race03.htm"><IMG style="WIDTH: 112px; HEIGHT: 80px" height="80" alt="" src="images/Photos/races02-1.jpg" width="112" border="1"></A></TD>
</TR>
</TABLE>
thanks
here is the code
<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()">
<TR>
<TD style="WIDTH: 284px">
<H4><A href="Races03.htm"><FONT color="white" size="+1">Parkes Picnic Races 2003</FONT></A>
</H4>
</TD>
<!--Races 03' image-->
<TD><A href="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>
</TR>
<TR>
<TD style="WIDTH: 284px">
<H4><A href="Race03.htm"><FONT color="white" size="+1">Mr Jones - Saturday 6th of July</FONT></H4>
</A>
</TD> <!--Mr Jones Image-->
<TD><A href="Race03.htm"><IMG style="WIDTH: 112px; HEIGHT: 80px" height="80" alt="" src="images/Photos/races02-1.jpg" width="112" border="1"></A></TD>
</TR>
</TABLE>
thanks