Html4newbies
Put your hands into html and php
Home
Privacy
About
Contact

News Feed
Newsfeed
Free Php Snippets
Php Snippets 1
Php Snippets 2
Links

For as low as $25 you can get 5 scripts of your choice

Links in an HTML document

This text link to a webpage
<a href="somepage.htm">This text link to a webpage</a>

This text link to a website
<a href="http://www.somesite.com">This text link to a website</a>

Use a image for a link that opens in same window

<a href="http://www.harlandscripts.com" target="_self"> <img border="0" src="button1.gif" width="88" height="31"> </a>

Use a image for a link that opens in new window

<a href="http://www.harlandscripts.com" target="_blank"> <img border="0" src="button1.gif" width="88" height="31"> </a>


Copyright © 2002-2008 Html4newbies - HarlandScripts.com NetWork  ( 255 )