Quote:
Originally Posted by Digital Jedi
When you setup a block that may or may not be used by a user, you would put that block in an if conditional, like in the example I have for the flags. <if condition="$post[fieldXX]"> where XX is the ID number of the field that will be filled in. See vBulletin Conditionals for more information.
|
Thanks DJ. But, this is what I have right now. Is there something wrong with it?
Code:
<div class="pbit"><if condition="$post[field2]"><strong>Location:</strong> $post[field2]</if></div>
Also, we didn't get to this one about the centering of the tabs....
Quote:
So, I'm assuming that I edit the tabcontent.css file. But, where do I edit it and what do I place in there to center the tabs?
|