Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
2 Відповіді
9121 Переглядів

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 

Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
1
квіт. 17
3927
5
лип. 25
7827
1
бер. 25
1381
0
лист. 24
1567
0
черв. 24
1609