The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Removing vBulletin logo removes <td> borders
I am trying edit the header template to remove the vbulletin logo in the upper left corner. When I remove that table, it removes all <td> borders in my forum display so there are no lines between the different table cells. Is there a way to remove this logo without removing the table cell borders in the forum display
here is what the original table looks like HTML Code:
<!-- logo --> <a name="top"></a> <table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center"> <tr> <td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td> <td align="$stylevar[right]" id="header_right_cell"> <if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else /> </if> </td> </tr> </table> <!-- /logo --> <!-- content table --> $spacer_open $_phpinclude_output $ad_location[ad_header_end] HTML Code:
<!-- logo --> <a name="top"></a> <!-- /logo --> <!-- content table --> $spacer_open $_phpinclude_output $ad_location[ad_header_end] |
#2
|
||||
|
||||
You could always just leave the image setting blank in the style manager...
|
#3
|
|||
|
|||
Quote:
--------------- Added [DATE]1219086798[/DATE] at [TIME]1219086798[/TIME] --------------- Even when I removed that graphic from the style manager, it still removes the table cell borders. Any ideas why |
#4
|
||||
|
||||
Hmm.. check your style variables. Inner border width. Just make sure it aint 0..
but you really shouldnt have this issue just by removing a table code. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|