Log in

View Full Version : question from newbie



niky
07-25-2008, 04:29 PM
I've create an easy html page and I wanted to attach it to my website. But no one link doesn't to that new page.
The page's name is, christmas-ornaments.html
I think maybe the problem is this symbol, -
Hope to get your advaice, friends.

Jesdisciple
07-25-2008, 07:03 PM
Is the page in your site's root directory, i.e. directly after the domain name? Like http://www.example.com/christmas-ornaments.html but not like http://www.example.com/foo/christmas-ornaments.html?

If so, does this work?
<a href="/christmas-ornaments.html">Christmas Ornaments</a>What errors do you get, if any?