Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
2 Besvarelser
9129 Visninger

I  put a button on the web and it was shown on the left of its line, so how shall I put in the center of its line;

<group col="4" colspan="1">
        <button name="thisbutton" type="object"  />
</group>

Avatar
Kassér
Bedste svar

i think this may help you.

<group>
<div style="text-align:center">
<button name="b" type="object"/>
</div>

</group>

Avatar
Kassér
Forfatter

thanks, it works well.

Bedste svar

this relative to css, you can use center the element as normal HTML syntax 

Avatar
Kassér
Related Posts Besvarelser Visninger Aktivitet
1
apr. 17
3940
5
jul. 25
7850
1
mar. 25
1398
0
nov. 24
1580
0
jun. 24
1616