I can't add a hyperlink from one page to another. Can anyone help me?
Hey guys! So I created a page, and I want to add the links to other pages on this one. The text is hyperlinked and my browser seems to think it should be directed to: "filename.html" rather than filename.html and I think this is my problem. The code that I have added does so in the form of a table and appears like this: <table border="5"> <tr> <th>The rest of the blog</th> </tr> <tr> <td><a href=â2-MySkills.htmlâ target =â_blankâ>My Skills</a></td> </tr> <tr> <td><a href=â3-ALevels.htmlâ target =â_blankâ> A Levels</a></td> </tr> <tr> <td><a href=â4-ContactForm.htmlâ target =â_blankâ>Contact Form</a></td> </tr> <tr> <td><a href=â5-FollowMe.htmlâ target =â_blankâ>Follow Me</a></td> </tr> </table>