View Single Post
  #3  
Old 03-30-2008, 09:49 AM
  kube's Avatar 
kube kube is offline
 

X-Adept
  
Join Date: Sep 2005
Location: London: a small place East of Wales
Posts: 529
 

Default Re: Alignment problems dialog.tpl

For the div that we surrounded featured products with earlier you can remove cellspacing like so...

.DialogBoxOff .DialogBox TABLE {
border-spacing:0;
}

But it's better to manually rid that cellspacing within the .tpl's tables as this cannot be applied to product-listed pages as they aren't defined uniquely for css to work with.
__________________
Doms
kube v4.1.9
Reply With Quote