View Single Post
Old 02-26-2008, 09:05 AM   #2
Aarlev
Web Designer
 
Aarlev's Avatar
 
Join Date: Jan 2008
Location: London
Posts: 311
Default

I'm not sure if this is what you mean but you can control the margin on the <P>.

e.g

P {
margin:0 0 1px 0;
}

Which will result in a 1px bottom margin on each <P>. I think it removes the line break completely if you just set the margin to 0.
__________________
//PORTFOLIO\\
Aarlev is offline   Reply With Quote