• Resolved txie

    (@txie)


    Hi!

    I′m using a table on a page, without any plugins, only the html code.
    I have an image on the left and some text on the right. The editor shows me exactly what I want, but when I publish the page the text appears in it′s column but below the image.
    Does anyone knos how to make my table work?

    Also I don′t want to use the wrapping text around image thing, I can′t make it work on my template.

    Thanks a lot!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Post a URL to the page, please.

    Hi Txie:

    Almost always this is the result of setting the width of the table larger than the column (defined by your theme template)that the table is sitting in.

    So as an example, if your main column is 600 pixels, then make your table overall width 550 with centre justification. This will keep all the columns in your table in perspective to the area the table resides in.

    Here’s an example:

    <TABLE border=1 cellSpacing=2 cellPadding=1 width=550>
      </TABLE>

    Hope that helps

    Ron

    Thread Starter txie

    (@txie)

    This worked:

    tbody th {
    background:none;
    padding:8px 2px 8px 10px;
    text-align:left;
    }

    tbody td {
    padding:8px 2px 8px 10px;
    vertical-align: top
    }

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Table not working properly’ is closed to new replies.