How do you enter HTML, bot not really enter it...?

  • Thread starter Thread starter Jessica D
  • Start date Start date
J

Jessica D

Guest
I created an image link on blogger and I want to put the actual HTML underneath it but when I do, It just shows the "translated" HTML. I want it to just say the confusing jibberish and NOT show the image ( I have that part down already). How do I do this?
The <pre> </pre> tag didn't work. Thanks though.. :(
 
& lt; img src="image.jpg" alt="Image" /& gt;

Remove the extra spaces. Yahoo interprets the codes and turns them into angle brackets. :(
 
Back
Top