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>