Guys as you see below I want to stretch the text format to the end of the box.
I am doing this in Customer_options.tbl
http://kingquick.co.uk/peters_files/forum/java_problem/fillin.jpg
{* Nuttys mod to output options text and make make options bolder *}
I was able to put the varable {$lng.txt_desc_options} what I think I need is some sort of "width" option with a textwrap below to make it work.
Can anyone help please
<tr>
<td class="property-value" valign="top" colspan="1">
<a href="#" onclick="toggle('moreDescr');return false">Understanding the options</a> <div id="moreDescr" style="display:none"> {$lng.txt_desc_options} </div>
</tr>
<td class="property-value" valign="top" colspan="1">
<td class="property-value" valign="top" colspan="2"> {$lng.lbl_options2}
{* Nuttys mod end *}