Jump to content

Trying to get something to fit all on one line.


ufo8mycow

Recommended Posts

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>

 

Link to comment
Share on other sites

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

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.