Jump to content

HTMl new pages


Guest kav

Recommended Posts

Im haveing problems, on my web site, i have created some links, but where do i edit trhe contents of them links, and how come they dont open up, In my codeing i cant see where to change them links so my web site only got one page plzzz can anyone help meeeeeeeeeeeeeeeeeeeeee

Link to comment
Share on other sites

if you have a link like:

<a href="newpage.html">New Page</a>

You actually have to have a page called newpage.html in the same folder as the page being viewed.If you should us your code it would make troubleshooting more easy.

Link to comment
Share on other sites

we would appreciate that problems and solutions be presented here, in the forums, so that others can learn from the experience as well.thanks

Link to comment
Share on other sites

<a href="newpage.html">New Page</a>(file called newpage in the same folder)<a href="../newpage.html">New Page</a>(map/map/map(where the page called newpage is)/map(where you tupe in the link))<a href="nomatter/newpage.html">New Page</a>(if the file is in a map(called nomatter) under the map where the document you are typing the link in)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...