PDA

View Full Version : two side images as background


Xencored
08-09-2009, 01:04 PM
Hi all

Would it be posable for me to add two images as background here (see pic)
https://vborg.vbsupport.ru/attachment.php?attachmentid=102825
Thanks

had a scan around in my header code but not sure what i would need to change

Seven Skins
08-10-2009, 05:45 PM
Make 3 column table.
In the 1st column put 1st side image.
In the 2nd column put the forum code.
In the 3rd column out 2nd side image.

You need to edit header and footer templates.

Dan!
08-10-2009, 10:13 PM
tbh i would just put some css in your FORUMHOME template?

.image1 {
background-image: url('______________');
float: left;
}
.image2 {
background-image: url('______________');
float: right;
}

then at the top add..

<div class="image1"></div>
<div class="image2"></giv>

Seven Skins
08-11-2009, 08:28 PM
^^ That will not work. And somehow you manage it to work it will only show on forum home page.

you need 3 divs not 2, to do what the user asked us.

All parts of forum is table based, thats why I said making the table is the easiest solution.

.

Xencored
08-12-2009, 02:11 PM
Hey thanks for this even tho it is just a background will i still need to make tables?

Mike

Xencored
08-26-2009, 03:50 AM
Make 3 column table.
In the 1st column put 1st side image.
In the 2nd column put the forum code.
In the 3rd column out 2nd side image.

You need to edit header and footer templates.

can i also get it to allways be the background static i mean so scrolling dont mess it up
and are the tables easy to set up?
Thanks