<asp:ImageButton ID="button1".... CssClass="right" />
<asp:ImageButton ID="button2".... CssClass="right" />
css:
.right
{
float:right;
}
TIA.
> Hi,
> I have a couple of buttons that I want to put on the right side of the
> page or a div.
> I used style="float:right" for the image buttons (asp.net page). It
> works fine except that I cannot put any spces between them. I tried to
> put a couple of but it doesn't work.
Why would a non-breaking-space facility have a hope here?
> Can you tell me how I can do this?
>
Look at the source for:
<http://dorayme.890m.com/alt/twofloatedimages.html>
and then
<http://dorayme.890m.com/alt/twofloatedimages_withgap.html>
--
dorayme
Thank you dorayme. The Sun feels nice when one's head is out of one's
a....