**** netscape!! or **** ie!! - depending upon which you prefer. so far im not even looking at other browsers or older versions! (I wouldnt be the first!)
anyway I have a text field in a table and an image submit button - in netscape the image is offset one way and in ie the other - how can I get things to line up - basically I want the submit button to line up with the input field…
come on you experts…
http://www.fluffyfish.com/forhelp.htm
or cut and paste this into your program (notepad or dreamweaver) and preview online…
<html><br>
<head><br>
<title>Untitled Document</title><br>
<meta http-equiv=“Content-Type” content=“text/html; charset=iso-8859-1”><br>
</head><br>
<style type=“text/css”>
<p>.form{ font-family: verdana,arial,sans-serif; color: #999999; font-size:10px;}<br>
.big{ font-family: verdana,arial,sans-serif; color: #000000; font-size:30px;}<br>
</style></p>
<p><body bgcolor="#FFFFFF" text="#000000"><br>
<table width=“156” border=“0” cellspacing=“0”
cellpadding=“0” height=“19”><br>
<tr> <br>
<td> <br>
<input type=“text” class=“form” name=“EMAIL”
size=“22” onFocus=“this.value = ‘’;bgChange(‘images/transpix.gif’)”><br>
</td><br>
<td> <br>
<input type=“image” src=“http://www.fluffyfish.com/images/gobutton.gif”
vspace=“0” hspace=“0” border=“0” alt=“Subscribe
Now!” name=“gobutton” onClick=“submitfunction(); return
true”><br>
</td><br>
</tr><br>
</table><br>
<p><br><br>
<img width=“264” height=“158” border=“1” src=“http://www.fluffyfish.com/images/problem.gif”>
<br>
</p><br>
<p><font face=“Verdana, Arial, Helvetica, sans-serif” size=“2”
class=“big”><b>Above <br>
you can see how the above form renders in internet explorer and netscape - how
<br>
do I get them to look the same?</b></font></p><br>
</body><br>
</html></p>