Front page layout has changed (for the worse)

  • Unknown's avatar

    bluebird, you have following code at the beginning of the front post:

    <table cellspacing="0" cellpadding="0" border="0" width="100%">
    <tr>

    delete it.

    You can insert tables on wordpress.com blogs (as far as I know independently from the theme), *but* you have to take care about correct nesting of the html tags, that is to say that tables have rows inside (<tr> …. </tr>) and rows have cells inside (<td> …. </td>). In your code the cells are missing, and the closing tags for row and table, too. That’s the reason why it does not work.

  • The topic ‘Front page layout has changed (for the worse)’ is closed to new replies.