4
I want the left and right colums to control the spacing between them and the content.
Something like...from this
le="color: #000000"><?php td#leftcolumn {width: 170px; font-size: 90%; text-align: left; background-color: #FFFFFF; border-right:1px solid #DDDDDD;} div#content {text-align: left; padding: 8px;}
To this
le="color: #000000"><?php td#leftcolumn {width: 170px; font-size: 90%; text-align: left; background-color: #FFFFFF; border-right:1px solid #DDDDDD;margin_right: 10px;} div#content {text-align: left; padding: 0px 0px 0px 0px;}
But when I make the change there is no spacing between the two.