Electrical Shops - Car Insurance - Mortgage - Loans - Mortgage Calculator

PDA

View Full Version : Text stretching too far...


n1ck
Jun 25th 2006, 10:26 pm
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?

sgtsloth
Jun 25th 2006, 10:36 pm
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;
}

n1ck
Jun 25th 2006, 10:39 pm
Wow thanks. Works perfectly. :)