Hi everyone,
I'm developing a simple HTML site and want to know what HTML code I should use so on my links page I can have a logo of a site which when clicked will take you to their website but will do so on a seperate page.
cheers
Jane
Hi everyone,
I'm developing a simple HTML site and want to know what HTML code I should use so on my links page I can have a logo of a site which when clicked will take you to their website but will do so on a seperate page.
cheers
Jane
Code:<a href="http://www.siteurl.com" target="_blank"><img src="http://www.imageurl.com/image.jpg" alt="logo" width="58" height="127" border="0" /></a>
if you ever get stuck on html, this site is perfect for helping:
www.w3schools.com