Click to See Complete Forum and Search --> : Defining Space


Eldwick
03-18-2006, 02:35 PM
This might be a css question, but how do I undo the space between two headers? Also is there anyway to define the space of a <br> tag?

the tree
03-18-2006, 03:49 PM
h1,h2,h3{
margin: 0;
padding: 0;
}

Eldwick
03-18-2006, 04:19 PM
thanks!