CSS layout question

TheTony

Golden Member
Jun 23, 2005
1,418
1
0
Hello. I'm doing a little CSS/HTML (I'm a CSS greenie) and want to create a main section or column of text. I would like to use an image as a border on the left and right of the main column. What are the best ways to do this?

I've gotten it to work using two divs, one outer and one inner, with the inner containg the actual content, and both utilizing a background URL. I'm just wondering if there's a better or easier way, before I proceed. It seems like I'm lining myself up for positionining issues using the above method.