On Mon, Feb 9, 2009 at 3:13 AM, K. Peachey <[email protected]> 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 <[email protected]> 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. _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
