On my website -- www.paidpostingcentral.com, the text is stretching just too far. Though on IE it looks fine, but on Firefox it goes over the border. I've tried everything I can think of. What can I do to make it look correct in FF and not look messed up in IE?
A few things... Check your <p></p> tags, you've got some switched around. Your CSS is broken up into two parts, for some reason. Try deleting all your CSS and replacing it with this combined version. Should work. .content { background-image: url('images/paidpc_10.gif'); background-repeat: repeat-y; padding-right:50px; } Code (markup):