/* The content of the posts (body of text) */

[code]/* The content of the posts (body of text) */body{background]
On most themes there is a margin of 10px around the whole theme!
I want to setup a left margin and right margin..
On the body and text line,
I removed "margin:10px;"
Added "leftmargin:50px; rightmargin:50px;"
This still adds 50px around the whole theme??
My ultimate goal is to add a image to both sides of the theme!
leftmargin: url(images/leftbg.gif) repeat-x;
rightmargin: url(images/righbg.gif) repeat-x;
What am I doing wrong?
Is this possable via .css??
Thanks!! <img>
On most themes there is a margin of 10px around the whole theme!
I want to setup a left margin and right margin..
On the body and text line,
I removed "margin:10px;"
Added "leftmargin:50px; rightmargin:50px;"
This still adds 50px around the whole theme??
My ultimate goal is to add a image to both sides of the theme!
leftmargin: url(images/leftbg.gif) repeat-x;
rightmargin: url(images/righbg.gif) repeat-x;
What am I doing wrong?
Is this possable via .css??
Thanks!! <img>