콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2 답글
9228 화면

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
4051
5
7월 25
8019
1
3월 25
1692
0
11월 24
1704
0
6월 24
1712