Skip to Content
Menu
This question has been flagged
2 Replies
9072 Zobrazenia

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
Zrušiť
Best Answer

i think this may help you.

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

</group>

Avatar
Zrušiť
Autor

thanks, it works well.

Best Answer

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

Avatar
Zrušiť
Related Posts Replies Zobrazenia Aktivita
1
apr 17
3841
5
júl 25
7777
1
mar 25
1342
0
nov 24
1526
0
jún 24
1567