Welcome Guest Search | Active Topics | Sign In | Register

Datepicker control alignment (page formatting issue) Options
The Menace
Posted: Monday, June 2, 2008 3:02:15 PM
Rank: Member
Groups: Member

Joined: 6/2/2008
Posts: 14
I'm new to using essential objects and so far it has been good except the datepicker does a "break" by itself.

For instance:
<eo:DatePicker id="blah" runat="server" /> Test

In this case, the "Test" goes to the next line instead of being on the same line. I guess my problem is more towards formatting it. Thanks for the help.
eo_support
Posted: Monday, June 2, 2008 4:00:20 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,088
Hi,

You can do this:

<eo:DatePicker id="blah" runat="server" style="display:inline" />

Note the "display:inline" style attribute. That would prevent the DatePicker from causing a line break.

Thanks
The Menace
Posted: Monday, June 2, 2008 4:59:49 PM
Rank: Member
Groups: Member

Joined: 6/2/2008
Posts: 14
That works, thanks.


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.