View Single Post
  #246  
Old 02-06-2011, 07:11 AM
  Soft-Reseller.com's Avatar 
Soft-Reseller.com Soft-Reseller.com is offline
 

Advanced Member
  
Join Date: Jul 2009
Posts: 68
 

Default Re: X-Cart Smart Template v4.4.x

Quote:
Originally Posted by cflsystems
It's the one you are inserting the iframe in

<table cellspacing="0" cellpadding="0" summary="Description">
<tbody><tr>
<td class="descr"><iframe height="1500" frameborder="0" align="center" width="100%"


Hello

In my post

http://forum.x-cart.com/showpost.php?p=309710&postcount=228

I raised a problem I was facing. I write the problem again so it may help anybody facing the same.

---------------------------------------------------------------------------------------------

In detail description of a product I am using iframe.

The details with simple details shows in full Tab space.

http://www.soft-reseller.com/eshop/WinRAR.html
http://demos.soft-reseller.com/x-cart/forum_pics/description_without_Iframe.png

and where I use iframe and call a webpage there it shows like this

http://www.soft-reseller.com/eshop/AVG-PC-TuneUP-2011.html
http://demos.soft-reseller.com/x-cart/forum_pics/description_with_Iframe.png

---------------------------------------------------------------------------------------------


I want to say Thanks to cflsystems who helped me and gave me idea to solve the problem.

in File "tabs.tpl" in "custom" Folder line No. 55

"<table cellspacing="0" cellpadding="0" summary="{$lng.lbl_description|escape}">"

add width="100%" i.e

"<table cellspacing="0" cellpadding="0" width="100%" summary="{$lng.lbl_description|escape}">"

this will solve the problem.

Thanks cflsystems for help.

And PhilJ really great Template I love it there are some issues initially and that might be due to my very little knowledge in php but I know this Template will give my site a very impressive look.

Best Regards to both of you.
Soft-reseller.com
Reply With Quote