Tuesday, May 22nd, 2012

How do i make a quick link to a website when im typing a message of comment?

3

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

Comments

3 Responses to “How do i make a quick link to a website when im typing a message of comment?”
  1. zqert988 says:

    Copy and paste the link from the address bar into your message.
    References :

  2. The Cult of Chesire Cat says:

    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 :

  3. Ron says:

    <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 :

Speak Your Mind

Tell us what you're thinking...
and oh, if you want a pic to show with your comment, go get a gravatar!

*