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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T01:48:19+00:00 2026-05-18T01:48:19+00:00

I have a table and I need to format the currency in order for

  • 0

I have a table and I need to format the currency in order for the . to be displayed always under each other.

This is the table:

<table class="data" cellspacing="0" cellpadding="5" border="0">
    <thead>
    <tr>
        <th>Date</th>
        <th>Description</th>
        <th>Field1</th>
        <th>Field2</th>
        <th>Balance</th>
    </tr>
    </thead>
    <tbody>
    <tr class="verticalDivider"></tr>
    <tr>
        <td>08 April 2010</td>
        <td>value 1</td>
        <td>GBP 20.00</td>
        <td>&nbsp;</td>
        <td>GBP 20.00</td>
    </tr>
    <tr>
        <td>08 May 2010</td>
        <td>value 2</td>
        <td>GBP 100.00</td>
        <td>&nbsp;</td>
        <td>GBP 1020.00</td>
    </tr>
    <tr>
        <td>19 May 2010</td>
        <td>value 3</td>
        <td>&nbsp;</td>
        <td>GBP 50.00</td>
        <td>GBP 970.00</td>
    </tr>
    </tbody>
</table>

How can I achieve this?

  • 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-05-18T01:48:20+00:00Added an answer on May 18, 2026 at 1:48 am

    How does this look?

    <style type="text/css">
        .price {
            text-align: right;
        }
    </style>
    
    <table class="data" cellspacing="0" cellpadding="5" border="0">
        <thead>
        <tr>
            <th>Date</th>
            <th>Description</th>
            <th>Field1</th>
            <th>Field2</th>
            <th>Balance</th>
        </tr>
        </thead>
        <tbody>
        <tr class="verticalDivider"></tr>
        <tr>
            <td>08 April 2010</td>
            <td>value 1</td>
            <td class="price">GBP 20.00</td>
            <td>&nbsp;</td>
            <td class="price">GBP 20.00</td>
        </tr>
        <tr>
            <td>08 May 2010</td>
            <td>value 2</td>
            <td class="price">GBP 100.00</td>
            <td>&nbsp;</td>
            <td class="price">GBP 1020.00</td>
        </tr>
        <tr>
            <td>19 May 2010</td>
            <td>value 3</td>
            <td>&nbsp;</td>
            <td class="price">GBP 50.00</td>
            <td class="price">GBP 970.00</td>
        </tr>
        </tbody>
    </table>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a table of this format. <table> <tr> <td class=divOne>div one</td> <td class=divOne>11111</td>
I have table to test score data that I need to pivot and I
I need some help to build SQL Query. I have table having data like:
I have a table in this format COL1 COL2 COL3 A NULL 4 A
I have a table in MySQL with this format: (time = timestamp on insert)
I have a table that has the following format for the data. All I
If I have a table with data in the following format: id itemID projectID
I have a data grid table (div based) that not in table format. I
I have three table I need to query table 1,2 and 3 and select
I have table 'products' and I need to update 'price' field by 20% if

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.