Question for CSS gurus..... Is there anyway to use CSS to take away that damn extra 'return' that results when using the starting FORM tag. Everything looks great in Safari and Firefox (PC and Mac) but on IE(PC) that damn extra 'return' is bugging me.
Well... I wouldn't say that just yet. You see... though that will remove the carriage return, it changes the form tag so that it now behaves like an inline element (as opposed to a block-level element). Google inline, block-level, and css and you'll see what I mean.
Reply to this thread. Look at the code for the "Submit Reply" and "Preview Post" form. Is that what you mean? You must put the form into a DIV tag and set its class to pad LESS than the regular <P>. Post a screen shot or YOUR code.