|
|||||||
| Graphics Discussion and technical support for creating and editing graphics for the web. |
![]() |
|
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
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 |
|
#2
|
||||
|
||||
|
This should do the trick for you...
Code:
<a href="yourpage.htm"><img src="yourimage.gif" height="20" width="50" border="0"></a> |
|
#3
|
|||
|
|||
|
thanks for your help - worked a treat
|
|
#4
|
||||
|
||||
|
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:
Code:
<a href="yourpage.htm"><img src="yourimage.gif" height="20" width="50" border="0" alt="LINK TEXT"></a>
__________________
http://www.rickbull.co.uk/ Help get full alpha-transparency in Internet Explorer - probably won't help, but worth a try
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|