![]() |
|||
|
|||
Removing Space Around Web Forms
Submitted by BasicTemplates on 2003-08-29.
The easiest and most effective way to eliminate unwanted text around your web forms is to use a snippet of CSS code.
Below we show you the inline CSS code and the external (recommended) CSS method. If you are not familiar with the different methods of CSS and how or when to use them, be sure to read our article, "External, Internal or Inline? Which Method is Best?"
Inline CSS:
<form style="margin-top: 0; margin-bottom: 0;">
External CSS (place code within your external style sheet):
.form { margin-top: 0; margin-bottom: 0;}
Both methods simply reduce the form margins to 0.
BLOG TALK 
Become a WebProNews blog partner.
Twitter Uncomfortable With 'Tweet' Being Used In Third Party AppsLooks like Twitter is not looking the other way as much these days. TechCrunch reports that there is some concern at the ...
Flickr Just Now Allowing Connectivity With Twitter
Hulu Receives Good News Concerning Their Online Ad Format
Global Gaming Factory Buys Up Pirate Bay


