Form throws out image display
Posted: Tue Nov 30, 2010 1:03 am
Hi there,
Noob here, so please go easy!
I'm trying to implement a simple newsletter plugin to a PHP site template, code is below:
Everything works as expected, and the layout & image displays perfectly without the "form" tags, but when they "form" tags are included, they throw the image out & put a border around it. (There's a reference to my CSS page for class "field", and the image is in the correct directory).
Anybody able to help out please? Thanks!
Noob here, so please go easy!
I'm trying to implement a simple newsletter plugin to a PHP site template, code is below:
Code: Select all
<form method="post" action="http://oi.vresp.com?fid=4b561587d0" target="vr_optin_popup">
<table cellpadding="0" cellspacing="0">
<tr>
<td><input name="email_address" class="field"/></td>
<td><input type="image" name="go" src="<?=$img_dir?>/newsletter-input-button.png" alt="Go" class="form-imagebutton"/></td>
</tr>
</table>
</form>
Anybody able to help out please? Thanks!
