| View previous topic :: View next topic | 
	
	
		| Author | Message | 
	
		| sjames 
 
 
 Joined: 16 Nov 2011
 Posts: 1
 
 
 | 
			
				|  Posted: Wed Nov 16, 2011 3:39 pm    Post subject: form will not publish properly |   |  
				| 
 |  
				| I created a form and posted it in iweb.  the form appears perfectly in the editor, but the border and bottom portions are cut off when published. |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| mycontac Site Admin
 
 
 Joined: 31 Dec 2003
 Posts: 2860
 
 
 | 
			
				|  Posted: Thu Nov 17, 2011 9:17 am    Post subject: Reply |   |  
				| 
 |  
				| This is due to the fact that iWeb embeds the form within an iframe.  The iweb software does not accurately judge the length of the form, causing it to cut off the bottom when it renders.  To correct this, add a few line breaks to the end of your form code.  This should adequately lengthen the iframe that iweb uses. 
 Add the following to the end of your form code:
 
 
 
 
	  | Code: |  
	  | <br /><br /><br /><br /> |  
 You may need to add more or less breaks.
 
 Nick Ladd
 myContactForm.com
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		|  |