How to display html without the picture showing up?

4 replies
Hello Warriors,

The other day someone helped me on here to write html code so that I could have a linkable button that links back to my site. Now I want to know how I can show the code on my blog so other people can copy it to put onto their site. Basically, I want to know how to list the actual html code. What do you have to do so it won't show the image? Sort of like this blog:

My Beauty Bunny (Scroll down and you will see her button on the right.)

(Just to give you an idea of what I mean.)

Thank you very much!!

Robin
#display #html #picture #showing
  • Profile picture of the author jeffczyz
    If you want to do something like the Beautiful Bunny site then you will need to use a text area and put your image code inside of that.

    Similar to:

    Code:
    <textarea cols=10 rows=5>YOUR CODE HERE</textarea>

    This will create the text area that you see on that site.
    {{ DiscussionBoard.errors[1809392].message }}
    • Profile picture of the author organicgirl6
      Originally Posted by jeffczyz View Post

      If you want to do something like the Beautiful Bunny site then you will need to use a text area and put your image code inside of that.

      Similar to:

      Code:
      <textarea cols=10 rows=5>YOUR CODE HERE</textarea>
      This will create the text area that you see on that site.
      It worked perfectly, Jeff. Thanks again for your expertise!

      Robin
      {{ DiscussionBoard.errors[1809497].message }}
  • {{ DiscussionBoard.errors[1809396].message }}
    • Profile picture of the author organicgirl6
      Thank you much Jeff and Istvan! You are very helpful!

      )
      {{ DiscussionBoard.errors[1809466].message }}

Trending Topics