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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T20:15:23+00:00 2026-06-06T20:15:23+00:00

I am trying to build a resume with pure HTML and CSS, and want

  • 0

I am trying to build a resume with pure HTML and CSS, and want to keep it as clean as possible. In this fiddle I’ve built the layout I want to achieve.

This is clearly not the prettiest solution, as it breaks if the entry “Languages” is a lot longer.

Rowspan is a bit cleaner, however two issues occur:

Firstly, whenever i add a new entry to the list, I’d have to increment the colspan (I don’t want to use any scripting, KISS).

Secondly, and more worryingly, the td:first-child selector doesn’t account for the rowspan. The wreckage can be seen in this fiddle

Another approach I’ve tried is to use a <ul> and then use an ul:before selector to prepend a block with the grey line and the “Languages” text. A new challenge appears: setting content on this pseudo-element will put it above the <ul>.

What do you think is the cleanest, leanest way of handling this situation?

  • 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-06T20:15:26+00:00Added an answer on June 6, 2026 at 8:15 pm

    How about using divs and float to make two columns? You could put whatever you wanted on the right side, table, ul, anything.

    HTML

    <div id="resume">
        <div class="category">Skills</div>
        <div class="left">Languages</div>
        <div class="right">asfd<br /> asfd<br /> asfd<br /> asfd<br /></div>
        <div class="divider"></div>
    
        <div class="left">Languages</div>
        <div class="right">asfd<br /> asfd<br /> asfd<br /> asfd<br /> asfd<br /> asfd<br /> asfd<br /></div>
        <div class="divider"></div>
    
        <div class="category">Skills</div>
        <div class="left">Languages</div>
        <div class="right">asfd<br /> asfd<br /> asfd<br /> asfd<br /> asfd<br /> asfd<br /> asfd<br /></div>
        <div class="divider"></div>
    </div>
    

    CSS

    .divider {
        clear: both;
        padding-bottom: 10px;
    }
    
    .category{
        padding-left: 100px;
        font-weight: bold;
    }
    
    .left {
        float: left;
        width: 100px;
    }
    .right {
        float: left;
    }
    

    DEMO

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

Sidebar

Related Questions

I'm brand new to this and I'm trying build a simple layout of divs.
I am trying to build a little resume builder. I want the user to
Trying to build openssl-fips-2.0 with NDK, before I was lucky found this link and
Trying to build a plugin effect that will some what look better than this
I'm trying build this network connection using BroadcastReceiver. When connection doesnt exist it will
Trying to build a FAQ page using jQuery. This is the js I'm working
When trying to build I get this error: $ make CC=i686-w64-mingw32-gcc CC aes.c i686-w64-mingw32-gcc:
I am trying build a jQuery EasyUI datagrid or treegrid out of a large
I was trying Build For Archiving application (from Titanium Mobile) with xCode 4.4, but
I'm trying build a method which returns the shortest path from one node 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.