"Bryan Ashcraft" <bryan (AT) paragonvisualsBrain (DOT) com> wrote
Quote:
Assign the margin to maincontent div not the p margin. try this:
#maincontent {
margin: 0 0 12 160;
text-align: justify;
border-left: 2px dotted #333;
padding: 20px;/*Pads each table cell in modern browsers*/
font-size: 10px; /*/*/font-size: 100%; /* */
/*/*/line-height: 1.5em; /* */
} |
Hi Bryan,
We need to state the unit of measure when it's other than 0:
margin: 0 0 12px 160px;
Otherwise, spot on!
Thanks
--
Al Sparber - PVII
http://www.projectseven.com
Dreamweaver Extensions - DesignPacks - Tutorials - Books
---------------------------------------------------------------------
The PVII Newsgroup | news://forums.projectseven.com/pviiwebdev
The CSS Newsgroup | news://forums.projectseven.com/css
---------------------------------------------------------------------