Why is it that when I split a table into different rows they will only get about 10 pixels in height from eachother unless I put an object smaller than that in the space? How can I make that space about 3 pixels? Preferably using css.

Why is it that when I split a table into different rows they will only get about 10 pixels in height from eachother unless I put an object smaller than that in the space? How can I make that space about 3 pixels? Preferably using css.

Apply inline CSS you will get it

my suggestion is

table tr td{
       border-left:10px solid #FFF;
}

you can change border color on whatever you need, same way you can make spacing top or bottom or right, gl

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.