Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7586657
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T19:28:53+00:00 2026-05-30T19:28:53+00:00

I am very new to HTML and styling and I am facing a problem

  • 0

I am very new to HTML and styling and I am facing a problem fitting contents in a given space.

Here is what the template provides:

    <div id="header">
        <h1>Webquest</h1>
        <ul>
            <li><a href="#">Home</a></li>
            <li><a href="#">Introduction</a></li>
            <li><a href="#">Task</a></li>
            <li><a href="#">Process</a></li>
            <li><a href="#">Resources</a></li>
            <li><a href="#">Evaluation</a></li>
            <li><a href="#">Conclusion</a></li>
            <li><a href="#">Credits</a></li>
        </ul>
    </div>

Styling:

#header
{
background-image:url(header.png);
background-repeat:no-repeat;
width:921px;
height:72px;
}

In the space the webpage is only displaying Webquest, Home, Introduction, Task, Process, and Resources.

All the remaining elements(Evaluation, Conclusion and Credits) are not displayed in the space.

What should I do to correct this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T19:28:54+00:00Added an answer on May 30, 2026 at 7:28 pm

    The template being used has a fixed width menu with a background image holding space for 5 menu items, but you want a menu with 8 items.

    What can you do:

    1. Use another template.
    2. Have a shorter menu. Remove 3 of the 8 items, so you have 5 items, which fits the template layout without any changes.
    3. Decrease the width of each menu item. This may not look so good.
    4. Increase the width of the menu (and optionally of the whole theme).

    For both options 3 and 4, you will need to create a new background image for the menu (substitute the header.png file of the #header background-image).

    To decrease the width of each menu item, change the width of its li elements in styles.css:

    #header ul li , #header ul li a, #header ul li a:visited{
        display:block;
        float:left;
        margin: 0px;
        text-align:center;
        line-height:72px;
        width:133px;   /* CHANGE THE WIDTH HERE TO A SMALLER VALUE */
        color:#FFFFFF;
        font-size:16px;
        font-weight:bold;
        text-decoration:none;
    }
    

    To increase the width of the whole menu, increase the width of the #header element:

    #header
    {
    background-image:url(header.png);
    background-repeat:no-repeat;
    width:921px;    /* CHANGE THE WIDTH HERE TO A BIGGER VALUE */
    height:72px;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm very new to Visualforce. I'm looking at this page here: http://force.siddheshkabe.co.in/2010/11/displaying-aggregate-result-on.html So when
I am very new to MVC. I've been learning to use plain HTML or
I'm VERY confused as to why this code Html.ActionLink(About, About, Home, new { hidefocus
I'm a very new python user (had only a little prior experience with html/javascript
I'm fairly proficient in HTML/CSS, but very new when it comes to the likes
I'm very new to html and css so feel free to critique any bad
I am very new to using HTML and CSS and am having a bit
I am very new to Bamboo. I have got a html file generated using
Im very new to javascript and jquery so please bear with me. Here's my
I'm very new to JS and I'm doing a small html page that -for

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.