G
Goldy
Hello,
w/ code like this:
<table border="0" cellspacing="0" cellpadding="0">
<asp:Repeater runat="server" id="op">
<HeaderTemplate></HeaderTemplate>
<ItemTemplate>
<tr>
<td class="label-item" align="left">
<asp:Label runat="server" id="b1" />
<asp:Label runat="server" id="blockConditionMeasure" Text="[{0}]"
Visible="False" />
</td>
<td>
<asp
ropDownList runat="server" id="ob" CssClass="dropdown" Width="50"
TabIndex="9">
<asp:ListItem Value="1">></asp:ListItem>
<asp:ListItem Value="2"><</asp:ListItem>
<asp:ListItem Value="3">=</asp:ListItem>
<asp:ListItem Value="4"><=</asp:ListItem>
<asp:ListItem Value="5">=></asp:ListItem>
</asp
ropDownList>
</td>
<td width="7"><img src="space.gif" width="7" height="1" alt=""
border="0"></td>
<td>
<asp:TextBox runat="server" id="pv" CssClass="input" Width="95" TabIndex="9"
MaxLength="6" />
</td>
</tr>
</ItemTemplate>
<FooterTemplate></FooterTemplate>
</asp:Repeater>
</table>
how can i change the vertical space b/w elements?
TIA
w/ code like this:
<table border="0" cellspacing="0" cellpadding="0">
<asp:Repeater runat="server" id="op">
<HeaderTemplate></HeaderTemplate>
<ItemTemplate>
<tr>
<td class="label-item" align="left">
<asp:Label runat="server" id="b1" />
<asp:Label runat="server" id="blockConditionMeasure" Text="[{0}]"
Visible="False" />
</td>
<td>
<asp
TabIndex="9">
<asp:ListItem Value="1">></asp:ListItem>
<asp:ListItem Value="2"><</asp:ListItem>
<asp:ListItem Value="3">=</asp:ListItem>
<asp:ListItem Value="4"><=</asp:ListItem>
<asp:ListItem Value="5">=></asp:ListItem>
</asp
</td>
<td width="7"><img src="space.gif" width="7" height="1" alt=""
border="0"></td>
<td>
<asp:TextBox runat="server" id="pv" CssClass="input" Width="95" TabIndex="9"
MaxLength="6" />
</td>
</tr>
</ItemTemplate>
<FooterTemplate></FooterTemplate>
</asp:Repeater>
</table>
how can i change the vertical space b/w elements?
TIA