For some reason the
tags I am using to show code syntax in IE7 are not preserving line breaks (they work fine in firefox 3). You can see this on blog.blueboxes.co.uk I think they have something to do with the CSS styles? Any ideas? Thanks
For some reason the
tags I am using to show code syntax in IE7 are not preserving line breaks (they work fine in firefox 3). You can see this on blog.blueboxes.co.uk I think they have something to do with the CSS styles? Any ideas? Thanks
remove from style.css:
pre{
white-space: normal; /* why pre? */
}This topic has been closed to new replies.