태그 질문합니다.. 정보
태그 질문합니다..본문
style="background:url('/images/right_bg_.jpg') no-repeat left top
라는 태그 유용하게 사용하고 있습니다..
그런데;;
여기에서 배경 bgcolor 태그도 함께 먹히고 싶은데요..
<td width="220" style="background:url('/images/right_bg_.jpg') no-repeat left top">
에서,
<td width="220" style="background:url('/images/right_bg_.jpg') no-repeat left top" bgcolor="#000000">
가 먹히질 않네요;;
어떤 방법이 있는지 궁금합니다..
라는 태그 유용하게 사용하고 있습니다..
그런데;;
여기에서 배경 bgcolor 태그도 함께 먹히고 싶은데요..
<td width="220" style="background:url('/images/right_bg_.jpg') no-repeat left top">
에서,
<td width="220" style="background:url('/images/right_bg_.jpg') no-repeat left top" bgcolor="#000000">
가 먹히질 않네요;;
어떤 방법이 있는지 궁금합니다..
댓글 전체

background:url('/images/right_bg_.jpg') no-repeat left top #000000
감사합니다^^