Hi,
Please see the two attachments. "in stock" shows the normal layout, and "out of stock" what happens when the item is out of stock.
Instead of just replacing the 'add to cart' button with the 'out of stock' text it seems to do a couple of line breaks, then the text, then more line breaks.
That really buggers up the layout! I switched on the table borders to you get an idea of the spacing (and also so you can see it shouldn't be a width issue).
Looking at the code, the offending bit seems to be this
But how do I find this paragraph mark?
Please see the two attachments. "in stock" shows the normal layout, and "out of stock" what happens when the item is out of stock.
Instead of just replacing the 'add to cart' button with the 'out of stock' text it seems to do a couple of line breaks, then the text, then more line breaks.
That really buggers up the layout! I switched on the table borders to you get an idea of the spacing (and also so you can see it shouldn't be a width issue).
Looking at the code, the offending bit seems to be this
Code:
<P class="actwarningcolor">OUT OF STOCK</P>
Comment