2006-03-22, 12:16 PM
2006-03-22, 12:40 PM
Sorry for double post.
Right now I made a new class and I'm changing the whole UCP Templates set.
Replacing "thead" by "ucphead".
Is this right or is there an easier way? ^_^
Right now I made a new class and I'm changing the whole UCP Templates set.
Replacing "thead" by "ucphead".
Is this right or is there an easier way? ^_^
2006-03-22, 08:23 PM
Yeah it's only this way
as thead is the class used in general all over the board for headers.
so u will have to change it to ur own new customized theme
and yes in all the templates related to the usercp.
regards

as thead is the class used in general all over the board for headers.
so u will have to change it to ur own new customized theme

and yes in all the templates related to the usercp.
regards
2006-03-22, 10:00 PM
K, thanks, I'll probably need some more help the following days because a lot of thinks look weird because of the table resizing, I'll let you know :p
Thanks a lot for your help so far
Thanks a lot for your help so far
2006-03-22, 10:28 PM
well thead doesn't have any resizing codes. it's just a backgorund
so ur new ucphead class should looks as
regards
so ur new ucphead class should looks as
.ucphead {
background: #026CB1 url(images/urimg.gif) top left repeat-x;
color: #ffffff;
}
.ucphead a:link {
color: #ffffff;
text-decoration: none;
}
.ucphead a:visited {
color: #ffffff;
text-decoration: none;
}
.ucphead a:hover {
color: #ffffff;
text-decoration: none;
}
regards