카테고리 없음

배경 넣고 만들기

상상플러스s 2012. 6. 10. 02:55


테이블 안에 넣고 싶을때

<TABLE height=300 width=400 borderColor=blue cellSpacing=18 cellPadding=5 align=center bgColor=#ffffff background=장식주소 border=5 viewonly="Y"> <TBODY>
<TR>
<TD>
<CENTER> 이미지넣기 </CENTEr> </TD> </TR> </TBODY> </TABLE>

 

 
 

전체장식으로 사용시

<table border=0 cellspacing=0 cellpadding=0 width=674>

<STYLE> body { background-image:url("장식주소");background-attachment: fixed; background-repeat: yes-repeat; background-position: up; } table { background-color: transparent; } td { background-color: transparent; } </STYLE>