Unconfigured Ad Widget

Collapse

HTML ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Hunt
    Veteran Member
    • Sep 2009
    • 4833

    HTML ?

    I want to create a signature in my emails and other online posts that are linked to a webpage. I do not want to just copyclip the link. I want it to have some descriptive text for example "the best 2A web community on the internet" <---------this text is the active link but it takes you to http://www.calguns.net I looked at HTML tutors on the web and I think it's the HREF link but I just can't get it right.
    Protect public lands access http://www.backcountryhunters.org/
  • #2
    Coded-Dude
    Calguns Addict
    • Dec 2010
    • 6705

    it really depends on what kind of mail you are using. do you have it setup to send html messages, and does the receiving party have html emails enabled(most do). Some clients allow a sig file that automatically attaches to the end of an email you send out.


    You want the Anchor tag:
    <a href="http://www.calguns.net">the best 2A web community on the internet</a>

    unsure if you wanted the quotes in there or not. email it to yourself to see if it works. PM me if you want tos send it to someone else(i.e. me) to also see if it works.
    x2

    Originally posted by Deadbolt
    watching this state and country operate is like watching a water park burn down. doesn't make sense.
    Originally posted by Obama
    Team 6 showed up in choppers, it was so cash. Lit his house with red dots like it had a rash. Navy SEALs dashed inside his house, left their heads spinning...then flew off in the night screaming "Duh, WINNING!"

    Comment

    • #3
      dotalchemy
      Senior Member
      • Apr 2011
      • 958

      W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.


      Essentially you start with an <a href=... tag, enter the url, endit with a >, enter some text and then close the entire section with an </a>
      1928 Tula 91/30 | 1944 Izhevsk M44 | As yet unknown 91/30 and M44 - still in the box | 1976 Walther P-1
      ...Daddy, what else did you leave for me?

      "The beauty of the Second Amendment is that it will not be needed until they try to take it" - Thomas Jefferson

      Comment

      • #4
        Hunt
        Veteran Member
        • Sep 2009
        • 4833

        Originally posted by dotalchemy
        http://www.w3schools.com/tags/att_a_href.asp

        Essentially you start with an <a href=... tag, enter the url, endit with a >, enter some text and then close the entire section with an </a>
        ah ha thanks guys
        Protect public lands access http://www.backcountryhunters.org/

        Comment

        • #5
          Hunt
          Veteran Member
          • Sep 2009
          • 4833

          still doesn't work what am I doing wrong <a href= www.jurisdictionary.com?refercode=WM0009 > How not to be a victim of the courts, "knowledge is power".</a>
          Last edited by Hunt; 08-26-2011, 1:50 PM.
          Protect public lands access http://www.backcountryhunters.org/

          Comment

          • #6
            DeanW66
            CGN/CGSSA Contributor
            • Oct 2008
            • 5077

            Originally posted by Hunt
            still doesn't work what am I doing wrong <a href="www.jurisdictionary.com?refercode=WM0009"

            > How not to be a victim of the courts, "knowledge is power".</a>

            You most likely also need the "http://" part in there since it is an external website. Your text above also has a line-break which will cause problems - but that could be an artifact of your paste here. Use the "[code]" tag when you post it here so nothing gets hidden.
            CalGuns Network (CGN) is different from CalGuns Foundation (CGF). Both need our support. I have gold name because I support CGN; plus, I send $10 every two weeks to CGF automatically via online BillPay as described here.

            Support CGF by shopping at Amazon!

            Comment

            • #7
              Hunt
              Veteran Member
              • Sep 2009
              • 4833

              still doesn't work?

              <a href="http://www.jurisdictionary.com?refercode=WM0009">How not to be a victim of the courts, "knowledge is power.</a>
              Last edited by Hunt; 08-26-2011, 1:52 PM.
              Protect public lands access http://www.backcountryhunters.org/

              Comment

              • #8
                Coded-Dude
                Calguns Addict
                • Dec 2010
                • 6705

                Originally posted by Hunt
                still doesn't work what am I doing wrong <a href= HTTP://www.jurisdictionary.com?refercode=WM0009 > How not to be a victim of the courts, "knowledge is power".</a>


                So you want this:

                <a href="http://www.jurisdictionary.com?refercode=WM0009">How not to be a victim of the courts, "knowledge is power.</a>

                Took like like this:

                How not to be a victim of the courts, "knowledge is power.
                ^that is forum code use the Anchor code I posted, and it should work

                Only thing I see is that you don't have quotes around the url.
                x2

                Originally posted by Deadbolt
                watching this state and country operate is like watching a water park burn down. doesn't make sense.
                Originally posted by Obama
                Team 6 showed up in choppers, it was so cash. Lit his house with red dots like it had a rash. Navy SEALs dashed inside his house, left their heads spinning...then flew off in the night screaming "Duh, WINNING!"

                Comment

                • #9
                  Hunt
                  Veteran Member
                  • Sep 2009
                  • 4833

                  "http://www.jurisdictionary.com?refercode=WM0009"

                  still doesn't work
                  Last edited by Hunt; 08-26-2011, 6:27 PM.
                  Protect public lands access http://www.backcountryhunters.org/

                  Comment

                  • #10
                    Coded-Dude
                    Calguns Addict
                    • Dec 2010
                    • 6705

                    you're going to need to be more specific......because that is the code you want.


                    What exactly is not working? (i.e. what is happening)
                    what email provider and/or client are you using(i.e. google, yahoo, exchange, thunderbird, etc.)?
                    Last edited by Coded-Dude; 08-26-2011, 2:49 PM.
                    x2

                    Originally posted by Deadbolt
                    watching this state and country operate is like watching a water park burn down. doesn't make sense.
                    Originally posted by Obama
                    Team 6 showed up in choppers, it was so cash. Lit his house with red dots like it had a rash. Navy SEALs dashed inside his house, left their heads spinning...then flew off in the night screaming "Duh, WINNING!"

                    Comment

                    • #11
                      Hunt
                      Veteran Member
                      • Sep 2009
                      • 4833

                      Originally posted by Coded-Dude
                      you're going to need to be more specific......because that is the code you want.
                      See here: http://sonyspot.com/hunt.html


                      what email provider and/or client are you using(i.e. google, yahoo, exchange, thunderbird, etc.)?
                      <br />
                      <a href="http://www.jurisdictionary.com?refercode=WM0009" target="_blank">How not to be a victim of the courts, &quot;knowledge is power.</a><br />
                      How not to be a victim of the courts, "knowledge is power.
                      Last edited by Hunt; 08-27-2011, 10:57 AM.
                      Protect public lands access http://www.backcountryhunters.org/

                      Comment

                      • #12
                        Coded-Dude
                        Calguns Addict
                        • Dec 2010
                        • 6705

                        Lol sorry i thought we were focusing on a sig in your email, I missed the part about sigs online(message boards, etc.). You won't get it(html code) to work on the forums here.........only bb code works

                        if you want it in your sig here then quote my earlier post(#8) and copy/paste the [URL] code instead of the <A>.
                        x2

                        Originally posted by Deadbolt
                        watching this state and country operate is like watching a water park burn down. doesn't make sense.
                        Originally posted by Obama
                        Team 6 showed up in choppers, it was so cash. Lit his house with red dots like it had a rash. Navy SEALs dashed inside his house, left their heads spinning...then flew off in the night screaming "Duh, WINNING!"

                        Comment

                        • #13
                          Hunt
                          Veteran Member
                          • Sep 2009
                          • 4833

                          weird even when I view source and coply clip the exact code from post 8 where it does work it doesn't work when I post it here is the copyclip from post 8 that codeddude calls "forum code"

                          <br />
                          <a href="http://www.jurisdictionary.com?refercode=WM0009" target="_blank">How not to be a victim of the courts, &quot;knowledge is power.</a><br />
                          Protect public lands access http://www.backcountryhunters.org/

                          Comment

                          • #14
                            Coded-Dude
                            Calguns Addict
                            • Dec 2010
                            • 6705

                            [URL="http://www.jurisdictionary.com?refercode=WM0009"]How not to be a victim of the courts, "knowledge is power.[/URL}

                            you want to use the URL tags for forums. Use the above code except close it with a square bracket not a curly bracket.
                            x2

                            Originally posted by Deadbolt
                            watching this state and country operate is like watching a water park burn down. doesn't make sense.
                            Originally posted by Obama
                            Team 6 showed up in choppers, it was so cash. Lit his house with red dots like it had a rash. Navy SEALs dashed inside his house, left their heads spinning...then flew off in the night screaming "Duh, WINNING!"

                            Comment

                            • #15
                              Hunt
                              Veteran Member
                              • Sep 2009
                              • 4833

                              How not to be a victim of the, criminal injustice system ah haaa it works, amazing what pushing a key on the keyboard can do.
                              Last edited by Hunt; 08-27-2011, 11:03 AM.
                              Protect public lands access http://www.backcountryhunters.org/

                              Comment

                              Working...
                              UA-8071174-1