PDA

View Full Version : 2 questions:)


meh:-\
09-09-2002, 08:35 PM
1. how would i center the text on the forum home that says "Currently Active Users"?

2. when i add the gradient bg color, right below the text that says "Moderator" i have a rectangular box there and i dont know how to get rid of it

imported_Kiss
09-09-2002, 09:53 PM
1) Go to forumhome_loggedinusers and center it in there.

2) A Template Mod messed up the colspan="x"

Try changing the x to one digit higher (where mine is: colspan="5" would change the 5 to a 6) and see if that works. Should be in forumhome_forumbit_level2_nopost or forumhome_forumbit_level1_post.

Hope I helped ya some.

meh:-\
09-09-2002, 11:20 PM
kewl but when i do the center active users thing it is centered but i see a :2 on the left hand corner of it:-\

meh:-\
09-09-2002, 11:26 PM
and another thing... when i do the "put the whos online on top of forum home" template how would i separate the whos online from the forums?

imported_Kiss
09-10-2002, 12:01 AM
Originally posted by meh:-\
and another thing... when i do the "put the whos online on top of forum home" template how would i separate the whos online from the forums?

Put this after it or before it however you want it.

</table>
</td></tr></table><br>
<table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{tablebordercolor}" {tableouterextra} width="{contenttablewidth}" align="center"><tr><td>
<table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%">

With the Centering of the Active users just move your center tag past $activeusers and that will center it all.

meh:-\
09-10-2002, 01:50 AM
i know i know but what im saying is when i center it i see a : then the number of active users online... but its in the way left bottom corner of the strip that says currently active users.. i dont think its supposed to be there:-\

imported_Kiss
09-10-2002, 01:59 AM
<center><normalfont color="{categoryfontcolor}"><b>Currently Active Users</b></normalfont></a><normalfont color="{categoryfontcolor}"><b>: $totalonline</b></normalfont></center>

That code there should Align it all perfectly. The :# you see is suppost to be there unless you dont want it there. Then remove the <b>: $totalonline</b> to get rid of it.

Tony G
09-10-2002, 05:29 AM
This forum is not for supporting. This is for Feedback for the site. Please use Template Support forum. :)

And to center any text just use a <center> tag. All it is, is mostly HTML.

mashby
09-10-2002, 08:28 AM
He's done a series of threads in the wrong forum. Unfortunately, I don't have the rights to this forum, so I can't move the thread. SaintDog will have to do it.