billybob12345 Posted July 29, 2005 CID Share Posted July 29, 2005 i saw some replies to threads where people had a a link to a site but instead of the name of the site it had "click here" and when you click on that it brought you to the site. just wondering what code do i use to make a hyperlink like that. Link to comment https://testmy.net/ipb/topic/6359-hyperlinks/ Share on other sites More sharing options...
netmasta Posted July 29, 2005 CID Share Posted July 29, 2005 It's done like this: [url=http://www.testmy.net]Cool site![/url] Would be: Cool site! Link to comment https://testmy.net/ipb/topic/6359-hyperlinks/#findComment-65342 Share on other sites More sharing options...
billybob12345 Posted July 29, 2005 Author CID Share Posted July 29, 2005 thanks so it would look like this when i finished ........ Link to comment https://testmy.net/ipb/topic/6359-hyperlinks/#findComment-65347 Share on other sites More sharing options...
netmasta Posted July 29, 2005 CID Share Posted July 29, 2005 thanks so it would look like this when i finished ........ Google! Sorry, I forgot to add the // after http. Yours didn't come out right. I double checked my work this time It should be: [url=http://www.testmy.net]Cool Site![/url] Cool Site! Sorry for the confusion. Link to comment https://testmy.net/ipb/topic/6359-hyperlinks/#findComment-65355 Share on other sites More sharing options...
billybob12345 Posted July 30, 2005 Author CID Share Posted July 30, 2005 ok so it's........ Link to comment https://testmy.net/ipb/topic/6359-hyperlinks/#findComment-65510 Share on other sites More sharing options...
netmasta Posted July 30, 2005 CID Share Posted July 30, 2005 Yup, that's it. Good luck on learning on how to create a web page. Link to comment https://testmy.net/ipb/topic/6359-hyperlinks/#findComment-65525 Share on other sites More sharing options...
billybob12345 Posted July 30, 2005 Author CID Share Posted July 30, 2005 thanks Link to comment https://testmy.net/ipb/topic/6359-hyperlinks/#findComment-65595 Share on other sites More sharing options...
humorman Posted July 31, 2005 CID Share Posted July 31, 2005 What about html like this <a href="http://somesite">Some Site<a> Or whatever it is? Link to comment https://testmy.net/ipb/topic/6359-hyperlinks/#findComment-65697 Share on other sites More sharing options...
php Posted July 31, 2005 CID Share Posted July 31, 2005 <a href="http://somesite">Some Site</a> [/code] <a href="http://somesite">Some Site</a> Link to comment https://testmy.net/ipb/topic/6359-hyperlinks/#findComment-65710 Share on other sites More sharing options...
Recommended Posts