Livid
|
| Posted: 03/12/2002, 3:33 PM |
|
I'm using the Article form in the CC Portal example. I'm trying to reduce the vertical spacing between records in the grid. Using a custom style, I tried setting the RecordSeparatorTD to:
border: 0; margin: 0; padding: 0;
Anyone know how to set the height of the recordseparator?
|
|
|
 |
Nicole
|
| Posted: 03/13/2002, 1:10 AM |
|
Livid,
try to use custom html code to enlarge space between records. It may be done for Justified and Columnar grid type. Select 'Separate Blocks' flag and in Advanced Grid properties window enter custom html
|
|
|
 |
Livid
|
| Posted: 03/13/2002, 5:25 AM |
|
I've tried this by setting cellspacing="-10" with no effect. Here's the Header section of the Advanced Grid property of the Separtate Block:
<table bgcolor="#f7f7f7" border="0" margin="0" cellpadding="0" cellspacing="-10" dir="ltr">
<tr>
<td colspan="2" rowspan="2"><img border="0" src="images/bar_y_tl.gif" width="7" height="6"></td>
<td bgcolor="#2f2f4f" colspan="2"><img src="images/bar_0-0.gif" width="0" height="1"></td>
<td colspan="2" rowspan="2"><img border="0" src="images/bar_y_tr.gif" width="7" height="6"></td>
</tr>
<tr>
<td colspan="2"><img src="images/bar_0-0.gif" width="6" height="5"></td>
</tr>
<tr>
<td bgcolor="#2f2f4f"><img src="images/bar_0-0.gif" width="1" height="1"></td>
<td><img src="images/bar_0-0.gif" width="5" height="1"></td>
<td align="center" colspan="2">
|
|
|
 |
antman
|
| Posted: 03/29/2002, 2:22 AM |
|
Don't forget that a   is also included so you have to reduce font size.
|
|
|
 |