Jeremiah Ebenzee Spence
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Header IssuesI was able to fix my issue! I deleted several line breaks., which removed the extra space between the form and the next page section, then I re-positioned the thematic break to the end of the source code, instead of the middle. Below is the finished code. This now looks superb!(I’m sorta new at this coding stuff, so I pat myself on the back for my good work). Thanks for your response.
—————————————————
<form action=”https://ml.kundenserver.de/cgi-bin/mailinglist.cgi” method=”POST” target=”_blank”>
<input checked=”” name=”subscribe_r” type=”radio” value=”subscribe”>
Yes, I want to become a member of the mailing list for <i>The Beetle Bugle</i><sup>TM</sup> at [email protected]. (Please add our newsletter address to your contact list to prevent SPAM action, which ensures proper delivery your e-mail Inbox.)
<br>
<input name=”subscribe_r” type=”radio” value=”unsubscribe”>
Please remove me from the mailing list [email protected].
<br>
Enter your email address:
<br>
<input maxlength=”51″ name=”mailaccount_r” size=”51″ type=”text”>
<br>
Please confirm your email address:
<br>
<input maxlength=”51″ name=”mailaccount2_r” size=”51″ type=”text”>
<br>
<input type=”SUBMIT” value=”Send”>
<input type=”RESET” value=”Reset form”>
<input name=”FBMLNAME” type=”hidden” value=”[email protected]”>
<input name=”FBLANG” type=”hidden” value=”en”>
<input name=”FBURLERROR_L” type=”hidden” value=”https://ml.kundenserver.de/mailinglist/error.en.html”>
<input name=”FBURLSUBSCRIBE_L” type=”hidden” value=”https://ml.kundenserver.de/mailinglist/subscribe.en.html”>
<input name=”FBURLUNSUBSCRIBE_L” type=”hidden” value=”https://ml.kundenserver.de/mailinglist/unsubscribe.en.html”>
<br> <hr>
<input name=”FBURLINVALID_L” type=”hidden” value=”https://ml.kundenserver.de/mailinglist/invalid.en.html”>
</form>
————————————————-