PDA

View Full Version : Removing the "quantity:" text before the input.


Helpless
28-Apr-2003, 01:35 PM
When viewing the source code for our site, amongst the millions of unnessacery restricting tables actinic seems to generate, I found this code:

<!-- <SPAN CLASS="actrequiredcolor"><BR>Quantity:</SPAN> -->

and traced it back to line 2173 in the design > text options.
where I found:

<!-- %s --><input blah ...

So I uncommented it (because presumeably I did so at some point in the past), which obviously displays the quantity bit.

If I then proceed to remove the %s - assuming it inputs the span & quantity lark, then it all goes wrong and the document prints Quantity:" SIZE="125722312" VALUE="4"> under the input

So I've left it commented out. Only I'm actually trying to reduce the bloated markup, so I want to remove it. How do I do this?
Also, can the actinickey and generator meta tags not be removed? Are they bound in some archaic way to the software?