The Saving Advice Forums - A classic personal finance community.

HTML help needed

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • HTML help needed

    How do I add a link to a post but have the link text (in blue) read something other than the actual URL address? I want to add a link to my ebay challenge thread and want it to say "Join the 2009 ebay Challenge!" so that you click on that phrase to get to the thread. I know how to post a link but not how to make it show up as text.
    Steve

    * Despite the high cost of living, it remains very popular.
    * Why should I pay for my daughter's education when she already knows everything?
    * There are no shortcuts to anywhere worth going.

  • #2
    Fairly simple... when you make the link, you get the standard {URL= "...."] and [/URL] double bracket sets. The link address itself should be in quotes in the first bracketed set. Whatever you want the link text to say (once posted) is between the first bracket set and the second set, right before the [/URL].

    EXAMPLES: (I'm removing the first bracket, to allow you to see what it looks like)

    So here's one normal:
    URL="http://www.savingadvice.com"]http://www.savingadvice.com[/URL]


    Here's one with the text changed:
    URL="http://www.savingadvice.com"]Click me![/URL]
    Click me!

    Comment


    • #3
      Thanks. I used to do a lot of HTML when I ran my own website but its been years and I've forgotten all that basic stuff.
      Steve

      * Despite the high cost of living, it remains very popular.
      * Why should I pay for my daughter's education when she already knows everything?
      * There are no shortcuts to anywhere worth going.

      Comment


      • #4
        I know I'm just being nitpicky so please feel free to ignore this, but here's the code in HTML (rather than UBB):

        Code:
        <a href="http://disneysteve.savingadvice.com/2009/01/07/join-the-2009-ebay-challege_47057/">Join the 2009 Ebay Challenge!</a>
        Last edited by Broken Arrow; 01-08-2009, 08:17 AM.

        Comment


        • #5
          Yes. For the purist it appears Steve actually wanted UBB help, not HTML help.

          Comment


          • #6
            Originally posted by Investing First Steps View Post
            Yes. For the purist it appears Steve actually wanted UBB help, not HTML help.
            My apologies. Since I have no idea what UBB is or how it differs from HTML, I'll just stick with what I did since it worked.
            Steve

            * Despite the high cost of living, it remains very popular.
            * Why should I pay for my daughter's education when she already knows everything?
            * There are no shortcuts to anywhere worth going.

            Comment

            Working...
            X