Forum Moderators: mack
[edited by: brotherhood_of_LAN at 7:30 pm (utc) on Oct. 28, 2008]
[edit reason] No site specifics please, thanks [/edit]
The code you posted, <a href="some page.html">some page</a>, is correct and should work, so we need to backtrack a bit, and figure out why. Are you using some kind of editor or program to create your web pages?
[edited by: Receptional_Andy at 8:49 pm (utc) on Oct. 28, 2008]
I now have blue words but when I click on them it says page not found
What this means is that you've created a link :) but the link destination is not correct :(. In the code below, the green text is the link text, and the red text is the destination:
<a href="[red]some page.html[/red]">[green]some page[/green]</a>
You most likely need to correct the destination. Perhaps try entering [webmasterworld.com...] as the destination and see if the link takes you to this site.
If I wanted to link to this discussion, I would go towards the top of my browser and find the URL:
[webmasterworld.com...]
This would be the destination for any link I wanted to make to this page. Can you do something similar for the page you want to link to?
Who created this website for you? They are the best place to ask for advice about its specific functionality.
[edited by: Receptional_Andy at 12:44 am (utc) on Oct. 29, 2008]