View Full Version : Space and rounded images
Andrew111888
Sat 10th May '03, 3:16pm
I have rounded edges for the top and bottom of the forum page. I would like to have each catecory seperated, and have rounded edges on the top and bottom of each one. However, I tried the code from the thread telling me how, and it does not work. Can anybody tell me how to seperate categorys, and put a rounded edge at the top and bottom of each one, as displayed on my forum? http://www.teenadvicecenter.com/forum/index.php
Andrew111888
Sun 11th May '03, 2:16pm
Anybody?
Breaker
Sun 11th May '03, 3:36pm
mod over @ vbulletintemplates.com dno if there is 1 for rounded edges, but that just images
UHN_ED
Mon 12th May '03, 6:57pm
Okay, look up "design and tweak your frontpage" over at vb templates. That will let you seperate forums, the first step into getting that you want. Then you must make the top of each section into a seperate table, and make the images on that table. I will provide the code for that if you PM me after getting the cats seperated, as I may not check this thread again.
Andrew111888
Mon 12th May '03, 8:58pm
Spacing them using that makes the back the category color, not white, and it messes up the centered category titles.
UHN_ED
Mon 12th May '03, 9:21pm
It does not mess up centered catergory titles, I have installed it many times with centered titles, and if he wants white he just changes it from the replacement to "ffffff"
UHN_ED
Mon 12th May '03, 9:23pm
Most people have it left aligned when they start so the replacement code sets it to the left. All you have to do is go back and add the center tags in the place it was before.
Change that replacement to "ffffff" and you will be all set.
Andrew111888
Mon 12th May '03, 10:46pm
I have tried:
</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%">
<center>
<tr id="cat">
<td bgcolor="{categorybackcolor}" colspan="5"><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>
</center>
-and-
<center>
</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%">
<tr id="cat">
<td bgcolor="{categorybackcolor}" colspan="5"><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>
</center>
and neither fix the center issue. I changed bgcolor="{tablebordercolor}" to bgcolor="FFFFFF" and it was still the category backgroud.
Andrew111888
Tue 13th May '03, 5:38pm
What code would make white background and centered category title?
UHN_ED
Thu 15th May '03, 2:52pm
</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%">
<tr id="cat">
<td bgcolor="{categorybackcolor}" colspan="5"><center><a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]"><normalfont color="{categoryfontcolor}"><b>$forum[title]</b></normalfont></a></center>
<br><smallfont color="{categoryfontcolor}">$forum[description]</smallfont></td>
</tr>
That will make it centered.
Powered by vBulletin™ Version 4.0.0 Beta 4 Copyright © 2009 vBulletin Solutions, Inc. All rights