Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Removing white space between inline DIV Re: Removing white space between inline DIV

#110932
chrisburton
Participant

Yep, I agree with @wolfcry911 (would also help if I didn’t skim the paragraph). Additionally, if you want to remove the spacing and set your own, just add font-size:0; on the p tag. You would need to give it a class name so it doesn’t interrupt your other p tags on the page.



and your CSS would be:

.something {text-align: center; font-size: 0;}