View Single Post
  #1  
Old 02-25-2014, 09:33 AM
  Petepots's Avatar 
Petepots Petepots is offline
 

eXpert
  
Join Date: Aug 2007
Location: Surrey, UK
Posts: 275
 

Default A bit of help please with "Class="

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 *}
__________________
Version 4.7.2
Reply With Quote