Thread: Link to img problem
Results 1 to 3 of 3
Related
-
css active link problem Forum: CSS Forum
Replies: 9 -
javascript link problem Forum: Javascript Forum
Replies: 4 -
Link Problem? Forum: HTML Forum
Replies: 1 -
CSS menu link underlining problem Forum: CSS Forum
Replies: 1 -
Javascript active link problem Forum: Javascript Forum
Replies: 0
-
11-24-2003, 04:42 PM #1
Link to img problem
Hi folks
i am having trouble adding a link to gif. my friend has just got his domain name , i am making his page for him ............ eeeerrrrrr well trying lol. the html comand i have put in is as follows
<a href="www.linksite.com"><img src="gifname.gif"></a>
and when i have gone to click the link on the page it has come up with www.mysite.co.ukwww.linksite.com . can anyone help me please.
Thank you
BrianLast edited by HTML; 02-05-2007 at 12:01 PM.
-
11-24-2003, 04:58 PM #2
Hiya , welcome to the forums.
All absolute links have to start with http://, so try
HTML Code:<a href="http://www.linksite.com"><img src="gifname.gif"></a>
Last edited by HTML; 02-05-2007 at 12:02 PM.
If one of our members helps you, please click theicon to add to their reputation!
No support via email or private message - use the forums!
Before you ask, have you Searched?
-
11-24-2003, 06:51 PM #3
thanks Dean
Thanks for that Dean , i cannot believe i missed the http:// out lol . thanks again mate
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum