Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Alignment Question

Reply
Thread Tools

Alignment Question

 
 
Wayne Wengert
Guest
Posts: n/a
 
      11-28-2005
I have an aspx page built in VWD 2005 in which I use <center></center> to
center the various components. One of the components is a radiobutton list.
I do want that list to be centered on the page but within that control, I
want the individual items to be a left aligned vertical list. The items are
being centered within the radiobuttonlist. Is there a way to change this?

Wayne


 
Reply With Quote
 
 
 
 
Patrick.O.Ige
Guest
Posts: n/a
 
      11-28-2005
Wayne post some stuff..
It would help
Patrick

"Wayne Wengert" <> wrote in message
news:...
> I have an aspx page built in VWD 2005 in which I use <center></center> to
> center the various components. One of the components is a radiobutton

list.
> I do want that list to be centered on the page but within that control, I
> want the individual items to be a left aligned vertical list. The items

are
> being centered within the radiobuttonlist. Is there a way to change this?
>
> Wayne
>
>



 
Reply With Quote
 
 
 
 
Wayne Wengert
Guest
Posts: n/a
 
      11-28-2005
Here is that piece of code:

<center>

<asp:Label ID="Label1" runat="server" Font-Bold="True" Font-Size="18pt"
Text="Help Information"></asp:Label><br />


<asp:RadioButtonList ID="RadioButtonList1" runat="server"
AutoPostBack="True"
OnSelectedIndexChanged="RadioButtonList1_SelectedI ndexChanged" >

<asp:ListItem Value="Comm">Communicating with other members </asp:ListItem>

<asp:ListItem Value="Login">How to Login</asp:ListItem>

<asp:ListItem Value="View">How to view information about a
nominee</asp:ListItem>

<asp:ListItem Value="Add">How to add comments on a nominee</asp:ListItem>

<asp:ListItem Value="Vote">How to vote</asp:ListItem>

</asp:RadioButtonList>

</center>

"Patrick.O.Ige" <> wrote in message
news:...
> Wayne post some stuff..
> It would help
> Patrick
>
> "Wayne Wengert" <> wrote in message
> news:...
>> I have an aspx page built in VWD 2005 in which I use <center></center> to
>> center the various components. One of the components is a radiobutton

> list.
>> I do want that list to be centered on the page but within that control, I
>> want the individual items to be a left aligned vertical list. The items

> are
>> being centered within the radiobuttonlist. Is there a way to change this?
>>
>> Wayne
>>
>>

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Question about alignment in css (repost) Becky Lash HTML 12 11-24-2004 05:12 AM
Question about alignment for text and images Becky Lash HTML 8 11-23-2004 01:35 PM
[Newbie to Swing]: Alignment question John Curley Java 10 08-21-2004 08:16 PM
Easy text alignment in Frontpage question. Pete HTML 6 03-05-2004 09:34 PM
Alignment question Jeremy Williams HTML 5 07-20-2003 07:43 PM



Advertisments