Click to See Complete Forum and Search --> : small layout issue


Bobby_S
03-19-2005, 12:10 PM
it's fairly easy, I guess, but can't manage myself :mad:

http://www.bobbysmiles.com/temp/test/test30.htm

> I want the gray line under "notice of ..." without that many white between them.
> also for the red line under "Lorem ipsum dolor sit amet", I want it immediately under the heading text, without white space

Can someone give me a hand please?

Fantatier
03-19-2005, 12:44 PM
try a negative margin.

ie
margin-bottom: -10px;

Bobby_S
03-19-2005, 01:31 PM
Yes! thx!