I hope this makes sense, as I'm not a programmer, but just someone who's been googling a lot and learning along the way...
What I'm trying to do is position the email box in an opt-in form and this is what I've done so far and the results:
what I have in the widget:
<div class="optinform">
<div align="right">
<script type="text/javascript" src="http://app.getresponse.com/view_webform.js?wid=######">
</script>
</div></div>
what I have in my style.css:
.optinform {
background: url(
http://website.com/wp-content/upload.../12/optin2.png) no-repeat;
height: 262px;
width: 430px;
color: #ffffff;
font-size: 16px;
font-weight: bold;
}
And this is the result:
I want to find a way to get the email input box down below the arrows...
Any help is greatly appreciated!!
Thanks,
George