Headings have a CSS class of .debughdr and tables have a CSS class of
.debug.  You could easily add some CSS rules to your template to add to
them -- like position.

.debug
{    color:black;
    background-color:white;
    font-family:"Times New Roman", Times, serif;
    font-size: medium
}

.debughdr
{
        color:black;
    background-color:white;
    font-family:"Times New Roman", Times, serif;
    font-size: large;
}



David Kanter said the following on 04/09/2011 02:03 AM:
> I recently turned on error logging and reporting, including debug
> info.  However, I have this very nasty interaction between BD and my
> site CSS that makes it worthless.
>
> The error/debug reporting at the end comes out 'off screen' to the
> left, instead of centered.  As a result, I cannot read any of it...is
> there any way to force the error messages to all end up in the center?
>
> Since a picture is worth a thousand words, I'll save my time with this
> image:
> http://imageupload.org/?d=4DA005961
>
> David
>


-- 
Peter J. Farrell
[email protected]
[email protected]
http://blog.maestropublishing.com
Identi.ca / Twitter: @maestrofjp

-- 
official tag/function reference: http://openbd.org/manual/
 mailing list - http://groups.google.com/group/openbd?hl=en

Reply via email to