2017-03-05 1 views
0

을 작성하지 않으므로 Foundation Forms를 사용하여 웹 사이트 Im Building에 대한 양식을 작성했습니다. 이제는 작성하지 않을 것입니다.Zurb Foundation - 사용자 정의 양식을 작성하지만 이제는

<div style="padding-bottom: 5px; padding-top: 10px;"> 
<label> 
    <h3><small><font color="black">Post Title</font></small></h3> 
    <input type="text" placeholder="Enter Post Title Here"> 
</label> 
</div> 
<!--Post Content--> 
<div style="padding-bottom: 5px;"> 
<label> 
    <h3><small><font color="black">Post Content</font></small></h3> 
    <textarea placeholder="Enter Post Content Here"></textarea> 
</label> 
<hr> 
</div> 
<!--Post File--> 
<label for="exampleFileUpload" class="button">Upload File</label> 
<input type="file" id="exampleFileUpload" class="show-for-sr"> 
<br> 
<hr> 
<!--Submit Post--> 
<label> 
<input name= "myfiles" type='submit' class='button' value='Create Post'/> 
</label> 
</form> 
</div> 
</div> 

답변

0

당신은 HTTP 포스트는 "게시"하지 의미 : 여기

는 HTML입니까? 시작 <form> 태그가 누락되어있는 것처럼 보입니다.이 태그는 Zurb 문제가 아닙니다.