When you make a form in html it skips a line then creates a form. This is a problem since this creates a large gap in my template. Is there a way to make it so that the form does not skip a line with something like CSS?
I think i know what you are saying, so you want the form objects to be really close together, applying padding etc doesnt work in this case due to the separate form tags. Only thing I can think of is to apply a class with absolute positing, I hate to reccommed this method as I dont like to use absolute postioning for obvious reasons. Anyway if its 100% essential, use it. Ash