View Full Version : Problems with linking pages
simon miles
01-28-2003, 02:37 PM
<TD><A HREF="immigration.html"><IMG SRC="../image014.gif" WIDTH="128" HEIGHT="25"BORDER="O"></A></TD>
The above button link on my index.html is not working, it is the only one I'v tried out of 17, obviously "something is wrong" in the writing of it, can someone suggest a solution please !
Also, how do I write a mouse over script for it.
DCElliott
01-28-2003, 03:14 PM
<TD><A HREF="immigration.html"><IMG SRC="../image014.gif" WIDTH="128" HEIGHT="25"[no space]BORDER="O[0 not O]"></A></TD>
Is your relative reference correct?
For mouseovers look up "mouseover" or get a mouseover image swap script. They are everywhere. If you want to use CSS, that is another matter.
DE
simon miles
01-28-2003, 05:48 PM
Originally posted by DCElliott
<TD><A HREF="immigration.html"><IMG SRC="../image014.gif" WIDTH="128" HEIGHT="25"[no space]BORDER="O[0 not O]"></A></TD>
Is your relative reference correct?
For mouseovers look up "mouseover" or get a mouseover image swap script. They are everywhere. If you want to use CSS, that is another matter.
DE
.........................................................................................................
<TD><IMG SRC="../image013.gif" WIDTH="128" HEIGHT="25" BORDER="0"></TD>
<TD><A HREF="immigration.htlm"><IMG SRC="../image014.gif" WIDTH="128" HEIGHT="25" BORDER="0"></A></TD>
<TD><IMG SRC="../image016.gif" WIDTH="128" HEIGHT="25" BORDER="0"></TD>
<TD><IMG SRC="../image015.gif" WIDTH="128" HEIGHT="25" BORDER="0"></TD>
</TR>
<TR>
<TD></TD>
<TD><IMG SRC="../image020.gif" WIDTH="128" HEIGHT="25" BORDER="0"></TD>
<TD><IMG SRC="../image017.gif" WIDTH="128" HEIGHT="25" BORDER="0"></TD>
<TD></TD>
Thankyou for pointing out the mistakes and suggestion, still no luck though.
DCElliott
01-28-2003, 06:20 PM
<A HREF="immigration.htlm">
Typos - they'll break your heart.:rolleyes:
DE
simon miles
01-29-2003, 03:46 AM
Originally posted by DCElliott
<A HREF="immigration.htlm">
Typos - they'll break your heart.:rolleyes:
DE
<A HREF="immigration.htlm">
Typos - they'll break your heart.
DE
I'm missing the point!
ByteWizard
01-29-2003, 04:22 AM
The correct extension is
html
not
htlm
vBulletin® v3.7.2, Copyright ©2000-2009, Jelsoft Enterprises Ltd.