PDA

View Full Version : Forum Border images


FUSE322
03-29-2008, 03:56 PM
OK guys I have a forum and im trying to run images down the left and right of the forum kinda like this http://www.nextgfx.com/forums/index.php?autocom=arcade

with that image that fades on the site Img(http://www.nextgfx.com/forums/style_images/glacier/bg_main.gif)

I would like to do that to my site what code would I have to put in to get that image to run down my forums. I have already tried something like this

border-right: 1px solid #131313url(http://www.nextgfx.com/forums/style_images/glacier/bg_main.gif);
border-left: 1px solid #131313 url(http://www.nextgfx.com/forums/style_images/glacier/bg_main.gif);

in the page background Extra CSS Attributes

what would I need to do to get that image to repeat vertical down my page.

d4mo85
04-01-2008, 06:51 AM
Hi all, first post here and hopefully I can be useful :)

Hi Fuse, recently figured this out for myself so see how you get on with it...

Go to the Main CSS for your forum style, look at the 'Body' section (at the top) and in 'Background' enter the following:

#131313 url(http://www.nextgfx.com/forums/style_images/glacier/bg_main.gif); center repeat-y;

It worked for me and I hope it's what you're after :) Good luck!

SEOvB
04-01-2008, 07:06 AM
view their background image and source it'll tell you how its done, theres no shame in that :)