1. #1

    Embedding simple text as a link

    So how do I embed the word "this" with a website? I have tried the <a href="www.whatever.blah"My text here.</a> and then with the brackets instead of the alligators.

    Enlighten me!

    Aveline's amazing work!

  2. #2
    Moderator Cilraaz's Avatar
    15+ Year Old Account
    Join Date
    Feb 2009
    Location
    PA, USA
    Posts
    10,139
    Code:
    <a href="http://www.mmo-champion.com">MMO-Champion</a>
    That would create a link to MMO-Champion (like MMO-Champion) in an HTML web page.

    HTML coding is typically disabled on forums, however, to avoid code injection exploits, cross-site scripting attacks, etc.

  3. #3
    So if I did <a href="http://www.mmo-champion.com">MMO-Champion</a> why does it show in a preview the whole <a href..... noise?

    Aveline's amazing work!

  4. #4
    Moderator Cilraaz's Avatar
    15+ Year Old Account
    Join Date
    Feb 2009
    Location
    PA, USA
    Posts
    10,139
    Quote Originally Posted by Valiea View Post
    So if I did <a href="http://www.mmo-champion.com">MMO-Champion</a> why does it show in a preview the whole <a href..... noise?
    Because HTML is disabled on this forum for the reasons I listed above. On this forum, you'd want to use code like:

    Code:
    [url=http://www.mmo-champion.com]MMO-Champion[/url]

  5. #5
    MMO-Champion ah cool. Thats what I wanted to know, thanks!

    Aveline's amazing work!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •