T
tshad
I have the following:
<tr valign="baseline">
<td align="center" width="103" colspan=2 nowrap>
<asp:Button ID="ViewPositions" runat="server" Text="View Positions"
OnClick="ViewPositions_Click" />
<asp:LinkButton text="Advanced" onClick="Advanced_Click"
runat="server"/>
</td>
</tr>
In Mozilla, it works as I expected the button in the center with the
linkbutton next to it.
In IE, it puts the Button to the right with the LinkButton below it?????
Why is this?
Tom
<tr valign="baseline">
<td align="center" width="103" colspan=2 nowrap>
<asp:Button ID="ViewPositions" runat="server" Text="View Positions"
OnClick="ViewPositions_Click" />
<asp:LinkButton text="Advanced" onClick="Advanced_Click"
runat="server"/>
</td>
</tr>
In Mozilla, it works as I expected the button in the center with the
linkbutton next to it.
In IE, it puts the Button to the right with the LinkButton below it?????
Why is this?
Tom
if you want a space between them.