ramsayeg
07-29-2008, 06:41 PM
Hello,
I'm currently working on a new layout and I'm testing it using IE & FF. Today I tried adding a newsletter form to my right sidebar, and it breaked in IE using the following code (in FF it works just fine!):
<h2>NEWSLETTER</h2>
Subscribe to our mailing list to hear about all the latest news, get exclusive info about Square Enix,<br />and know first about our competitions!
<div class="newsletter">
<form method="get" action="include/newsletter/final-fantasy-newsletter.php">
<input name="address" size="10" /><input type="submit" class="newsbutton" value="Go" />
</form>
</div>
Ever since I inserted the code my table breaks for some reason:
http://i36.tinypic.com/eqvvat.jpg
Not only that, but the final-fantasy-newsletter.php page that the user is being sent to is, for some reason, totally destroys the right sidebar. This is the code as it appears:
<div align="center"><form method="get" action="/include/newsletter/final-fantasy-newsletter.php"><strong>Insert your Email Address:</strong>
<font color="#ff0000"><strong></strong></font><br /><br />
<input name="address" size="20" value="xxx" /><select name="action">
<option value="subscribe" selected="selected">Subscribe</option>
<option value="unsubscribe">Unsubscribe</option></select><input type="submit" value="Go" /><br /><br /></form>
</div>
Result:
http://i34.tinypic.com/27yzomo.jpg
I will thank anyone that helps. The full page that is currently in development can be viewed in full over at http://version-three.forever-fantasy.net.
I'm currently working on a new layout and I'm testing it using IE & FF. Today I tried adding a newsletter form to my right sidebar, and it breaked in IE using the following code (in FF it works just fine!):
<h2>NEWSLETTER</h2>
Subscribe to our mailing list to hear about all the latest news, get exclusive info about Square Enix,<br />and know first about our competitions!
<div class="newsletter">
<form method="get" action="include/newsletter/final-fantasy-newsletter.php">
<input name="address" size="10" /><input type="submit" class="newsbutton" value="Go" />
</form>
</div>
Ever since I inserted the code my table breaks for some reason:
http://i36.tinypic.com/eqvvat.jpg
Not only that, but the final-fantasy-newsletter.php page that the user is being sent to is, for some reason, totally destroys the right sidebar. This is the code as it appears:
<div align="center"><form method="get" action="/include/newsletter/final-fantasy-newsletter.php"><strong>Insert your Email Address:</strong>
<font color="#ff0000"><strong></strong></font><br /><br />
<input name="address" size="20" value="xxx" /><select name="action">
<option value="subscribe" selected="selected">Subscribe</option>
<option value="unsubscribe">Unsubscribe</option></select><input type="submit" value="Go" /><br /><br /></form>
</div>
Result:
http://i34.tinypic.com/27yzomo.jpg
I will thank anyone that helps. The full page that is currently in development can be viewed in full over at http://version-three.forever-fantasy.net.