Site and CSS coding was previously created and now needs changingon http://www.snowcityarts.org. One change is the newsletter signup form. We want it to be only a link on the text "newsletter signup" and to go to the follow page: http://www.snowcityarts.org/contact.newsletter-sign-up.
Normally,I would input <a>Newsletter Signup</a>
However, when I do that the entire field disappears & even the new text doesn't show up.
This is the current code:
'<form name="ccoptin" id="CC" action="http://visitor.constantcontact.com/d.jsp" target="_blank" method="post" >
<input id="ccinput" type="text" name="ea" value="">
<!--<input class="submitLink cufon" type="submit" value="SIGNUP" />-->
<input type="hidden" name="m" value="1102918733794">
<input type="hidden" name="p" value="oi">
<button type="submit" class="submitLink cufon">SIGNUP</button>
</form>'
And this is the CSS code for that piece:
'#header form#CC {
position:absolute;
width:210px;
top: 16px;
left: 486px;
}'
[Please use the code buttons or backticks (not quotes) when posting code]
Any help would be GREATLY appreciated, please.
dk