X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   A bit of help please with "Class=" (https://forum.x-cart.com/showthread.php?t=68725)

Petepots 02-25-2014 09:33 AM

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 *}

cherie 02-25-2014 04:36 PM

Re: A bit of help please with "Class="
 
Check that you are opening/closing tr/td properly. Doesn't look quite right. Otherwise, use Firebug to track down what is causing this. You might need to adjust colspan from 1 to 2+.

Petepots 02-26-2014 03:07 AM

Re: A bit of help please with "Class="
 
Once again Thank you so much Cherie
forgot the </td> and changed the colspan to 2

Thank you most greatful

Peter

{* Nuttys mod to make options bolder *}
<tr>
<td class="property-value" valign="top" colspan="2">

<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}</td>
{* Nuttys mod end *}


All times are GMT -8. The time now is 02:03 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.