kitty_katt07
02-24-2005, 08:52 PM
I'l like two background colors on my tagboard (php kind) and I'm not sure how to do it or if its even css. What I mean is..
-->Blue Background<-- First post
-->White Background<-- Second Post
-->Blue Background<-- Third Post
Ect...
Dutch.American
02-25-2005, 04:50 PM
In the styles folder of your tagboard open up the framstyle.css file.
Change the all caps atributes to whatever color you want.
.altColor1 {
padding: 5px 0px 5px 2px;
background-color: YOUR COLOR HERE;
color: #000;
}
.altColor2 {
padding: 5px 0px 5px 2px;
background-color: YOUR COLOR HERE;
color: #000;
}
Hope that helps,
Dutch :D
kitty_katt07
02-25-2005, 07:17 PM
I can't even get my tagboard to WORK now, sigh, but i'll try this as soon as I work out the problem.