Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #233179

    I’ve added a table inside the HTML of a promo box.

    Why does the table look different on the live page, than in the promo box editor?

    The editor shows the table the way I styled it… the bottom row has white text over a dark background.

    However, the live page shows the table having dark text over a white background (the complete opposite).

    Please see screen shots below. Why does the live page not display content the way it is coded?

    In Editor:
    promo box 1

    On Live Page:
    promo box 2

    HTML code from Text Tab:

    <table style="width: 499px; height: 187px;" border="0">
    <tbody>
    <tr style="background-color: #ffffff;">
    <td style="border-color: #9c9695; border-width: 1px; border-style: solid;" valign="top"><a href="http://www.finalsmoke.net/wp-content/uploads/2014/03/comparbod.jpg"><img class="size-full wp-image-316 alignleft" style="margin: 5px 8px;" title="Final Smoke Quit-Smoking Formula" alt="comparbod" src="http://www.finalsmoke.net/wp-content/uploads/2014/03/comparbod.jpg" width="70" height="135" />Left Column</a></td>
    <td style="border-color: #9c9695; border-width: 1px; border-style: solid;" valign="top">Right Column</td>
    </tr>
    <tr>
    <td style="border-color: #9c9695; border-width: 1px; border-style: solid; background-color: #626b60;" valign="top"><span style="color: #ffffff;"><strong>White Text on Dark Gray Background
    </strong></span></td>
    <td style="border-color: #9c9695; border-width: 1px; border-style: solid; background-color: #626b60;" valign="top"><span style="color: #ffffff;"><strong>White Text on Dark Gray Background
    </strong></span></td>
    </tr>
    </tbody>
    </table>
    #233829

    Hey markofwits!

    How are you? I hope you’re doing well today.

    Please add this on Quick CSS or custom.css:

    td {
    vertical-align: top;
    }

    Cheers!
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.