How to align form region to the left?
729883Apr 7 2010 — edited Apr 8 2010Hi,
The width of the Form region depends on the size of the items included in the form region. What I would like to achieve is to align all Form regions in my application to the left. Currently it is aligned to the center and this way the region's upper left corner keeps hopping around horizontally, depending on the select list items' content (i.e. width) within the Form region.
I am using theme 15 and the template of the Form region is as follows.
<table class="t15FormRegion" cellspacing="0" border="0" summary="layout" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>
<tr >
<td class="t15RegionHeader">#TITLE#</td>
<td align="right" class="t15ButtonHolder">#CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#</td>
</tr>
<tr class="t15Body">
<td colspan="2" class="t15Body" >#BODY#</td>
</tr>
</table>
I tried to put align="left" into the td HTML items without being able to achieve my original goal. Am I missing something?
Regards, Tamas