跳至内容
菜单
此问题已终结
2 回复
9024 查看

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>

形象
丢弃
最佳答案

i think this may help you.

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

</group>

形象
丢弃
编写者

thanks, it works well.

最佳答案

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

形象
丢弃
相关帖文 回复 查看 活动
1
4月 17
3815
5
7月 25
7714
1
3月 25
1280
0
11月 24
1475
0
6月 24
1547