• I have created a table on my homepage https://www.storkandstroller.com in Twenty Eleven (bottom), in the table I have centred the content with the following code .

    <table width="100%" border="none" align="center" valign="top">
    <tbody>
    <tr>
    <td align="center" valign="top" width="50%">
    <h6><strong><span style="color: #bac405; font-size: 16pt;">Sign up for our daily deals ? ? ? ? ?</span></strong><span style="color: #c0c0c0;">featuring the best local prenatal, mom, baby and toddler deals around!</span></h6>
    <form><input style="color: fff; background-color: bac405; font-size: 16pt; border-radius: 15px; width: 140px; border: none;" onclick="window.location.href='https://www.storkandstroller.com/signup'" type="BUTTON" value="Sign up" /></form></td>
    <td align="center" valign="top" width="50%"><span style="color: #c0c0c0;"><img class="wp-image-590 alignright" style="border-style: initial; border-color: initial; border-width: 0px; margin: 0px;" title="daily_deals_icon" src="https://www.storkandstroller.com/wp-content/uploads/2012/02/daily_deals_icon2.png" alt="" width="253" height="155" /></span></td>
    </tr>
    </tbody>
    </table>

    in the wordpress editor under visual it looks exactly the way I want it but when I look on the site the alignment is off and the ‘sign up’ button colours are not correct. could there be something in the stylsheet overriding this??

    On the same table as well as on my exhibitors page table, There are thin grey lines on these pages where I have inserted the table for this purpose – above and below the content. I have looked through the code and tried different things but I haven’t found the right thing I guess. Do you know how I can get rid of those?

    One last item, I have changed the background colour in stylesheet and the white background is present for all pages where I have used the parent template however my exhibitors page https://www.storkandstroller.com/exhibitors/ uses the showcase template and the background is grey and not white like I want it..any ideas how to change this?

    This forum is so helpful. Thanks so much for the help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • You have 23 errors on that page (and 212 CSS errors) — some of which are probably related as you are using deprecated code in the table.

    Start there and see if that fixes the problem.

    Yes, another style could be overriding your changes, depending on the specificity, etc.

    Same with your last item.

    Are you using Firebug to work on the CSS?

    Thread Starter jgoodchi

    (@jgoodchi)

    no I do not know what Firebug is… I am a beginner at this. I googled firebug and downloaded it.. it says to add <script type=”text/javascript” src=”/local/path/to/firebug-lite.js”></script> to the ‘head of page.. is this in the header php?

    Thread Starter jgoodchi

    (@jgoodchi)

    I have a mac

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘twenty-eleven tables’ is closed to new replies.