jitz Posted February 12, 2007 Posted February 12, 2007 Thanks matt, my eyes appreciate your efforts. Quote
Niles Jansen The Third Posted February 13, 2007 Posted February 13, 2007 lol, i tried getting rid of the god damn line, its actually just a box with a border but with no height, i know what css controls is but cant find the fucker in the board html...i'll keep looking later lol You mean the horizontal rule? I couldn't seem to find it anywhere either on the coding :\ *======================================== * ezST Customed *======================================== */ .frmtable { background-color: #C6D3EF; width: 950px; } /* * ======================================== * global element styles * ======================================== */ html{ overflow-x: auto; /* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */ } body{ background: #FFF; background-image: url(http://mots.pwp.blueyonder.co.uk/images/pagebg.gif); color: #222; font-family: Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif; font-size: 11px; line-height: 135%; margin: 0; padding: 0; /* required for Opera to have 0 margin */ text-align: center; /* centers board in MSIE */ } I would have thought it was somewhere in there, but I guess not... I don't know why I decided to post the coding, but I did. Not like it's hard to find. Quote
Fozy Posted February 14, 2007 Posted February 14, 2007 Matt, I'm pretty sure the line is from the borderwrap bit. It's in a script. <div class="borderwrap"> <div id="logostrip"><a href='http://smacktalks.org/forums/index.php?amp;'><!--ipb.logo.start--><img src='http://mots.pwp.blueyonder.co.uk/style_images/1/logo4.gif' style='vertical-align:top' alt='IPB' border='0' /><!--ipb.logo.end--></a></div> <div id="submenu"> <!--ipb.leftlinks.start--> <div class='ipb-top-left-link'><a href="http://www.smacktalks.org/">Smacktalks.Org</a></div> <!--IBF.RULES--> <!--ipb.leftlinks.end--> <!--ipb.rightlinks.start--> <div class='ipb-top-right-link'><a href="http://smacktalks.org/forums/index.php?amp;act=Help">Help</a></div> <div class='ipb-top-right-link' id="ipb-tl-search"><a href="http://smacktalks.org/forums/index.php?amp;act=Search&f=49">Search</a></div> <div class='ipb-top-right-link'><a href="http://smacktalks.org/forums/index.php?amp;act=Members">Members</a></div> <div class='ipb-top-right-link'><a href="http://smacktalks.org/forums/index.php?amp;act=calendar">Calendar</a></div> <div class='popupmenu-new' id='ipb-tl-search_menu' style='display:none;width:210px'> <form action="http://smacktalks.org/forums/index.php?amp;act=Search&CODE=01" method="post"> <input type='hidden' name='forums' id='gbl-search-forums' value='all' /> <input type="text" size="20" name="keywords" id='ipb-tl-search-box' /> <input class="button" type="image" style='border:0px' src="http://mots.pwp.blueyonder.co.uk/style_images/1/login-button.gif" /> <br /><input type='checkbox' id='gbl-search-checkbox' value='1' onclick='gbl_check_search_box()' checked='checked' /> Search this forum only? </form> <div style='padding:4px'> <a href='http://smacktalks.org/forums/index.php?amp;act=Search'>More Search Options</a> </div> </div> <script type="text/javascript"> ipsmenu.register( "ipb-tl-search", 'document.getElementById("ipb-tl-search-box").focus();' ); gbl_check_search_box(); </script> <!--ipb.rightlinks.end--> </div> </div> <!-- / End board header --><br /><br /><br />[/code] Try removing the borderwrap name or something or change it so some other div code. It should go, test out BRO. Quote
Fozy Posted February 14, 2007 Posted February 14, 2007 I can't be arsed fixing it so do it yourself . Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.