On Mon, Feb 9, 2009 at 3:13 AM, K. Peachey p858snake@yahoo.com.au wrote:
Use a div box or table and style it accordingly: eg: <div style="width:99.5%; margin:0 auto; background-color:#EE17C3; border:1px dashed #0000FF">BOX Contents</div>
On Mon, Feb 9, 2009 at 4:41 AM, Katharina Wolkwitz wolkwitz@fh-swf.de wrote:
You could try the <tt> </tt>-Tag...
No no no, just use: <pre style="white-space:normal;"> BOX Contents </pre>
This is the opposite of "white-space:nowrap;". The <pre> tag is unique in having this attribute by default.
—C.W.