Hi,
I'm making adjustments to Act_ProdcuctLine.html so that the products page is laid out in rows, with each row being a different product. Ideally, I want each row to be one line high. I have almost acheived this, however when I insert NETQUOTEVAR:PRODUCTQUANTITY, a problem occurs.
Once actinic has generated the code for that page, it replaces the NETQUOTEVAR with:
<SPAN CLASS="actrequiredcolor"><BR>Quantity:</SPAN><INPUT TYPE=text NAME="Q_15" SIZE="4" VALUE="0">
My question is... how do I remove that break! Its the only thing that is stopping my one line high row, being a one line high row. The <BR> throws it onto two lines.
Please help, this is most fustrating!
Tom
Northstar Design
I'm making adjustments to Act_ProdcuctLine.html so that the products page is laid out in rows, with each row being a different product. Ideally, I want each row to be one line high. I have almost acheived this, however when I insert NETQUOTEVAR:PRODUCTQUANTITY, a problem occurs.
Once actinic has generated the code for that page, it replaces the NETQUOTEVAR with:
<SPAN CLASS="actrequiredcolor"><BR>Quantity:</SPAN><INPUT TYPE=text NAME="Q_15" SIZE="4" VALUE="0">
My question is... how do I remove that break! Its the only thing that is stopping my one line high row, being a one line high row. The <BR> throws it onto two lines.
Please help, this is most fustrating!
Tom
Northstar Design
Comment