Need help with HTML
-
Hello!
My team and I have recently launched https://techhaze.com a I’ve been able to run and set up the site with minimal use of HTML so far.
I however have a problem:
On the very bottom of the site, on our sidebar, users can enter their email address and get subscribed. I’ve tweaked the HTML code a little but I’ve been unable to reposition the “subscribe” button right next to the input field, on the right of which there is a useless blank space.Here is the code:
<form style="border:0px solid #ccc;padding:1px;text-align:left;" action="https://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('https://feedburner.google.com/fb/a/mailverify?uri=Techhazecom', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true"><p style="text-align: justify;">Enter your email address to get the newest posts directly delivered in your inbox:</p><p><input type="text" style="width:140px" name="email"/></p><input type="hidden" value="Techhazecom" name="uri"/><input type="hidden" name="loc" value="en_US"/><input type="submit" value="Subscribe" /> </form>
The tweak is probably quite simple, and I’d be grateful to anyone who could point me in the right direction.
Cheers!
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Need help with HTML’ is closed to new replies.