I’m sorry I don’t have a link for you. I have hacked something together and it looks fine where it is, so seeing it won’t help. The trouble is, if I use the form elsewhere it doesn’t expand to fit as I want it to because I don’t think I’ve done coded it correctly.
I need an input field and submit button to take up 100% of their containing div, however wide the container. At the moment my input field is set to 75% so that the button sits alongside, any wider and it pushes the button below. Should I be using display:inline or inline-block or something?
Thanks