PDA

View Full Version : size of tex box


zmyers
18-Apr-2003, 11:31 PM
I would like to expand the size of the NETQUOTEVAR:SHIPUSERDEFINED"box on order01.html.

Anybody know how I do this?

NormanRouxel
19-Apr-2003, 10:30 AM
Edit Act_Order01.html and look for:-

<input type="TEXT" name="SHIPUSERDEFINED" size="20" maxlength="255" value="NETQUOTEVAR:SHIPUSERDEFINED">

Change the 20 to suit.


You could also try replacing the entire line above above with:-

<textarea name="SHIPUSERDEFINED" rows="3" cols="30">NETQUOTEVAR:SHIPUSERDEFINED</textarea>

Which will give you a box rather than a single line. You can tweak the 3 and 30 to suit but don't make it too big as Actinic only expects a maximum of 255 characters to be entered.

Norman

p.s. This is probably in the Advanced Guide which you can download from Actinic.