Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
9507 Widoki

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>

Awatar
Odrzuć
Najlepsza odpowiedź

i think this may help you.

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

</group>

Awatar
Odrzuć
Autor

thanks, it works well.

Najlepsza odpowiedź

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

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
1
kwi 17
4285
5
lip 25
8374
1
mar 25
2196
0
lis 24
2054
0
cze 24
1946