W whatnow Established Member ★ 20 ★ Impact 0 Nov 16, 2005 789 views 6 replies #1 ok i have a banner but i dont know how to make it when you click on the banner it goes to that site? im not if this is the right forum either lol how do i do that thanks
ok i have a banner but i dont know how to make it when you click on the banner it goes to that site? im not if this is the right forum either lol how do i do that thanks
def1 Established Member ★ 20 ★ Impact 6 Nov 16, 2005 #2 <a href="linkhere"><img src="banner.gif"></a> i think thats right but im kind of tired so check on it
<a href="linkhere"><img src="banner.gif"></a> i think thats right but im kind of tired so check on it
yngexec Established Member ★ 20 ★ Impact 1 Nov 16, 2005 #3 sounds like what they wanted... whatnow: A site that could help you out on future needs is: HTML Goodies. There's a lot of good resources there. Always feel free to ask us though
sounds like what they wanted... whatnow: A site that could help you out on future needs is: HTML Goodies. There's a lot of good resources there. Always feel free to ask us though
Dresdan Established Member ★ 20 ★ Impact 2 Nov 16, 2005 #4 def1 is correct <a href="url of link"><img src="url of image"></a> just change the parts in the "url of link" to your url, and "url of image" to the url of your hosted image.
def1 is correct <a href="url of link"><img src="url of image"></a> just change the parts in the "url of link" to your url, and "url of image" to the url of your hosted image.
JoshHendo Established Member ★ 20 ★ Impact 7 Nov 16, 2005 #5 <a href="linkhere"><img src="banner.gif" border="0"></a> If you don't have the border = 0 thing it will have a ugly border around the image :P
<a href="linkhere"><img src="banner.gif" border="0"></a> If you don't have the border = 0 thing it will have a ugly border around the image :P
Xyzer VIP Member VIP ★ 20 ★ Impact 12 Nov 16, 2005 #6 Also, im sure it will be for example: <a href="http://www.namepros.com"><img src="/images/misc/star2.gif" border="0"></a>
Also, im sure it will be for example: <a href="http://www.namepros.com"><img src="/images/misc/star2.gif" border="0"></a>
Maverick Established Member ★ 20 ★ Impact 21 Nov 16, 2005 #7 Also if you want the link to open in another browser, then add the following target="_blank" in the code. Example: <a href="http://www.namepros.com" target="_blank"><img src="/images/misc/star2.gif" border="0"></a>
Also if you want the link to open in another browser, then add the following target="_blank" in the code. Example: <a href="http://www.namepros.com" target="_blank"><img src="/images/misc/star2.gif" border="0"></a>