<center><img src="/gifs/cobr/thinpow.gif" alt="Powered By Homefair.com"><BR><B>These Tools are For Evaluation Purposes ONLY. Do Not Link Your Web Site to These Tools</B></center> <!--end header--><!--begin footer--> JAVA PRINT INSTRUCTIONS <br>Click <a href=javascript:print();>Here</a> To Print This Form</font><br>If your application won't print using the above link, select the "Print" option from your browser's "File" menu.<br> WHITE BACKGROUND FIX here's a block of code that is currently in the template <BODY BGcolor="#cccc99" link="#336666" alink="#666666" vlink="#666666" marginheight="0" marginwidth="0" onresize="window.location.reload()"> You need to replace that block with this block <script language=javascript> <!-- Hide From Old Browsers document.bgColor="#cccc99"; //--> </script> <BODY BGcolor="#cccc99" link="#336666" alink="#666666" vlink="#666666" marginheight="0" marginwidth="0" onresize="window.location.reload()"> XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX http://dev01.homefair.com/cobranddemo/silver/ http://dev01.homefair.com/cobranddemo/gold/ http://dev01.homefair.com/cobranddemo/platnium/ http://dev01.homefair.com/cobranddemo/standard/ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX TABLE ISSUES The trick is to keep the open TD, image, and close TD tags all on the same line if you have them on separate lines, then the browser may interpret the new line character as a BR tag Replace: <td height="50" bgcolor=#FFFFFF valign="bottom"> <img border="0" src="/gifs/cobr/moneymag/nycityrep2.jpg" width="160" height="104"> </td> With This <td height="50" bgcolor=#FFFFFF valign="bottom"><img border="0" src="/gifs/cobr/moneymag/nycityrep2.jpg" width="160" height="104"></td> DROPDOWN JAVA SCRIPT AND HTML <SCRIPT> <!-- function doNavigate() { //alert(document.forms["Navigate"].elements["resource"].options[ document.forms["Navigate"].elements["resource"].selectedIndex ].value); window.document.location = document.forms["Navigate"].elements["resource"].options[ document.forms["Navigate"].elements["resource"].selectedIndex ].value; //window.document.location = "http://www.homefair.com"; //return true; } //--> </SCRIPT> <center> <FORM name="Navigate"> <font face="arial, helvetica" size="2" ><font color="#CC0000"> Relocation Tools </font></font> <TABLE BORDER=0><TR><TD> <SELECT name="resource"> <OPTION VALUE="http://www.homefair.com/calc/citysnap.html?NETSCAPE_LIVEWIRE.src=mm_citysnap">Free City Reports <OPTION VALUE="http://www.homefair.com/usr/nsrs/home.html?NETSCAPE_LIVEWIRE.src=mm_home">Free School Reports <OPTION VALUE="http://www.homefair.com/calc/salcalc.html?NETSCAPE_LIVEWIRE.src=mm_salcal">Salary Calculator <OPTION VALUE="http://www.homefair.com/calc/crime.html?NETSCAPE_LIVEWIRE.src=mm_crime">Relocation Crime Lab <OPTION VALUE="http://www.homefair.com/wizard/?NETSCAPE_LIVEWIRE.src=mm_relowizard">Relocation Wizard <OPTION VALUE="http://www.homefair.com/usr/hoodform.html?NETSCAPE_LIVEWIRE.src=mm_hoodform">Community Calculator <OPTION VALUE="http://www.homefair.com/calc/movecalcin.html?NETSCAPE_LIVEWIRE.src=mm_movecalc">Moving Calculator <OPTION VALUE="http://www.homefair.com/usr/affordform.html?NETSCAPE_LIVEWIRE.src=mm_affordform">Affordability Analyzer <OPTION VALUE="http://www.homefair.com/usr/rentbuyform.html?NETSCAPE_LIVEWIRE.src=mm_rentbuy">Rent vs. Buy <OPTION VALUE="http://www.homefair.com/usr/refiform.html?NETSCAPE_LIVEWIRE.src=mm_refiform">Refinance Calculator <OPTION VALUE="http://www.homefair.com/usr/qualcalcform.html?NETSCAPE_LIVEWIRE.src=mm_qualcalc">Mortgage Calculator </SELECT> </TD> <TD><INPUT TYPE=submit VALUE="Go!" onClick="doNavigate(); return false"></TD> </TR></TABLE> </form> </center>