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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T03:44:27+00:00 2026-06-09T03:44:27+00:00

Is there a simple HTML way to accomplish the following? I have a table

  • 0

Is there a simple HTML way to accomplish the following? I have a table which contains rows of 3 td‘s each. Items are added to the table at the top, so it is sorted in reverse order. See below:

<table>
    <tr>
        <td>7</td>
        <td>6</td>
        <td>5</td>
    </tr>
    <tr>
        <td>4</td>
        <td>3</td>
        <td>2</td>
    </tr>
    <tr>
        <td>1</td>
        <td></td>
        <td></td>
    </tr>
</table>

Now, when the time comes for me to add 8 to the top of my table, obviously I must do a lot of editing to the page rather than just add one new line. I’d like to do something like:

<table>
    <tr max-cells-before-wrap="3">
        <td>7</td>
        <td>6</td>
        <td>5</td>
        <td>4</td>
        <td>3</td>
        <td>2</td>
        <td>1</td>
    </tr>
</table>

But I’m not sure if it’s possible in HTML. I could write a simple JS function to do it, but basic HTML would be even cooler.

  • 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-09T03:44:30+00:00Added an answer on June 9, 2026 at 3:44 am

    you could always try something like this…

    <table width="200">
    <tr>
    <td>
    <div style="float:left; width: 33%">7</div>
    <div style="float:left; width: 33%">6</div>
    <div style="float:left; width: 33%">5</div>
    <div style="float:left; width: 33%">4</div>
    <div style="float:left; width: 33%">3</div>
    <div style="float:left; width: 33%">2</div>
    <div style="float:left; width: 33%">1</div>
    </td>
    </tr>
    </table>
    

    and just add

    <div style="float:left; width: 33%">8</div>
    

    right before 7

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

Sidebar

Related Questions

I have the following task: there are a simple table from mysql database: <html>
Is there a simple way to make an HTML page automatically adjust for mobile
Is there a simple way to reformat my HTML from within Komodo Edit or
Is there a simple way to upload a single file through HTML input type
There has GOT to be a simple way to programmatically render HTML into a
A very simple question. I have a html page which is divided into three
I have a simple .html page which uses Javascript to display some popups. Now
Since input tags aren't supposed to have closing tags, is there a simple way
Is there a way to export a simple HTML page to Word (.doc format,
The code segment is from a page called sites-catchup.html. There is a simple server

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.