ufo8mycow Posted April 18, 2011 Share Posted April 18, 2011 Im trying to force everything to stay on one line, and delete the last grey box that has nothing in it. Here is the Page http://www.holdenspares.com here is the code <div align=left> <a href=" http://www.facebook.com/holdenABS"><img src="http://www.dodaj.rs/f/1g/iO/4Syc5Grh/facebook.png "</a> <a href=" http://www.twitter.com/holdens"><img src="http://www.dodaj.rs/f/3S/8q/8DE7SlV/twitter.png "</a> </div> <div id="infinite_header_navtabs"> <a href="{$mybb->settings['bburl']}/misc.php?action=help" alt="{$lang->toplinks_help}" title="{$lang->toplinks_help}">{$lang->toplinks_help}</a> <a href="{$mybb->settings['bburl']}/memberlist.php" alt="{$lang->toplinks_memberlist}" title="{$lang->toplinks_memberlist}">{$lang->toplinks_memberlist} <a href="{$mybb->settings['bburl']}/search.php" alt="{$lang->toplinks_search}" title="{$lang->toplinks_search}">{$lang->toplinks_search}</a> </div><!-- /infinite_header_navtabs --> <div id="infinity_header"> <div id="infinity_header_left"></div> <div id="infinity_header_center"> <div id="infinity_header_centerT"> </div><!-- /infinity_header_centerT --> <div id="infinity_header_centerF"> </div><!-- /infinity_header_centerF --> </div><!-- /infinity_header_center --> <div id="infinity_header_right"></div> </div><!-- /infinity_header --> <div id="infinity_content"> <div class="infinity_content_fill"> <a name="top" id="top"></a> <div id="header"> <hr class="hidden" /> <div id="panel"> {$welcomeblock}{$fb_template} </div> </div> <hr class="hidden" /> <br class="clear" /> {$pm_notice} {$bannedwarning} {$bbclosedwarning} {$unreadreports} <navigation> <center> <script type="text/javascript"><!-- google_ad_client = "ca-pub-4604943900410331"; /* Colour Ad 1 */ google_ad_slot = "8840003613"; google_ad_width = 468; google_ad_height = 60; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> <p> </center> Quote Link to comment Share on other sites More sharing options...
spiderwell Posted April 18, 2011 Share Posted April 18, 2011 i assume you mean the top line is all 'inline' and ergo this is css problem? Quote Link to comment Share on other sites More sharing options...
ufo8mycow Posted April 18, 2011 Author Share Posted April 18, 2011 Yeah, oh hmm i need this thread moved to ccs then. Quote Link to comment Share on other sites More sharing options...
cssfreakie Posted April 18, 2011 Share Posted April 18, 2011 this is the css thread allready, but if you want to remove the last box from your site, just remove it from your mark up... Or do you have no idea which one that is? anywway you could remove add the following in your stylesheet: #infinite_header_navtabs { height: 31px; margin: 0 auto; width: 915px; } and remove the first <a> element inside your div with id #infinite_header_navtabs Quote Link to comment Share on other sites More sharing options...
stevengreen22 Posted April 18, 2011 Share Posted April 18, 2011 Or do you have no idea which one that is? does someone frown upon ready made sites? Quote Link to comment Share on other sites More sharing options...
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.