|
Your #content is the same width as your #container - 550px and your text is sitting inside that 550px wide box. Because the background is applied to the #content box, you can't move it around (padding,margin etc.).
So, you will have to do 1 of 2 things.
Add a wide margin on your <p> inside of #content,
OR
Add another <div> inside of #content, make it narrow enough to fit inside the white area, and then adjust padding/margins as needed.
My preference would be #2.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
Please login or register to view this content. Registration is FREE
Please login or register to view this content. Registration is FREE
|