지금 그누보드가 왼쪽정렬로 되어 있잖아요..? 정보
지금 그누보드가 왼쪽정렬로 되어 있잖아요..?본문
어디를 어떻게 수정해야 하나요..?
아무리 해봐도 잘 안됩니다
아무리 해봐도 잘 안됩니다
댓글 전체
<table align="center"> 하시면 됩니다
head.php에서 하나요?

<!-- 상단 배경 시작 -->
<table width="<?=$table_width?>" cellspacing="0" cellpadding="0">
<!-- 상단 로고 및 버튼 시작 -->
<table width="<?=$table_width?>" cellspacing="0" cellpadding="0">
<!-- 검색 시작 -->
<table width="<?=$table_width?>" cellspacing="0" cellpadding="0">
이런식으로 최초테이블 시작되는 부분에서 하시면 됩니다.
<table width="<?=$table_width?>" cellspacing="0" cellpadding="0">
<!-- 상단 로고 및 버튼 시작 -->
<table width="<?=$table_width?>" cellspacing="0" cellpadding="0">
<!-- 검색 시작 -->
<table width="<?=$table_width?>" cellspacing="0" cellpadding="0">
이런식으로 최초테이블 시작되는 부분에서 하시면 됩니다.
저는 head.sub.php에서 <center> 하고 tail.sub.php에서 <=center> 합니다.