Log in

View Full Version : How html websites


chedder char
Nov 19, 2006, 12:21 PM
? :confused: †how do I get a html code to put on my piczo site so when you click it you go to that site like runescape or neopets†:confused: ?

ScottGem
Nov 19, 2006, 12:29 PM
Do a search on HTML and you should find several sites that teach you HTML coding. But the code for a link is like:

<A HREF="http://www.yourdomain.com">Your Domain</A>

RickJ
Nov 19, 2006, 03:25 PM
I'm not sure I understand what you are asking. If you are asking how to make a link, then the above is correct.

... are you asking about more or other than that?

dudleygood
Jun 19, 2007, 11:33 PM
maybe if you are to make a clickable image code, here is the source:

<a href=domain-name.html><img src="image-name.jpg"></a>