HTML tables posting/display problems

Discussion in 'Blogging' started by bdunndchi, Aug 17, 2009.

  1. #1
    Hello all.

    I'm trying to post what is in essence an "online business card" into a blog post. It's set up in a table with one column and two rows. Using the same code, the table displays fine on a website, as an email sig, on myspace profile, etc.

    However, when I post it in a blog post (I have tried on WP and Blogger), it displays completely incorrectly. It puts like 3 blank lines between every object, when there should be nothing but a space between the objects. So what I end up with is 10 objects in a column, one object per line with like 3 blank lines between each.

    FYI... The same thing happens when posting on Tumblr.

    Anyone have any ideas?

    Thanks.
     
    Last edited: Aug 17, 2009
    bdunndchi, Aug 17, 2009 IP
  2. Designstrike

    Designstrike Peon

    Messages:
    110
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Maybe if you include the page url that has the table or a screenshot maybe we will come up with something
     
    Designstrike, Aug 18, 2009 IP
  3. freesecrets

    freesecrets Active Member

    Messages:
    83
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    58
    #3
    In wordpress try posting in Code view and paste HTML. It is possible that your theme defines how the tables are displayed and messes up your formatting.
     
    freesecrets, Aug 19, 2009 IP
  4. seolinkscampaigns

    seolinkscampaigns Peon

    Messages:
    46
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    You need To remove all borders from tables and their cells, try adding the following to the bottom of your stylesheet:table,th,td {border:none;}

    Thanks
     
    seolinkscampaigns, Aug 19, 2009 IP