Hight on a tablecell with linkbuttons problem
-
This seems like an easy task but I havn't mangade to figure it out. I have a table like this:
<table cellpadding="0" cellspacing="0" class="tabAdminUser" width="257px" border="0">
<tr>
<td style="width:103px" rowspan="8"></td>
<td class="lblStyle1"><br />$User_usergroups$</td>
</tr>
<tr>
<td style="height: 9px">
<asp:LinkButton ID="lbtnUserSearch" runat="server" Height="9px" CommandName="userSearch" CssClass="lbtnStyle8"
onclick="lbtnGoToPage_Click">$Search_for_user$</asp:LinkButton>
</td>
</tr>
<tr>
<td><asp:LinkButton ID="lbtnNewUser" runat="server" Height="9px" CommandName="newUser" CssClass="lbtnStyle8"
onclick="lbtnGoToPage_Click">$New_user$</asp:LinkButton>
</td>
</tr>
<tr>
</table>The problem is that I want the LinkButtons to be closer to each other. I belive I've tryed everything, from setting the hight on the tablecell and linkbutton, but no mather what, the tablecell always is 19px high. :| Thanks Thomas
-
This seems like an easy task but I havn't mangade to figure it out. I have a table like this:
<table cellpadding="0" cellspacing="0" class="tabAdminUser" width="257px" border="0">
<tr>
<td style="width:103px" rowspan="8"></td>
<td class="lblStyle1"><br />$User_usergroups$</td>
</tr>
<tr>
<td style="height: 9px">
<asp:LinkButton ID="lbtnUserSearch" runat="server" Height="9px" CommandName="userSearch" CssClass="lbtnStyle8"
onclick="lbtnGoToPage_Click">$Search_for_user$</asp:LinkButton>
</td>
</tr>
<tr>
<td><asp:LinkButton ID="lbtnNewUser" runat="server" Height="9px" CommandName="newUser" CssClass="lbtnStyle8"
onclick="lbtnGoToPage_Click">$New_user$</asp:LinkButton>
</td>
</tr>
<tr>
</table>The problem is that I want the LinkButtons to be closer to each other. I belive I've tryed everything, from setting the hight on the tablecell and linkbutton, but no mather what, the tablecell always is 19px high. :| Thanks Thomas
try setting margin-top:-2px; on the bottom linkbutton.
I didn't get any requirements for the signature