묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
링크 target을 테이블에 줄수 있나요?
2005.12.26 14:26
<table width="760" border="1" cellpadding="0" cellspacing="0" align="center">
<tr>
<td valign="center" width="160" height="75" align="center">
<img src="images/logo.gif">
</td>
<td valign="center" width="600" height="75" align="center">
<embed src="images/menu.swf" width="600" height="75">
</tr>
<tr>
<td colspan="2" width="760" height="" align="center" valign="bottom">
<embed src="images/main.swf" width="760" height="370">
</embed></OBJECT>
</td>
</tr>
<tr>
<td height="5"></td>
</tr>
</table>
위의 소스는 메인 페이지 테이블중에 두줄입니다...
제가 궁금한건....
위의 두줄중에 위에 한줄은 메뉴이기 때문에 그 부분은 바뀌지 않고
테이블의 두번째 줄부터 링크된 페이지가 보이게 하고 싶습니다...
노프레임과 비슷하긴 하지만 좀더 쉬운 방법을 찾고 싶어서요
기본적으로 html로만 짰거든요...^^
답변좀 부탁드립니다....
<tr>
<td valign="center" width="160" height="75" align="center">
<img src="images/logo.gif">
</td>
<td valign="center" width="600" height="75" align="center">
<embed src="images/menu.swf" width="600" height="75">
</tr>
<tr>
<td colspan="2" width="760" height="" align="center" valign="bottom">
<embed src="images/main.swf" width="760" height="370">
</embed></OBJECT>
</td>
</tr>
<tr>
<td height="5"></td>
</tr>
</table>
위의 소스는 메인 페이지 테이블중에 두줄입니다...
제가 궁금한건....
위의 두줄중에 위에 한줄은 메뉴이기 때문에 그 부분은 바뀌지 않고
테이블의 두번째 줄부터 링크된 페이지가 보이게 하고 싶습니다...
노프레임과 비슷하긴 하지만 좀더 쉬운 방법을 찾고 싶어서요
기본적으로 html로만 짰거든요...^^
답변좀 부탁드립니다....