This topic contains 17 replies, has 3 voices, and was last updated by Ninja Lead 12 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
I was playing around, and I created new modules w/custom HTML code. I assigned them to template-left & template-right. This did what I was looking to do, but I found that some of my content in the center was ‘cropped’… it didn’t auto-resize. So, I put everything in template-left as a workaround. Is there a setting to have it resize my tables that were getting cropped, or is there something I should be doing instead of using tables to prevent this? This is one of the pages that was cropped when using both left & right positions for my side content:
http://www.filadelfosrc.com/index.php/diecast/hobbymaster
Bill
:(( We could not support table style on layout but you try to change about this
from
<table style="text-align: left; float: left;" border="1" cellspacing="0" cellpadding="2">
change to
<table style="text-align: left; float: left;" border="1" cellspacing="0" cellpadding="2" width="99%">
This topic contains 17 replies, has 3 voices, and was last updated by Ninja Lead 12 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum