Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Remove space under <h1> tags 1

Status
Not open for further replies.

DeepBlerg

Technical User
Jan 13, 2001
224
AU
Hi,

Is it possible to remove the rather large space underneath <h1>, <h2> etc etc in CSS?
 
<style type=&quot;text/css&quot;>
<!--
h1 {
margin-bottom: 0px;
}
-->
</style>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top