2011-12-15 12 views
0

Photoshopを使用してテンプレートを作成し、スライスツールを使用してボタンを作成しました。私は人が情報(名前、電子メール、マッサージ)を出して自分のメールに送ることができるように、テンプレートにいくつかのボックスを追加しようとしています。挿入>フォーム>テキストフィールドをクリックすると、ボックスが追加されますが、テンプレートのページではなくページの下部に追加されます。とにかく私はテンプレートのテキストフィールドボックスを取得できますか?Dreamweaverを使用してPhotoshopテンプレートにテキストボックスを追加する

<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はちょうどあなたが、それはあなたがカーソルを集中テキストフィールドを配置しますテキストフィールドを追加し、あなたのステップを繰り返したい場所にカーソルを集中することができ

答えて

関連する問題