2011-12-15 2 views
0

포토샵을 사용하여 템플릿을 만들었으며 슬라이스 도구를 사용하여 버튼을 만들었습니다. 나는 사람들이 정보 (이름, 이메일, 마사지)를 꺼내 내 이메일에 보낼 수 있도록 내 템플릿에 상자 두 개를 추가하려고합니다. 삽입> 양식> 텍스트 필드를 클릭하면 상자가 추가되지만 내 페이지의 하단에는 서식 파일이 추가되지 않습니다. 어쨌든 내 템플릿에 텍스트 필드 상자를 가져올 수 있습니까?Dreamweaver를 사용하여 포토샵 템플릿에 텍스트 상자 추가

<html> 
<head> 
<title>Home page</title> 
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 
</head> 
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> 
<!-- Save for Web Slices (Home page.png) --> 
<table id="Table_01" width="823" height="885" border="0" cellpadding="0"  cellspacing="0"> 
<tr> 
    <td colspan="5"> 
     <img src="images/Home-page_01.jpg" width="823" height="127" alt="">    </td> 
</tr> 
<tr> 
    <td> 
     <img src="images/Home-page_02.jpg" alt="" width="99" height="30" border="0" usemap="#Map"></td> 
    <td> 
     <img src="images/Home-page_03.jpg" alt="" width="155" height="30" border="0" usemap="#Map2"></td> 
    <td> 
     <img src="images/Home-page_04.jpg" alt="" width="98" height="30" border="0" usemap="#Map3"></td> 
    <td> 
     <img src="images/Home-page_05.jpg" alt="" width="193" height="30" border="0" usemap="#Map4"></td> 
    <td> 
     <img src="images/Home-page_06.jpg" width="278" height="30" alt="">  </td> 
</tr> 
<tr> 
    <td colspan="5"><!-- TemplateBeginEditable name="EditRegion1" --><img src="images/Home-page_07.jpg" alt="" width="823" height="728" border="0" usemap="#Map5"> 
     <form name="form1" method="post" action=""> 
    </form> 
    <!-- TemplateEndEditable --></td> 
</tr> 
</table> 
<!-- End Save for Web Slices --> 

<map name="Map"> 
<area shape="rect" coords="1,3,99,28" href="#"> 
</map> 

<map name="Map2"> 
<area shape="rect" coords="7,2,158,30" href="#"> 
</map> 

<map name="Map3"> 
<area shape="rect" coords="3,4,95,30" href="#"> 
</map> 

<map name="Map4"> 
<area shape="rect" coords="11,2,189,33" href="#"> 
</map> 

<map name="Map5"> 
<area shape="rect" coords="267,247,486,356" href="#"> 
<area shape="rect" coords="9,248,250,356" href="#"> 
<area shape="rect" coords="519,246,763,354" href="#"> 
</map> 
</body> 
</html> 
u는 당신이, 당신이 커서에 초점을 텍스트 필드를 넣어 것입니다 텍스트 필드를 추가하고 단계를 반복 할 위치에 커서를 집중할 수

답변

관련 문제