Tim Hogan wrote:
{| width="95%" border="0" cellpadding="0" align="center" | style="background:#FFDEAD;" | <font size="-1">
I can't help but comment on your using two different ways of specifying style. You should probably just use style="..." to be consistent and avoid any deprecated or out-of-favour stuff.
<nowiki>line1 line2 line3 </nowiki>}}
This is the same as
<nowiki>line1line2line3</nowiki>
There are no line breaks. If you want line breaks, you have to put them in explicitly.
Mike