How do you post html without it showing as a pic or vid?
I need to post the html of things without showing the pic or video that its for, could someone tell me what i should write around that html?
Public Comments
- There's a specific HTML tag called PRE, which means Preformatted. Only tags outside of that change the text within and the spacing stays, so <B><PRE>This is my </B> example</PRE> shows up as This is my </B> example (all in bold) on the page.
- Just don't add the picture or video to the html page you've made!! (if you've created the page yourself) If you have to mail a saved html page, first select the text. Copy it onto a word document, compress it using winzip or convert it into a pdf file and then post it.
- <textarea> <div style="sumstuff">more stuff</div> </textarea> or <xmp> <div style="sumstuff">more stuff</div> </xmp>
Powered by Yahoo! Answers