뽀라닷컴
Loading...




웹디자인,포토샵,그누보드,제로보드,동영상제작 관련 메모 >>


전체(437)인터넷,컴퓨터 (94) | 웹디자인tip (182) | CG,그래픽tip (70) | BBS_Tip (74) | 영상tip (17) |
테이블 표를 링크 걸기 2008-04-27 14:29:59
홈페이지홈페이지

테이블<table> 셀<td> 모두 가능하다.

테이블에 링크 걸기 style="CURSOR: hand;" ==> 커서 모양이 손가락 모양
onclick="location.href='링크주소'" ==> 테이블에 링크 설정 간단하죠..
 


링크

<table border=2 width=100 bgColor=silver height=100>
<tbody>
<tr>
<td style="CURSOR: hand" onclick="location.href='http://bbora.com'" width=100></td></tr></tbody></table>

 

새창으로 링크

<table border=2 width=100 bgColor=silver height=100>
<tbody>
<tr>
<td style="CURSOR: hand" onClick="window.open('http://bbora.com','','');" width=100></td></tr></tbody></table>






    



목록보기 삭제하기