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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T08:51:23+00:00 2026-06-08T08:51:23+00:00

I have this annoying problem that the same table acts differently in different resolutions.

  • 0

I have this annoying problem that the same table acts differently in different resolutions. One table that is a part of a page works fine, and everything is aligned just fine. The one that doesn’t work is in a full width, because it is meant to be printed, so it is in a separate page. The problem occurs in Skills and Languages parts that “lorem ipsum” table cells don’t align properly with “good/excellent” cells. The fix could be to increase the font size of the “entry_data” class, but I want to have it in a smaller size. What could you suggest to change here to fix it as I want it to work?

HTML Code

    <table id="cv_table_p">
        <tbody>
            <tr>
                <td class="cv_head" colspan="4">Education</td>    
            </tr>
            <tr>
                <td colspan="2">
                    <ul>
                        <li class="entry_head">lorem ipsum</li>
                        <li class="entry_data">lorem ipsum</li>
                        <li class="entry_data">lorem ipsum</li>
                    </ul>
                </td>
                <td colspan="2">
                    <ul>
                        <li class="entry_head">lorem ipsum</li>
                        <li class="entry_data">lorem ipsum</li>
                        <li class="entry_data">lorem ipsum</li>
                    </ul>
                </td>
            </tr>                
            <tr>
                <td class="cv_head" colspan="4">Experience</td>    
            </tr> 
            <tr>
                <td colspan="4">
                    <ul>
                        <li class="entry_head">lorem ipsum</li>
                        <li class="entry_data">lorem ipsum</li>
                        <li class="entry_data">lorem ipsum</li>
                    </ul>
                    <p>lorem ipsumlorem ipsumlorem ipsumlorem ipsum</p>         
                </td>
            </tr>
            <tr>
                <td class="cv_head" colspan="4">Skills<span>Basic/Good/Excellent</span></td>    
            </tr>
            <tr>
                <td colspan="1" class="entry_head">
                    <ul>
                        <li>lorem ipsum</li>
                        <li>lorem ipsum</li>
                        <li>lorem ipsum</li>                            
                        <li>lorem ipsum</li>
                        <li>lorem ipsum</li>
                        <li>lorem ipsum</li>
                        <li>lorem ipsum</li>
                        <li>lorem ipsum</li>
                    </ul>
                </td>
                <td colspan="1" class="entry_data">
                    <ul>
                        <li>Good</li>
                        <li>Excellent</li>
                        <li>Good</li>
                        <li>Good</li>
                        <li>Good</li>
                        <li>Excellent</li>
                        <li>Excellent</li>
                        <li>Excellent</li>
                    </ul>
                </td>
                <td colspan="1" class="entry_head">
                    <ul>
                        <li>lorem ipsum</li>
                        <li>lorem ipsum</li>
                        <li>lorem ipsum</li>
                        <li>lorem ipsum</li>
                        <li>lorem ipsum</li>
                        <li>lorem ipsum</li>
                        <li>lorem ipsum</li>
                        <li>lorem ipsum</li>
                    </ul>
                </td>
                <td colspan="1" class="entry_data">
                    <ul>
                        <li>Excellent</li>
                        <li>Excellent</li>
                        <li>Good</li>
                        <li>Excellent</li>
                        <li>Excellent</li>
                        <li>Basic</li>
                        <li>Good</li>
                        <li>Excellent</li>
                    </ul>
                </td>
            </tr>
            <tr>
                <td class="cv_head" colspan="4">Languages<span>Basic/Good/Fluent</span></td>    
            </tr>
            <tr>
                <td colspan="1" class="entry_head">
                    <ul>
                        <li>lorem ipsum</li>
                        <li>lorem ipsum</li>
                        <li>lorem ipsum</li>
                    </ul>
                </td>  
                <td colspan="1" class="entry_data">
                    <ul>
                        <li>Fluent</li>
                        <li>Good</li>
                        <li>Basic</li>
                    </ul>
                </td>                   
                <td colspan="1" class="entry_head">
                    <ul>
                        <li>lorem ipsum</li>
                        <li>lorem ipsum</li>
                        <li>&nbsp;</li>
                    </ul>
                </td>                   
                <td colspan="1" class="entry_data">
                    <ul>
                        <li>Basic</li>
                        <li>Basic</li>
                        <li>&nbsp;</li>
                    </ul>
                </td>
            </tr>
            <tr>
                <td class="cv_head" colspan="4">Awards</td>    
            </tr> 
            <tr>
                <td colspan="4">
                    <ul>
                        <li class="entry_head">lorem ipsumlorem ipsumlorem ipsum</li>
                        <li class="entry_data">lorem ipsumlorem ipsumlorem ipsumlorem ipsum</li>
                        <li class="entry_data">lorem ipsumlorem ipsumlorem ipsumlorem ipsum</li>
                    </ul>
                    <p>lorem ipsumlorem ipsumlorem ipsumlorem ipsumlorem ipsum</p>          
                </td>
            </tr>
        </tbody>
    </table>

CSS Code

body {
    margin:0px;
}
h3 {
    margin-top:10px;
}
#cv_table_p {
    border-collapse:collapse;
    width:100%;
    border: 1px solid #DCDCDC;
    margin-top:10px;
    float:left;
    margin-bottom:50px;
}
#cv_table_p td {
    width:25%;
    padding:0;
    border: 1px solid #DCDCDC;
}
#cv_table_p .cv_head {
    background:#DCDCDC;
    font-size:1.125em;
    padding:5px;
}
#cv_table_p .cv_head  span{
    font-size:0.75em;
    float:right;
}
#cv_table_p ul {
    list-style:none;
    padding:0;
    margin:0;
}
#cv_table_p ul li {}
#cv_table_p .entry_head {
    background: #EEEEEE;
    padding:5px;
}
#cv_table_p .entry_data {
    font-size:0.825em;
    padding-left:5px;
    color:#4D4D4D;
    padding:3px 3px 3px 5px;
}
#cv_table_p p {
    line-height:150%;
    padding:0 5px 0 5px;
    font-size:0.9375em;
}
  • 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-08T08:51:24+00:00Added an answer on June 8, 2026 at 8:51 am
    #cv_table_p .entry_head {
        background: #EEEEEE;
        padding:5px;
        line-height:21px;
    
    }
    #cv_table_p .entry_data {
        font-size:0.825em;
        padding-left:5px;
        color:#4D4D4D;
        padding:3px 3px 3px 5px;
        vertical-align:top;
        line-height:21px;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this annoying problem, that Im pretty sure happens to all of you
i have this annoying problem with my site where, when you click on a
I have been having this annoying problem when trying to implement a picture gallery
I'm new to C++ and I have this problem that the compiler is throwing
I have a very annoying problem that I've been struggling with for a few
I have an annoying problem, and it is that even if the criteria matches
I have a really annoying problem that I tried to solve for a few
This is a annoying problem and I have no idea what is causing it.
i have my listview activity that works pretty fine but i have an annoying
Perhaps any of you can help me with this anoying problem. I have long

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.