Fixed Width Blog :(

Filed Under:

Ok, I've started migrating content over from my personal blog to this one - and I'm seeing an issue...it's cutting my code off on the right hand side.  I'm not quite sure why this is happening but I'm guessing it's the <pre> tag I use to encapsulate code.

I'll get it worked out in the next few days, so that future code is not cut off.

As a temporary solution you can copy and paste the code from the code blocks directly into your environment, or into notepad or something similar, and it does get it all.

 

Bryan Sampica ( Freakyuno )

Published Thursday, September 06, 2007 7:53 PM by Freakyuno
Filed under: ,

Comments

# re: Fixed Width Blog :(

Friday, September 07, 2007 1:01 AM by Dave

If you have the ability to do a global search and replace, change the "overflow: visible" bit in your pre tags' style to "overflow: scroll".

# re: Fixed Width Blog :(

Friday, September 07, 2007 1:07 AM by Sujoy Mazumder

Cant understand the overrall matter