Question : Gap between the lines in a table - ASP.Net

I have a column in a table, the gap between the first and second lines should be very less.
Find attached the grid and code.

Could someone help me.
Attachments:
 
table
table
 
 
 

Answer : Gap between the lines in a table - ASP.Net

If you are using a stylesheet try different line-height values on the hyperlink tag. That should allow you to push the lines closer together. An example would be:

.style32
{
    line-height: 10px;
}

etc.

You may have to play with the numbers to get it right.
Random Solutions  
 
programming4us programming4us