How do i make a quick link to a website when im typing a message of comment?
ok. i have this website called www.zestygaming.enjin.com for questions about any video game and i want to know how to make a quick link to a website in my comment. So how do you get the website link underlined so when you click on it it’ll take you straight to the website?
the first answer its partly correct but how do i make it so you only need to click on it
<p><a href="URL path to external link" title="Mouseover Description">Link Text Description</a></p>
You can change the "p" tags to div tags and style as needed to make a nice div container for links.
Sites that use BBCode:
Text Link only:
[url="URL path to external link"]Link Text Description[/url]
BBCode Guide:
http://www.bbcode.org/
http://www.phpbb.com/community/faq.php?mode=bbcode
Ron



Copy and paste the link from the address bar into your message.
References :
Depends where you’re trying to link from:
If the site accepts HTML, then you would use
<a href="http://yoursite.com">link title</a>
If you’re doing it on Y!A, include the full url (with http://)
http://yoursite.com
If the site uses BBCode you would use:
[url="http://yoursite.com"]link title[/url]
References :
<p><a href="URL path to external link" title="Mouseover Description">Link Text Description</a></p>
You can change the "p" tags to div tags and style as needed to make a nice div container for links.
Sites that use BBCode:
Text Link only:
[url="URL path to external link"]Link Text Description[/url]
BBCode Guide:
http://www.bbcode.org/
http://www.phpbb.com/community/faq.php?mode=bbcode
Ron
References :