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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T16:04:21+00:00 2026-05-24T16:04:21+00:00

I have this table and was trying to add rounded corners to it, but

  • 0

I have this table and was trying to add rounded corners to it, but nothing happens. Could someone take a look and tell me where I’m going wrong? The size of the corner images are 14px each.

Any help would be appreciated greatly.

<table cellpadding="0" cellspacing="0" >
    <tr bgcolor="#e4322d" style="line-height: 0px">
        <td width="14px" height="14px"><img src="red1.png" width="14px" height="14px" alt=""></td>
        <td width="430" style="font-size: .2em">&nbsp;</td>
        <td width="14px" height="14px"><img src="red2.png" width="14px" height="14px" alt=""></td>
    </tr>

    <tr bgcolor="#e4322d">
        <td width="14px" style="font-size: 1px">&nbsp;</td>
        <td width="430" bgcolor="#e4322d" align="center" style="color: white; font-size: 16px"><span style="font-family: Verdana,Geneva,sans-serif; color:#FFFFFF;"><br>Come swim in our latest pool.<br><br></span></td>
        <td width="14px" height="14px" style="font-size: 1px;">&nbsp;</td>
    </tr>

    <tr bgcolor="#e4322d" style="line-height: 0px">
        <td width="14" height="14"><img src="red3.png" width="14" height="14" alt=""></td>
        <td width="430" style="font-size: 0px;" height="2"></td>
        <td width="14px" height="14"><img src="red4.png" width="14" height="14" alt=""></td>
    </tr>
</table>
  • 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-24T16:04:22+00:00Added an answer on May 24, 2026 at 4:04 pm

    The real problem is that you are going complete overkill on the HTML for this. You can make the whole thing simply with this HTML:

    <div class="banner">Come swim in our latest pool.</div>
    

    And add this CSS which takes care of all the styling:

    .banner {
        width: 450px;
        padding: 35px 0;
        background: #E4322D;
        border-radius: 14px;
        text-align: center;
        font-size: 16px;
        color: #FFF;
    }
    

    It looks like you aren’t using CSS, and are using the very old-fashioned and long outdated HTML technique of making everything with tables. There is no need. I would take the time to quickly learn CSS. It will change your life! Start here; it’s easy to learn:

    http://www.w3.org/wiki/CSS/Training/What_is_CSS

    And by using CSS and having a global stylesheet for your site, you will be able to reuse styles without having to write new code for it every time. For example, you could have multiple banners that look the same as your “Come swim in our latest pool” one simply by giving them the same class:

    <div class="banner">Come swim in our latest pool.</div>
    <div class="banner">Also, check out this!</div>
    <div class="banner">Hey, this box looks the same as the other two!</div>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to create a table view header with rounded corners but a
I am trying to add a column into mysql table using this query but
I'm trying to format a table from XML. Lets say I have this line
I have been trying to parse the bottom table on this site using different
This is what I'm trying to do: I have 2 tables... CREATE TABLE `parent`
I have been trying to add columns to a table using some logic that
I have this code that I have written in Ruby, but when trying to
I have an access table that I am trying to add fields programmatically using
I am trying create a table and add this table into tablecell (table inside
I have this form: <form method=post action=mypage.php orderform= name= id=orderform> <a id=add>+</a> <table width=533

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.