Apr 9, 2003 #1 Placido MIS Mar 13, 2002 105 IT Hi everybody- Is there a way to remove the blank line after a form? Any info will be appreciated Placido
Hi everybody- Is there a way to remove the blank line after a form? Any info will be appreciated Placido
Apr 9, 2003 #2 EdwardMartinIII Technical User Sep 17, 2002 1,655 US Do you mean at the end of a form </form> you want no space before the next element appears? If so, then you should be able to spec a class for the form and then in your CSS, for that class, specify padding and spacing values of 0. Cheers, Edward "Cut a hole in the door. Hang a flap. Criminy, why didn't I think of this earlier?!" -- inventor of the cat door Upvote 0 Downvote
Do you mean at the end of a form </form> you want no space before the next element appears? If so, then you should be able to spec a class for the form and then in your CSS, for that class, specify padding and spacing values of 0. Cheers, Edward "Cut a hole in the door. Hang a flap. Criminy, why didn't I think of this earlier?!" -- inventor of the cat door
Apr 9, 2003 Thread starter #3 Placido MIS Mar 13, 2002 105 IT Hi Ed- margin-bottom: 0px worked better padding was nor working and I didn't find spacing as a style... Thanks anyway Placido Upvote 0 Downvote
Hi Ed- margin-bottom: 0px worked better padding was nor working and I didn't find spacing as a style... Thanks anyway Placido