Re: Debug output displaying behind page

2013-01-08 Thread Gerald Guido

Total shot in the dark... but back in the days of old br clear=all / at
the bottom of your footer or after the closing /html tag used to fix
wonky formatting issues with debugging info.

Seeing that clear=all is depreciated, the modern version of this would be br
style=clear:both; /

HTH
G!

On Mon, Jan 7, 2013 at 10:10 AM, Pete Ruckelshaus pruckelsh...@gmail.comwrote:


 I am having a problem with debug output and cf error messages displaying
 behind the content of my page.  I'm using Twitter Bootstrap for CSS, and
 I'm using the old fashioned debug output (which I want to display while
 developing).  Is there an easy fix for this?

 Thanks

 Pete


 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353798
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Debug output displaying behind page

2013-01-08 Thread Russ Michaels

your page content must be using CSS that positions it over the debug out.
use the docked debug output instead to get round that.
or you are free to customise or create your own debugging page instead to
get around those problems.
Alll these settings are in your cfadmin.



On Mon, Jan 7, 2013 at 3:10 PM, Pete Ruckelshaus pruckelsh...@gmail.comwrote:


 I am having a problem with debug output and cf error messages displaying
 behind the content of my page.  I'm using Twitter Bootstrap for CSS, and
 I'm using the old fashioned debug output (which I want to display while
 developing).  Is there an easy fix for this?

 Thanks

 Pete


 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353806
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Debug output displaying behind page

2013-01-07 Thread Pete Ruckelshaus

I am having a problem with debug output and cf error messages displaying
behind the content of my page.  I'm using Twitter Bootstrap for CSS, and
I'm using the old fashioned debug output (which I want to display while
developing).  Is there an easy fix for this?

Thanks

Pete


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353797
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm