This Message Forum is no longer in use

Please use the new Bravenet Help Forums FOUND HERE

General Forum
This Forum is Locked
Author
Comment
View Entire Thread
Re: Frames

There is a simple method to create background frame as you wished to have.

First, set a background image for the body of your HTML.
using css:

body (background-image:url('image.jpg');}

then, set margins on all sides for your content.
That will create a frame like background

Re: Frames

I' not sure what css is. Is the image a code link like from photobucket? What codw will set the margins?