Im Going Crazy Here!! Need Help!

by 2 replies
3
I might seem stupid here, but i don't care

I am trying to show how to type a anchor text on a post, but when i do, it transform, so that you cant see the html code. I have tried different ways of doing it for over an hour now. How can i show the HTML code?
#programming #crazy
  • On this forum? Use [html] tags.

    HTML Code:
    [URL="http://www.example.com/"]Anchor text[/URL]
    • [1] reply
    • If you're looking for something like this:
      Code:
      <a href="http://www.example.com/">Anchor text</a>
      Then encase the anchor tag within the bb "[code]" tag.

      For example (I'm putting in extra spaces for viewing only):
      [ code ]<a href="http://www.example.com/">Anchor text</a>[/ code ]

Next Topics on Trending Feed

  • 3

    I might seem stupid here, but i don't care I am trying to show how to type a anchor text on a post, but when i do, it transform, so that you cant see the html code. I have tried different ways of doing it for over an hour now. How can i show the HTML code?