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

  • SEARCH
  • Home
  • 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 8251183
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T00:09:04+00:00 2026-06-08T00:09:04+00:00

I have a website completed but I am having an issue. I have a

  • 0

I have a website completed but I am having an issue. I have a sidebar with links to other pages on the left side of the screen in green. the rest of the content is to right of the sidebar in yellow. The problem I’m having is that the site looks fine on my screen but, of I view the site in a larger or small resolution the text and other content is shifted into the green of the sidebar. I have the width of the body set to 100%. I am unsure what the problem is.
CSS:

body
{
    background-image:url(Images/testbackground.jpg);
    width:100%


}

#Links
{
    float: left;
    width: 10%;
    margin: 0;
    padding: 0;
    height: 200px;



}



#ContentLayout
{
    clear: right;
    float: right;
    width: 80%;
    font-size:18px;
}



#wrapper
{
    margin: 0 auto;
    width:100%;

}

HTML:

<body>

<!--[if lte IE 6]>
<link rel="stylesheet" type="text/css" media="all" href="OldHome.css" />
<![endif]-->

<div id="wrapper">

<img src="Images/logo.jpg" name="Logo" id="Logo"  />


<div id="Links">
  <a href="index.html"><img src="Images/HomeLogo.jpg" alt="home" border="0px" /></a>
  <br />
  <a href="Programs.html"><img src="Images/ProgramsLogo.jpg" alt="programs" border="0px" /></a>
  <br />
  <a href ="Services.html"><img src="Images/ServicesLogo.jpg" alt="services" border="0px" /></a>
  <br />
  <a href ="Contact.html"><img src="Images/ContactLogo.jpg" alt="contact" border="0px" /></a>
  <br />
  <a href ="OtherLinks.html"><img src="Images/OtherLinksLogo.jpg" alt="links" border="0px" /></a>
  <br />
  <a href ="FAQ.html"><img src="Images/FAQLogo.jpg" alt="faq" border="0px" /></a>
  <br />
  <a href="Feedback.html"><img src="Images/FeedBackLogo.JPG" alt="feedback" border="0px" /></a>
  <br />
  <a href="Photos.html"><img src="Images/PhotosLogo.JPG" alt="photos" border="0px" /></a>
</div>

<div id="header"> 
    <h1><center>

  <u>Home</u>

  <p><img src="Images/OutsideBld2.jpg" width="600" height="500" /></p>
    </center></h1>
</div>
    <div id="ContentLayout">
      <h3 style="padding-left:30px"><center>Mission Statement</center></h3>
<p id="MissionStatement">The Employment Preparation Centre offers employment assistance programs and services to clients at no charge. These are available on a one-on-one basis or in group settings.

Programs and services at The Employment Preparation Centre are based on a belief that a person’s employability is enhanced through &nbsp;self-assessment, knowledge of the current labour market, and development of a return-to-work action plan.</p>
<p id="MissionStatement">
Programs and services at The Employment Preparation Centre are funded through the Department of Advanced Education and Skills under several key divisions.
</p>
<br />
<br />

<p>Trouble finding us?</p>
<!-- Google map START -->
<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=10+Main+Street,+Corner+Brook&amp;aq=&amp;sll=39.017445,-98.196116&amp;sspn=35.694805,86.044922&amp;ie=UTF8&amp;hq=&amp;hnear=10+Main+St,+Corner+Brook,+Division+No.+5,+Newfoundland+and+Labrador+A2H+1C6,+Canada&amp;t=m&amp;z=14&amp;ll=48.951917,-57.947721&amp;output=embed"></iframe><br /><small><a href="http://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=10+Main+Street,+Corner+Brook&amp;aq=&amp;sll=39.017445,-98.196116&amp;sspn=35.694805,86.044922&amp;ie=UTF8&amp;hq=&amp;hnear=10+Main+St,+Corner+Brook,+Division+No.+5,+Newfoundland+and+Labrador+A2H+1C6,+Canada&amp;t=m&amp;z=14&amp;ll=48.951917,-57.947721" style="color:#0000FF;text-align:left">View Larger Map</a></small>
<!-- Google map END -->
<p>This page has <span><?=$hits;?></span> hits</p>
<address>

&copy; 2012
</address>
</div>
</div>

<script type="text/javascript">
  var $buoop = {}
      $buoop.ol = window.onload;
      window.onload=function(){
        if ($buoop.ol) $buoop.ol();
        var e = document.createElement("script");
    e.setAttribute("type", "text/javascript");
        e.setAttribute("src", "http://browser-update.org/update.js");
        document.body.appendChild(e);
      }
    </script>




</body>
</html>
  • 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-06-08T00:09:06+00:00Added an answer on June 8, 2026 at 12:09 am

    Make sure the position on you areas and text is set to absolute?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have been trying to days now to get this website completed ... however,
I have website, usually all looks fine but sometimes one div is on the
When checking my website a couple of days ago, everything was OK, but having
I have a website that integrates a fan box and a few other things
I have an ASP.NET website and from one of the web pages I need
Iam a web-developer and recently i have completed and launched a website (im using
I'm having some issues with a Wordpress website I recently built. I have implemented
I have completed uploading videos to YouTube from my website, that's for particular user
I have a website which has a lot of combo boxes and auto-complete textboxes
For a website, I will have a lot of auto complete fields on differents

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.