Where exactly do you want it? centered? on teh left?on the right? as one line? multiple lines?
Note you need to add an '<' before the word 'form' so it is '<form' - that's why you see the
HTML Code:
form action="http://spallan.createsend.com/t/r/s/wljjt/" method="post">
line on the page and get rid or the ';' at the end. Actually remove it from where everyou placed it and change yout ATO->Style & edit HEADER AREA->Configure Header Area to this
HTML Code:
%pages %logo <div id="header_subscribe"><form action="http://spallan.createsend.com/t/r/s/wljjt/" method="post">
<div><center>
<label for="wljjt-wljjt">
<span style="font-family:Helvetica;font-size:14px;font-style:normal;font-weight:bold;text-decoration:none;text-transform:none;color:000000;background-color:GGGGGG;">Subscribe to our email <a href="http://www.typebooks.ca/news/april_09.html">newsletter</a>! Enter your email address: </span></label><input type="text" name="cm-wljjt-wljjt" id="wljjt-wljjt" /><input type="submit" value="Subscribe" />
</div></center>
</form></div> %bar1 %image %bar2
then add this to ato->Add HTML/CSS Inserts->CSS Insert
HTML Code:
div#header_subscribe {
position: relative;
top: -50px;
z-index:4;}
you can play with the 'top: -50px;' to get it to where you want it
you can add 'left: -40px;' to adjust the position also
if you want to have multiple lines like this
Subscribe to our email newsletter!
Enter your email
<--space for email address-->
add a '<br>' where you want the break to be.