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

I have a premium site that I want to put a frame around. How do I do it? Please see valleyparanormalconnection.com. I just want to know if there is a code to put in & where & how do I do it. Or is there a modify selection I can choose?
Thanks

Re: Frames

I want a frame like border around my webpage. Like a black page surrounding my inner page

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?