View Single Post
  #1  
Old 02-15-2008, 10:53 AM
 
imimin imimin is offline
 

Senior Member
  
Join Date: Mar 2007
Posts: 195
 

Exclamation Dialog.tpl table in seperate TD with 100% width

Can someone tell me how to set the dialog.tpl in it's own <TD width="100%> so the product listings table will show up at 100% width while everything above that will show up as normal (Categories, Special and help boxes on the left and the Your Cart and Authentication boxes on the right). Or maybe I should NOT be modifying the dialog.tpl file BUT some other file. HELP PLEASE!

I tried to modify the code in the subcategories.tpl file to:

Code:
... {/capture} <TABLE> <TR> <TD width='100%"> {include file="dialog.tpl" title=$current_category.category content=$smarty.capture.dialog extra="width=100%"} {if $products eq ""} {if $f_products ne ""} <P> {include file="customer/main/featured.tpl"} {/if} {/if} { include file="customer/main/navigation.tpl" } </TR> </TD> </TABLE>

NOTICE NEW TABLE.

If my code is wacky, PLEASE correct me.

Thank you!
__________________
Demoing v4.4.2 for new site
Licensed v4.0.19
Reply With Quote