테이블 배경 반복이 안돼요 정보
테이블 배경 반복이 안돼요본문
<?
$u_path = "http://8888.com/subpage/sub_bg.jpg";
?>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="imagetoolbar" content="no">
<title>그룹</title>
</head>
<body background="http://0000.com/bg.jpg" leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" >
<table border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td style="background-image:url(<?=$u_path?>); background-repeat:no-repeat;">
맨 아래에 <td style="background-image:url(<?=$u_path?>); background-repeat:no-repeat;"> 이 부분의 배경 이미지가 반복되어 나타나질 않아요.
자꾸 전체에 먹혀있는 배경이미지가 나오게 되네요. 제가 뭔가를 잘못한건가요?
아참. 이 파일은 테이블 head.php 파일입니다.
꼭 좀 도와주세요..ㅜ_ㅜ
$u_path = "http://8888.com/subpage/sub_bg.jpg";
?>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="imagetoolbar" content="no">
<title>그룹</title>
</head>
<body background="http://0000.com/bg.jpg" leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" >
<table border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td style="background-image:url(<?=$u_path?>); background-repeat:no-repeat;">
맨 아래에 <td style="background-image:url(<?=$u_path?>); background-repeat:no-repeat;"> 이 부분의 배경 이미지가 반복되어 나타나질 않아요.
자꾸 전체에 먹혀있는 배경이미지가 나오게 되네요. 제가 뭔가를 잘못한건가요?
아참. 이 파일은 테이블 head.php 파일입니다.
꼭 좀 도와주세요..ㅜ_ㅜ
댓글 전체
앗. 제가 no-repeat 으로 했군요...-_-;; 해결했습니다.