Log in

View Full Version : question about a template


Demon Child
05-22-2007, 07:15 PM
ok, i was wondering if i made it where the forum title cell is the only table on alt1 if i can put a gradient image on there to give it more definition.. the way i got it now the image is on every template in alt1, i was wanting everything else to be on alt2 i know how to do this just wanted to make sure itll work before i do it.

WetWired
05-23-2007, 02:15 PM
An easier way to go about this would be to enclose the forum tables with something like
<div class="gradientalt1"></div>
Then add extra CSS for the gradient like:
div.gradientalt1 .alt1 {background-image:url(images/mygradient.gif);background-repeat:repeat-x;}

Demon Child
06-05-2007, 10:33 PM
ok so i put this in the extra css thats on the side of the first alternating color and i also have no idea where to put <div class="gradientalt1"></div>

Dismounted
06-06-2007, 09:24 AM
But the first part into the header, and the second in the footer.

WetWired
06-09-2007, 01:55 PM
Put the opening just beyond $header in the FORUMHOME template, and the close just before $footer