Click to See Complete Forum and Search --> : Links and Templates


CSE-SKATER
04-03-2010, 03:13 PM
Hello,

I own

www.terrydineen.site40.net

If you try and click "Puppet Shows" which is a link You're not able to. How come this happens?

Also how do I create a template for HTML and also how do I use it in my webpage do I need to know CSS?

Thanks

optimus203
04-03-2010, 06:52 PM
I'm assuming the link in question is the photo of the puppet. If you hover over the image, you will see the link location on the bottom-left portion of your browser. Right now, the image is linking to: file:///C:/Users/C.Butler/Desktop/Terry%20Dineen%27s%20Website/Terry%20Dineen%20Website%20Page%202.html

Actually, all of the links are referencing files on your computer. But once online, these links do not work. You must have links relative to your root directory online. So, once all of your files are on your server, the above link would be simply: Terry%20Dineen%20Website%20Page%202.html

It is also best to avoid spaces (use - or _ instead), as all the spaces will be interpreted as %20, which is quite unattractive.

Hope this helps.