View Single Post
  #12  
Old 14 Oct 2006, 13:37
Sledgstone's Avatar
Sledgstone Sledgstone is offline
 
Join Date: Aug 2004
Thanks for the nice words everyone.

For those of you that have that extra line above your signature, this is because you have cellspacing set to 1 for your main postbit_legacy table. Most people use cellspacing="1" to add that border line inbetween the two main cells of the table and to add the border lines to seperate the online/reputation/etc icons and the edit/quote/etc buttons from their respective cells. As of vb 3.6 there is a border sperating the main cells so you don't need to add any extra code for that one, but for the bottom rows you can still keep those borders by doing the following:

(Before doing this, please look at the screenshots to see the before and after to make sure you like the results and that you still want to do this.)

In postbit_legacy

Find:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Replace with:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Find:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Replace with:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Find:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Replace with:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

With cellspacing="1" (Notice the extra line above the sig.) 1_with_cellspacing.jpg After these code changes: 2_with_borderfix.jpg
Reply With Quote