본문 바로가기

Program/TAG

[HTML] 문서 중앙 정렬 및 테이블 링크 새창 뛰우기

- 문서 중앙 정렬 및 테이블 링크 새창 뛰우기

<table width=100% height=100% style="cursor:hand" onclick="javascript:window.open('http://www.daum.net/','','')">

  <tr >
   <td align=center>

      내용내용내용

  </td>

 </tr>

</table>

 

- 테이블 일반링크

<table style="cursor:hand" onclick="location.href='http://www.daum.net/'">

 

 

 

 

'Program > TAG' 카테고리의 다른 글

엔터 submit  (0) 2013.07.16
CSS Reference  (0) 2010.09.16
selectbox option 글자색 지정  (0) 2010.07.26