My website has a prompt by every product for people to write the message they would like engraved on their glass, trophy, badge or whatever. It's only one line deep at the moment - not very user friendly. Anyone know how can I make this deeper please?See what I mean at cgaengraving.co.uk.
Announcement
Collapse
No announcement yet.
Prompt box height
Collapse
X
-
Have you tried.....
Change :
Code:<span class="actrequired"><Actinic:Variable Name="OtherInfoPrompt"/></span><br /> <input type="text" name="O_<Actinic:Variable Name="ProductReference"/>" size="40" maxlength="1000" value="" />
Code:<span class="actrequired"><Actinic:Variable Name="OtherInfoPrompt"/></span><br /> <textarea rows="5" name="O_<Actinic:Variable Name="ProductReference"/>" size="40" maxlength="1000" value="" />
-
You need to do a bit more tweaking. Luckily it's already documented in the Advanced Guide. Look for Having a larger box for the 'Other Info' Prompt - page 94.Norman - www.drillpine.biz
Edinburgh, U K / Bitez, Turkey
Comment
-
Tried that - didn't work
Originally posted by NormanRouxelYou need to do a bit more tweaking. Luckily it's already documented in the Advanced Guide. Look for Having a larger box for the 'Other Info' Prompt - page 94.
Any other ideas please?
Comment
-
Originally posted by jontHave you tried.....
Change :
Code:<span class="actrequired"><Actinic:Variable Name="OtherInfoPrompt"/></span><br /> <input type="text" name="O_<Actinic:Variable Name="ProductReference"/>" size="40" maxlength="1000" value="" />
Code:<span class="actrequired"><Actinic:Variable Name="OtherInfoPrompt"/></span><br /> <textarea rows="5" name="O_<Actinic:Variable Name="ProductReference"/>" size="40" maxlength="1000" value="" />
Comment
-
The code will have been showing because of a probable coding error. Take a copy of the unaltered layout, then try the amendments again, if it fails post the code in here and we will more than likely see where you have gone wrong.
For the code to be showing, its is usually an unopened or unclosed tag.
Comment
Comment