Click to See Complete Forum and Search --> : buttons


busy
01-08-2003, 01:27 AM
I feel silly asking this question - its probably very simple

I have created a button using psp but how do I go about using it to link to other pages - I ve always used text links but now I want to use my own button I made.

Could someone help me out with this - much appreicated

pyro
01-08-2003, 07:48 AM
This should do the trick for you...

<a href="yourpage.htm"><img src="yourimage.gif" height="20" width="50" border="0"></a>

busy
01-08-2003, 11:18 PM
thanks for your help - worked a treat

Rick Bull
01-09-2003, 05:47 AM
Don't forget also you should provide an ALT attribute for when the image can not be loaded, or the use does not have a image capable browser:


<a href="yourpage.htm"><img src="yourimage.gif" height="20" width="50" border="0" alt="LINK TEXT"></a>


It should be something meaningful.