• I’m writing a blog in which I just want to show how to provide a link that will open up in a different window and I just want to have this code
    appear as simple text in the article. Specifically what do I have to do to make the following appear as written text:
    Online Discount Gifts

    I just deliberately put an extra : so it wouldn’t change

    Thank You

Viewing 3 replies - 1 through 3 (of 3 total)
  • You need to convert all of the < to < and all of the & lt; to & gt; (without the spaces after the &). Or use a plugin like Code Markup

    And when posting markup here, use the code button or surround your markup with backticks (`)

    Thread Starter hershon2000

    (@hershon2000)

    ()<a href="https://www.GiftsandFreeAdvice.com/" target="_new">Online Discount Gifts</a>()

    Assuming the above prints out in text, can you please write this out for me using the backticks so I can know how to write this code in text on my wordpress blog. I’d really appreciate it. I had trouble following your example above. Thank You

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How can I Show HTML Code as text? Simple way please Thanks’ is closed to new replies.