Data Item Spacing Using CSS
Okay, I’m about to drive myself crazy trying to figure out why I can’t get rid of the space between the lines of data above on my web page.
The lines are made-up of three fields stacked directly on top of each other. They are all sitting in a single table cell with no height or width attributes set and padding and spacing on the entire table set to “0″.
Here’s the CSS that’s being applied to each data item.
1: margin: 0px; font-family: Arial; font-size: 8pt; padding-left: 30px; line-height: 9px
What is the stinkin’ deal with this. I need these lines to smash right up next to each other to conserve spacing for a printable page.
Any help would be appreciated.
Related Stories
POSTED IN: .NET, Training, Visual Web Developer Express
1 opinion for Data Item Spacing Using CSS
fdsfsd
Apr 1, 2008 at 11:10 am
try erasing line-height: 9px
Have an opinion? Leave a comment: