How do I make the right edge of my <table> solid? I get anomalies at each <tr>

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • makai
    New Member
    • Apr 2011
    • 4

    How do I make the right edge of my <table> solid? I get anomalies at each <tr>

    So, basically, my table has a bgcolor and the left edge is solid, but the right edge has a few pixels of white bleeding back into the edge at the top and bottom corners and at the edge of each table row.

    Anyone have any idea what this is or how to fix it?

    I tried putting the whole table inside another table with only 1 cell, and that made most of the right edge solid, but It was still bleeding a few pixels of white on the top and bottom corners, but only on the right side. The left side is solid and has a perfectly square corner on the top and the bottom.
    Attached Files
  • Info Elle
    New Member
    • Mar 2011
    • 1

    #2
    I think you should try to add <bordercolorlig ht and bordercolordark > like this:
    <table bordercolorligh t="..." bordercolordark ="..." bordercolor=".. ." border="..." bgcolor="..." >

    Choose the same color for bordercolor, bordercolordark and bordercolorligh t to get the same color for both the right and left borders.

    Comment

    • JKing
      Recognized Expert Top Contributor
      • Jun 2007
      • 1206

      #3
      Could you post the HTML and CSS for your table.

      Comment

      Working...