PDA

View Full Version : How do I change category heights?


Xanthine
04-05-2002, 10:12 PM
I'd like all the table category heights on my forum to be the same height, not different heights like they are now. How would I be able to make the Online users and PM categories the same as the forum categories? See the attached if you dont know what Im talking about.

g-force2k2
04-09-2002, 06:24 PM
It probably has something to do with the coding... if you give me the coding for the table i'll be happy to help you with fixing whateva you need help with ;D

~gforce2001~

Xanthine
04-09-2002, 07:03 PM
Thanks for the reply and kind offer to look at it. I just figured it out a few minutes ago so it's all good. :p

dany1
06-09-2002, 05:19 PM
hello,


I also would like to change the category heights, could anyone tell me how to do this? :)

thank you

greets
Dany2003


p.s.: sorry for my bad english...

Stryker
11-29-2002, 06:46 PM
I'd like to know too *hint, hint*. :D I've made a background graphic I want to use but it's taller than the default height so the bottom of it isn't shown.

filburt1
11-29-2002, 07:27 PM
Make sure you don't have anything (including spaces and newlines) before <smallfont> and after </smallfont> in forumhome_forumbit_level1_nopost.

Stryker
12-01-2002, 08:57 AM
I've not touched that template so it still uses the default setup.

<tr id="cat">
<td bgcolor="{categorybackcolor}" colspan="6"><a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]"><normalfont color="{categoryfontcolor}"><b>$forum[title]</b></normalfont></a>
<br><smallfont color="{categoryfontcolor}">$forum[description]</smallfont></td>
</tr>

Dean C
12-01-2002, 12:05 PM
Try removing the

id=cat

- miSt

Stryker
12-01-2002, 01:00 PM
Thanks, but this doesn't seem to make any difference.

Dean C
12-01-2002, 01:40 PM
I'm not sure then :s

- miSt

Stryker
12-01-2002, 09:06 PM
Oh well, thanks for trying anyway. :)

NTLDR
12-01-2002, 09:12 PM
If you don't use forum discriptions then use:

<tr id="cat">
<td bgcolor="#336D95" background="https://vborg.vbsupport.ru/images/catagory_backing.gif" colspan="6"><a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]"><normalfont color="#000000"><b>$forum[title]</b></normalfont></a></smallfont></td>
</tr>

Untested but should be nearer to what you want or the same height as the others.