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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T09:36:41+00:00 2026-06-01T09:36:41+00:00

Could someone take a look at the following link of a work in progress

  • 0

Could someone take a look at the following link of a work in progress test page for my new website – http://goo.gl/YwGiB

I’m new to CSS, and I have come across some issues that I can’t figure out without some expert help. Could someone answer me three questions and possibly an explanation of how to amend it?

1) Why does my middle column by default split itself into sections, whereas my right hand column is pretty much the same but does not have the divisions? What could I do to cause that to default in the right hand column?

2) I am looking to have a box in the right hand column running parallel to the first box titled ‘news’ in the centre column, and then a second running parallel underneath this (with the box titled ‘blog’ but it will have an irregular length. What would be the best way to do this? Would this be a case for using the standard positioning commands to shift them into place or is there a better way?

3) I have stripped the padding and margins from my h1-h3 tags (specifically the h2 tag) yet there still appears to be space above the lettering. It is more pronounced when using the font MerceariaAntique which is going to be the final font, but unfortunately I am unable to amend my html file to show this right now. I am attempting to resolve it by adjusting the line-height but I am not getting anything consistent. Is there anything else I can do other than make line-height and margin adjustments?

Thanks in advance

  • 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-01T09:36:42+00:00Added an answer on June 1, 2026 at 9:36 am

    Firstly, in your markup, you have divided your sections using the <div> element, which is completely acceptable, however you have used the same ID to identify each of them. This is what classes are for. IDs should be unique and only used once on a page, classes can be used to apply the same styles to multiple elements.

    So this:

    <div id="newsitem">
    

    should be this:

    <div class="newsitem">
    

    Answers to your actual questions now!

    1. By default, paragraph and headings have paddings and margins set. The reason your sections have spaces is down the margin on the paragraph tag. Removing this removes the space, but also brings the text together with the next heading. You can over come this by giving the <p> tags 0 margin and giving them padding, or giving padding to the section container instead.

    2. If you want the boxes in the right hand column to line up with the ones in the middle column, you’ll have to change how your layout works so that you have rows rather than columns I think. That would make it easier to line them up.

      From your description, you should then have the following layout:

      middle column | right column
      middle column | right column
      middle column

      To maintain the background colour of the centre column, you could apply the background-color property to the class .centre or to be more specific .column.centre (this type of CSS selector might not work in IE6 though).

    3. The issue with the H2 is down to line-height, each font may have a different line-height so you will have to play with the value until you get it right. If you find you’re getting the top position right, but text underneath is getting closer or overlapping, give the H2 a padding-bottom value.

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

Sidebar

Related Questions

Take a look at the following url in chrome & firefox: http://dota2.herokuapp.com/accounts/login Could someone
Could someone take a look a the page generated by the following code, and
Could someone possibly take a look at this: http://jsfiddle.net/VkFRU/4/ and explain the console output
Could someone take a quick look, why the text in the dark grey isn't
Could someone take a look at this code and find out what's wrong with
Would someone please take a look at the following code fragments (all from one
Could someone please take a look at this ? You'll see the first alert
Could someone please take a look and let me know what i'm doing wrong...
Hi I am wondering if someone could take a look at my code and
Could someone please take a look at the script below and tell me why

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.