help with links
-
help with links
hi im adding links to other websites on my page. Can anyone tell me how to make these links open in a new page?
-
I'm guessing that you are using HTML?
If so, this is the code for a hyperlink:
<a href="yourpage.htm">Your Description</a>
This is the code for a hyperlink if you want it to open in a new window:
<a href="yourpage.htm" target="_blank">Your Description</a>
Hope this helps.
-
thanks, but im using this site that converts it all for u so im not sure i can do it, its getting on my nerves tho1
-
You'd have to give us some more details about the site you are using to convert it, etc in order for us to help you. Thanks
-
its called 2-minute-website.com it basically is just a really simple site for building websites. all i have to do is type in the URL i wanna link to, if i try typing any html codes in it just says it cannot find the adress. thanks for the help