View Single Post
  #3  
Old 02-21-2008, 04:39 PM
 
imimin imimin is offline
 

Senior Member
  
Join Date: Mar 2007
Posts: 195
 

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

***Can someone help me here? I am just trying to increase the width of the table at the bottom of my pages that shows my product listings, KEEPING the rest of the page at the same width.

I fixed my formatting of the new table to (subcategories.tpl):

Code:
... {/capture} <TABLE width="100%"> <TR> <TD> {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" } </TD> </TR> </TABLE>

and had no change in the width of the table at the bottom of my pages. I also tried giving the TD the 100% width.

Maybe I am modifying the the wrong file?

***Can someone help me here? I am just trying to increase the width of the table at the bottom of my pages that shows my product listings, KEEPING the rest of the page at the same width.

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