Help - Search - Members - Calendar
Full Version: NEED HTML SCROLL BOX HELP, Need help on how to put plain html in a scroll box
HTMLHelp Forums > Web Authoring > Markup (HTML, XHTML, XML)
LucyLove
biggrin.gif Hi, I would realy appreciate it if someone would give me a code for a scroll box where I can put just plain html like '<img src=' without it actually turning into an image if you catch my drift. Please report back to me ASAP. I have been searching the net for some time trying to find the answer to my question so please help! Oh & can u please be specific like give me a step to step procedure, thankyou unsure.gif
pandy
Please see http://htmlhelp.com/faq/html/basics.html#show-html .
LucyLove
I don't get it, where exactly should I look...It's all too confusing
pandy
You need to replace characters that have a special meaning in HTML with "special codes", entities. Those special codes always start with an ampersand and end with a semicolon. They can be a numeric value or sort of an abbreviation.

CODE
Instead of < write  &lt; ("lesser than") and instead of > write  &gt; ("greater than").


This stops them from being interpreted as HTML by the browser and they are instead printed out. You can find more here: http://htmlhelp.com/reference/html40/entities/
Christian J
To display the code in a scrollable box, you can use CSS: http://taimar.pri.ee/examples/overflow.html
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.