Greg,Try the CssClass attribute in ItemStyle for each column you want to - Ra |
Friday, September 07, 2007 3:38 PM
|
Greg,
Try the CssClass attribute in ItemStyle for each column you want to format.
cssclass:
.col
{
padding-right:10px;
padding-left:50px;
}
HTH,
Rakesh |
 |
Gridview horizonal cell spacing/padding - Gre |
Friday, September 07, 2007 4:30 PM
|
Excellent, that is just what I was trying to do! Thanks so much!
Greg |
 |