태그가 이게 맞나요..
관련링크
본문
<!-- 메인 시작 -->
<center>
<table width=1024 id="main" border=0 cellpadding=0 cellspacing=0>
<tr>
<td width=215 valign=top>
<!-- 메인 좌측 -->
<?=outlogin("mw.outlogin2")?>
<div style="margin:4px 0 0 0;">
<a href="#"><img src="/main_img/1.gif" border="0" width=100% height=100%"></a>
<div style="margin:4px 0 0 0;">
<a href="#"><img src="/main_img/d2.gif" border="0" width=100% height=100%"></a>
<div style="margin:4px 0 0 0;">
<a href="#"><img src="/main_img/g3.gif" border="0" width=100% height=100%"></a>
<div style="margin:4px 0 0 0;">
<a href="#"><img src="/main_img/m4.gif" border="0" width=100% height=100%"></a>
<div style="margin:4px 0 0 0;">
</td>
<td width=7></td>
<td valign=top>
<!-- 메인 중앙 -->
<?=mw_latest("mw.index.side", "B07", 5, 28, 0, $mw[config][cf_index_cache])?>
<div style="margin:4px 0 0 0;">
<?=mw_latest("mw.index.side", "B07", 5, 28, 0, $mw[config][cf_index_cache])?>
</td>
<td width=7></td>
<td width=400 valign=top>
<!-- 메인 우측 -->
<?=mw_latest("mw.index.side", "B07", 5, 28, 0, $mw[config][cf_index_cache])?>
<div style="margin:4px 0 0 0;">
<?=mw_latest("mw.index.side", "B07", 5, 28, 0, $mw[config][cf_index_cache])?>
</td>
</tr>
</table>
<!-- 메인 시작 -->
<table width=801 border=0 cellpadding=0 cellspacing=0>
<tr>
<td width=264 valign=top>
<!-- 메인 좌측 -->
<?=mw_latest("mw.index.side", "B07", 5, 28, 0, $mw[config][cf_index_cache])?>
</td>
<td width=7></td>
<td valign=top>
<!-- 메인 중앙 -->
<?=mw_latest("mw.index.side", "B07", 5, 28, 0, $mw[config][cf_index_cache])?>
</td>
<td width=7></td>
<td width=264 valign=top>
<!-- 메인 우측 -->
<?=mw_latest("mw.index.side", "B07", 5, 28, 0, $mw[config][cf_index_cache])?>
</td>
</tr>
</table><!-- main -->
https://drive.google.com/file/d/0B4QVRnahzDdXY2NSdkxjQjZxYU0/view?usp=sharing
이게 그림 파일입니다.
이런식으로 하려는데
저 태그로 하는데 안맞아서요..
뭐를 수정해야맞는건가요??
답변 1
비표준코드네요
<div style="width:420px">
<div style="float:left; width:200px; padding:10px;">
</div>
<div style="float:left; width:200px; padding:10px;">
</div>
<div style="float:left; width:130px; padding:10px;">
</div>
<div style="float:left; width:130px; padding:10px;">
</div>
<div style="float:left; width:130px; padding:10px;">
</div>
</div>
이렇게해보세요