View Full Version : the box codes are in on websites


Stacilf
05-29-2006, 04:29 PM
I dont know really how to explain it but like if your getting a layout or something they have the whole code in a table so its not this huge long thing on your page. If anyone knows how to do that I would apreciate it.

Combat Babe
05-30-2006, 03:21 AM
um...people shouldn't be able to see the code on the page....uh...do you mean the content? That can be done in many different ways.

amyaurora
05-30-2006, 04:35 AM
I'm guessing you're asking how to display html codes on a page.

Try this:

&lt; = <
&gt; = >

Raphael
05-31-2006, 08:17 PM
You can put them in a <textarea> that will scroll if the content overflows

Or you can put them in a regular div with overflow set to auto or scroll