Brian Irr
Posts: 0
Joined: Tue Sep 17, 2013 1:25 pm

how can I center a radiogroup side to side

I am trying to get my three radio buttons to center side to side, I have tried css and js.

Image

Brian Irr
Posts: 0
Joined: Tue Sep 17, 2013 1:25 pm

how can I center a radiogroup side to side

I found this code in onve of your responces to css, it worked.

Can you tell me that the "dsid" & "fieldset" reference so that I can understand the code for the future.

[dsid=radiogroup] fieldset{
text-align: center;
}

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

how can I center a radiogroup side to side

Hello Brian,

Every Appery.io component has attribute "dsid":
http://docs.appery.io/documentation/u...
fieldset is the HTML tag: https://developer.mozilla.org/en-US/d...

Return to “Issues”