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 8753451
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T13:25:36+00:00 2026-06-13T13:25:36+00:00

Coding a web page and ran into trouble with a combination of the HTML

  • 0

Coding a web page and ran into trouble with a combination of the HTML and CSS. I want to create the same existing 3 column layout I have now in the footer. When I copy/paste and rename the HTML/CSS into the footer, the code does not function as columns. How can I add a second 3 column layout to the footer that will function the same way my first 3 column layout does?

here is the problem html/CSS

<div id="columns">

<div class="left column">
    <p>left column</p>
</div>

<div class="middle column">
    <p>middle column.</p>
</div>    

<div class="right column">
   <p>right column.</p>
</div>
</div>

<div class="footer">
  <!-- 3 column layout would be placed inside the footer -->

 #columns {
width: 960px;
padding-top: 50px;
margin-bottom: 0px;
}


#columns .column {
    position: relative;
    width: 300px;
    padding: 1%;
    border: solid 1px #000;
}

#columns .left {
    float: left;
}

#columns .middle {
    float: left;
}
#columns .right {
    float: right;
    #container #col1 {
    width: 320px;
    float: left;

 } 
  • 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-13T13:25:37+00:00Added an answer on June 13, 2026 at 1:25 pm

    I floated everything left and made sure the footer and columns had enough width to sit next to each other and it appears to do what you want it to:

    #columns {
    padding-top: 50px;
    margin-bottom: 0px;
    width:1200px;
    }
    .column {
    position: relative;
    width: 300px;
    padding: 1%;
    border: solid 1px #000;
    }
    .column{float:left;}
    .footer{width:1200px;}
    

    ​

    http://jsfiddle.net/trG5B/

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

Sidebar

Related Questions

I am coding a little web page and I want to start simplemodal on
Please note, I am a beginner when it comes to web page coding so
I am currently coding a web page that allows users to change local settings
am new to coding in javascript and am presently working on a web page
i'm create one web site in library management system at the one page Issue
I have to render some text to a web page. The text is coming
I am coding a web portal which stores a lot user data and later
A ridiculously simple bit of web coding is failing to work for me, and
I have an entity which looks something like this: (I'm coding to the web
I’m new to web development but have coding experience (Java) and I’m trying to

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.