WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
hmm... kill the <p> at Tobi White and the next <p> ...
<p style="margin:0;"><span style="font-weight: bold;">Toby White</span></p>
i mean 2 lines with <p>one line is now away, but toby has a <p> around.sorry for my englishor make this:Code: [Select]<p style="margin:0;"><span style="font-weight: bold;">Toby White</span></p>
<!-- column for main content --> <div id="content"> <?php page_content(1); ?> </div>
#content_column_mod {float:left;width: auto;background-color:#FFFFFF;height: auto;}
ok, now it should help:you have a float center in your css. change it:Code: [Select]#content_column_mod {float:left;width: auto;background-color:#FFFFFF;height: auto;}