View Full Version : please help i have no idea..
z1haze
12-03-2008, 07:29 PM
how do i change the white part of this page to the same part as the rest.. i have edited everything i can find.. and still that part will not be changed...
http://i33.photobucket.com/albums/d83/z1HaZe/help.jpg
Lynne
12-03-2008, 07:34 PM
Find something like this in your postbit_legacy template (the 175 is probably a good thing to look for) and make sure you have the class="alt2" there (or alt1, to make it like the cell next to it):
<tr valign="top">
<td class="alt2" width="175" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px">
z1haze
12-03-2008, 07:37 PM
<tr valign="top">
<td class="userinfo_bg" width="175">
<div id="postmenu_$post[postid]">
<if condition="$show['profile']">
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
<script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
this is all i have there...
Lynne
12-03-2008, 07:42 PM
Then try:
<td class="userinfo_bg alt2" width="175">or
<td class="userinfo_bg alt1" width="175">
You may need to remove userinfo_bg also.
z1haze
12-03-2008, 07:43 PM
i figured it out.. it was in the postbit not the postbit legacy.. thanks for you direction it helped me find it!
Lynne
12-03-2008, 07:49 PM
That's strange because your image is definitely of the postbit_legacy template unless someone did something wacky in your style.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.