html help. please.......?

  • Thread starter Thread starter jessica.
  • Start date Start date
J

jessica.

Guest
how do you type in html without it going through??
like im trying to explain something on myspace to someone through a message.

im trying to say on there:
" and then you type <img src=""> "

but when i send it goes through like i'm actually trying to send an image.
im not.... im trying to explain to someone how to create the image.
understand??
how would i go about doing this.
thank you so much Arman. it worked!!
 
Actually the textbox you are putting the html code in is html sensitive. So whenever it sees < or > brackets it mistakes it for html.

Try this

&lt (represents < )
&gt (represents > )

This should fool the text composer and it will show < > instead of &lt and &gt

Example

&lt img src="" &gt should render like < img src="" >

Hope it helps.
 
Back
Top