PDA

View Full Version : Table borders - basic question


Ohiosweetheart
05-05-2009, 09:53 PM
Here's a pretty basic question, the answer one that I should know, but do not :(

I need to find where to delete the borders between the Forum status icons / forum / Last Post / Threads / Posts / Moderator columns.

I also need to find where to delete the border between the same titles on the thead strip.

Any help is appreciated.

napy8gen
05-06-2009, 03:13 AM
Dear Peggy.
Hope all is fine.

Go to
Style Manager> STyle Name> STyleVars> Inner Border Width (pixels) (This value specifies the width in pixels of the inner-border of all colored tables)

change the default value 1 to 0

Ohiosweetheart
05-06-2009, 11:35 AM
Thank you very much napy :D
All is fine, I hope it is with you as well.

--------------- Added 1241615835 at 1241615835 ---------------

ok another question.... what if I wanted to remove those borders only on forumhome?

napy8gen
05-07-2009, 08:48 AM
Yep I'm okay :-)thank you :-)

go to forumhome template.
remove the cellspacing="$stylevar[cellspacing]" from this table

<!-- main -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">


actually you can put value in there cellspacing="0" instead of removing it, but removing it also create no problem.


you can read this as well.
http://www.vbulletin.com/docs/html/stylevar_cellspacing

Ohiosweetheart
05-07-2009, 11:18 AM
Thanks so much for your effort napy, it is very much appreciated!

napy8gen
05-07-2009, 11:54 AM
No problem anytime, afterall we are business competitors in a very small industry :-) we have to help each other.

Ohiosweetheart
05-07-2009, 12:20 PM
eh I don't see us as competitors. It may be a small industry but we each have our little "niche" and I agree, we should be willing to help each other. :)