.tCenter { display: none; }
<table width="100%"> <tr><td width="50%"> <style type="text/css"> .searchbox { background: url(http://i201.photobucket.com/albums/aa236/Mottie1/testsite/icons/rom-logo.gif) no-repeat; position: relative; width: 160px; height: 100px; } .searchbox div { position: absolute; top: 0px; height: 0px; cursor: pointer; width: 120px; height: 70px; } .searchbox input { background: transparent; border: #777777 1px solid; color: white; width: 125px; position: absolute; top: 53px; left: 5px; } .searchbox button { background: transparent url(http://i201.photobucket.com/albums/aa236/Mottie1/testsite/icons/btn-search.png) no-repeat; width: 31px; height: 31px; position: absolute; right: 5px; bottom: 20px; border: none; cursor: pointer; } .searchbox button:hover { background-image: url(http://i201.photobucket.com/albums/aa236/Mottie1/testsite/icons/btn-search-hover.png);} </style> <div style="text-align: center;"> <div style="text-align: center;" class="searchbox"> <a href="http://www.runesdatabase.com/"> <div></div> </a> <input type="text" id="search-input" class="tooltip" title="Search" maxlength="256" name="search_text" /> <button id="searchbx"> </button></div> </div> <script type="text/javascript"> openNewSearchWindow = true; siteLanguage = 'www'; // www = english, de = german, fr = french, etc. /* ****************************** Don't Change anything below ****************************** */ if (openNewSearchWindow) { $(".searchbox").find("a").attr('target','_blank'); } $("#searchbx").click( function(){ searchWin() }); $("#search-input").keypress(function(e){var key=(e.which)?e.which:e.keyCode;if(key==13){searchWin()}}); function searchWin () { var searchtxt = 'http://' + siteLanguage + '.runesdatabase.com/search?q='; searchtxt += $("#search-input").attr("value"); if (openNewSearchWindow) { window.open(searchtxt); } else { document.location.href = searchtxt; } } $(document).ready(function(){ $('.gpWidget-wholrg').hide().find('.blkContent').appendTo('#newOnline'); }); </script> </td><td valign="top" width="50%"> <h3>Online Now</h3> <div id="newOnline"></div></td></tr></table>