PDA

View Full Version : How do I get rid of the annoying...


imported_Massie
08-18-2002, 11:16 PM
background around the tables? It takes away so much from the look of the forums... see pic to know what I mean.... thanks!

SaintDog
08-19-2002, 01:08 AM
1. Open your 'header' template and find:


<!-- content table -->
<table bgcolor="{pagebgcolor}" width="{tablewidth}" cellpadding="10" cellspacing="0" border="0">
<tr>
<td>


Replace It With:


<!-- content table -->
<table width="{tablewidth}" cellpadding="10" cellspacing="0" border="0">
<tr>
<td>



That should work.

imported_Massie
08-19-2002, 06:31 AM
Wowwwww that was so easy to do! I was told this was really hard to do, thank you SaintDog!! You are too cool!

imported_Massie
08-19-2002, 06:37 AM
Spoke too soon hehee, it got rid of the border on main page and on forum pages but not on the actual posts. The border is still around the post windows... how do I get rid of those? :D

imported_Massie
08-19-2002, 06:38 AM
If it can't be removed, then how do I add a graphic bg like you have done here? I see you have the table but it has a graphic bg....

Tony G
08-19-2002, 06:43 AM
Try finding similar code in showthread template..

SaintDog
08-19-2002, 07:44 AM
Edit your forumdisplay template and find the first table and remove the bgcolor="" from that table as well, that should remove it from the posts as well.

imported_Massie
08-19-2002, 09:14 AM
Thank you SaintDog, I found a bunch of them in Showthread and that fixed that part... the only place I am getting the border right now (that I know of) is when I click on email member and it says they have chosen not to have their email available to others etc... there is a border around that box...

I really appreciate your time SaintDog. I have learned a lot of new cool things in your forums! Thank you :)