Greg,Try the CssClass attribute in ItemStyle for each column you want to
Asked By Ra
07-Sep-07 03: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