I'm new to vbulleting, but I'm faily competant with css/xhtml and the like. I purchased a vbulleting template but they unfortunately hardcoded cellspacing="0" in the post tables. By 'post tables' I mean that the show forum, and show threads tables all use cellspacing="$stylevar[cellspacing]", the actual tables that make up the posts themselves contain cellspacing="0". Which makes styling the threads to look like the rest of the forum seemingly impossible.
I wound up in Customize Template: SHOWTHREAD poking around and found this line:
Quote:
<div id="posts">$postbits<div id="lastpost"></div></div>
|
Which leads me to believe that there is another template that styles the postbits? This is all assuming that 'postbits' are the actual posts.
Any help you can give me would be much appreciated. Thank you.
If someone can help me find this, that would be great. Otherwise I have a work around.
Quote:
#posts td.alt1, #posts td.alt1Active{
border-left: 1px solid #C8E2FF;
}
|