You will notice if you scroll down that the product options' text field is cutting off the text. I basically need to make this text field longer so it can fit it's containing text
I added a width variable to the CSS for 'transparentField', but each time I change the width of this, it changes the 'Add to Cart' button width at the bottom.
Validate your HTML and CSS. Also try to stop using tables for design if you can.
You have set a width. Remove the size="67" from the input.
Hi Declan,
Ya this site was my first website and I wrote it all in tables! agh. We are about to redesign the site in CSS, but I still have to maintain this old site until then.
It looks like each field has a dynamic width. Might be 67px, another 55px, etc.
How can I just set them all to 100px (for example) so the text wont go too long in the box?
Bookmarks