Thread: Fail question

  1. #1

    Fail question

    How do I make a link become any words of my choosing? EI: www.example.com will become "click this for example!"

    Oh, and how do I make my sig picture itself a clickable link?

  2. #2

  3. #3
    Deleted

    Re: Fail question

    And if you're using it somewhere else, and needed HTML

    Code:
    <a href="yourlinkgoeshere">Text</a>
    Another adition for your armoy link:

    Code:
    With the following effect:

  4. #4

    Re: Fail question

    Quote Originally Posted by Prozac
    And if you're using it somewhere else, and needed HTML

    Code:
    <a href="yourlinkgoeshere">Text</a>
    Another adition for your armoy link:

    Code:
    With the following effect:


    Thanks n_n

Posting Permissions

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