head.php 질문입니다. 정보
head.php 질문입니다.
본문
head.php를 손봐서 첨부파일의 사진처럼 해 보았습니다.
그런데 "***동맹 누리집***" 이 메뉴를 현재 접속자 아래로 옮겨놓고 가운데 정렬 시키고 싶습니다.
어떻게 해야 하나요?
아래는 head.php의 내용중 일부입니다.
<!-- 왼쪽 메뉴 -->
<td width=220 valign=top>
<?=outlogin("basic"); // 외부 로그인 ?>
<div style='height:10px;'></div>
<?=poll("basic"); // 설문조사 ?>
<div style='height:10px;'></div>
<?=visit("basic"); // 방문자수 ?>
<div style='height:10px;'></div>
<?=connect(); // 현재 접속자수 ?>
</td>
<td width=18></td>
<p align="center"><select style="font: 1em/normal NanumGothic, Verdana, Helvetica, Arial, Gulim, sans-serif; width:
200px; color: rgb(51, 51, 51); font-size-adjust: none; font-stretch: normal;" id="bloglink1"
onchange="window.open(this.value);">
<option value="http://*********.hostoi.com/">+++동맹 누리집+++</option>
<option value="http://cafe.naver.com/*********">*** ** **</option>
<option value="http://********.lgnas.com/">** *****</option>
<option value="http://cafe.naver.com/*******">******* ******* *********</option>
<option value="http://*****.******.hostoi.com/">****</option></select></p>
<!-- 중간 -->
<td width=683 valign=top>
그런데 "***동맹 누리집***" 이 메뉴를 현재 접속자 아래로 옮겨놓고 가운데 정렬 시키고 싶습니다.
어떻게 해야 하나요?
아래는 head.php의 내용중 일부입니다.
<!-- 왼쪽 메뉴 -->
<td width=220 valign=top>
<?=outlogin("basic"); // 외부 로그인 ?>
<div style='height:10px;'></div>
<?=poll("basic"); // 설문조사 ?>
<div style='height:10px;'></div>
<?=visit("basic"); // 방문자수 ?>
<div style='height:10px;'></div>
<?=connect(); // 현재 접속자수 ?>
</td>
<td width=18></td>
<p align="center"><select style="font: 1em/normal NanumGothic, Verdana, Helvetica, Arial, Gulim, sans-serif; width:
200px; color: rgb(51, 51, 51); font-size-adjust: none; font-stretch: normal;" id="bloglink1"
onchange="window.open(this.value);">
<option value="http://*********.hostoi.com/">+++동맹 누리집+++</option>
<option value="http://cafe.naver.com/*********">*** ** **</option>
<option value="http://********.lgnas.com/">** *****</option>
<option value="http://cafe.naver.com/*******">******* ******* *********</option>
<option value="http://*****.******.hostoi.com/">****</option></select></p>
<!-- 중간 -->
<td width=683 valign=top>
댓글 전체

<!-- 왼쪽 메뉴 -->
<td width=220 valign=top align="center">
<?=outlogin("basic"); // 외부 로그인 ?>
<div style='height:10px;'></div>
<?=poll("basic"); // 설문조사 ?>
<div style='height:10px;'></div>
<?=visit("basic"); // 방문자수 ?>
<div style='height:10px;'></div>
<?=connect(); // 현재 접속자수 ?>
<div style='height:10px;'></div>
<select style="font: 1em/normal NanumGothic, Verdana, Helvetica, Arial, Gulim, sans-serif; width: 200px; color: rgb(51, 51, 51); font-size-adjust: none; font-stretch: normal;" id="bloglink1" onchange="window.open(this.value);">
<option value="http://*********.hostoi.com/">+++동맹 누리집+++</option>
<option value="http://cafe.naver.com/*********">*** ** **</option>
<option value="http://********.lgnas.com/">** *****</option>
<option value="http://cafe.naver.com/*******">******* ******* *********</option>
<option value="http://*****.******.hostoi.com/">****</option></select>
</td>
<td width=220 valign=top align="center">
<?=outlogin("basic"); // 외부 로그인 ?>
<div style='height:10px;'></div>
<?=poll("basic"); // 설문조사 ?>
<div style='height:10px;'></div>
<?=visit("basic"); // 방문자수 ?>
<div style='height:10px;'></div>
<?=connect(); // 현재 접속자수 ?>
<div style='height:10px;'></div>
<select style="font: 1em/normal NanumGothic, Verdana, Helvetica, Arial, Gulim, sans-serif; width: 200px; color: rgb(51, 51, 51); font-size-adjust: none; font-stretch: normal;" id="bloglink1" onchange="window.open(this.value);">
<option value="http://*********.hostoi.com/">+++동맹 누리집+++</option>
<option value="http://cafe.naver.com/*********">*** ** **</option>
<option value="http://********.lgnas.com/">** *****</option>
<option value="http://cafe.naver.com/*******">******* ******* *********</option>
<option value="http://*****.******.hostoi.com/">****</option></select>
</td>

감사합니다.