PDA

View Full Version : [HTML] Basic Spalsh Screen


epicphail
11-09-2007, 05:05 AM
How do I make it so my image on my home screen is clickable?
My site is epicphail.com.net.sc
Thanks.

epicphail
11-11-2007, 02:34 AM
How do I make it so my image on my home screen is clickable?
My site is epicphail.com.net.sc
Thanks.

Actually figured it out.

I love this free hosting.

scrambledrambles
12-23-2007, 09:33 AM
Well i haven't worked otu how to do it...i have absolutely no idea! WAAAH> My first time, all i really want to put up on the page is these images with links to other stuff.

wlacards
12-24-2007, 09:04 PM
www.w3schools.com/html/ ;)
To make something a hyperlink you would put <a></a> tags around it, in the form of <a href="http://www.website.com">Clickable text here</a>
Or instead of Clickable text here <img src="images/image.jpg" alt="this is what shows up when images are disabled" /> to make it an image.