• But first 2 minor problems:
    1. On the very top of my page I get a heading: Your Example Niche Site, and I cannot find where to remove/change it.

    2. I have managed to remove all but 1 menu item on the right side: Hello world! is still there.

    Now to my main problem, which is very hard to document, but it can be seen on this page:

    https://roboticvacuumcleanercomparison.com/problem/

    I am suspecting a lack of table-handling in WordPress.

    Hope someone can help

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi froggy

    I’ve taken a look at your site and hope the below helps.

    1. To edit the “Your Example Niche Site” heading you will either need to do this via the theme options (if available) or via Appearance >> Editor. It will be the header.php file you need to edit.

    2. If hello world is showing this will be because either a recent post widget is active or it has been coded to show recent posts in the sidebar. You can either delete the unwanted widget or if that’s not available go to appearance >> Editor again and edit the sidebar.php file (this file-name may differ depending on your theme). Another option would be to just delete the Hello World post.

    Regarding the table it looks like you’re missing the opening <td> on the 1st cell. If you add that in I think it should solve the problem.

    Cheers
    Sam

    Thread Starter Kurt Johannessen

    (@froggy114)

    Hi Sam,

    Thank you for you input, I did have the <td…> in the HTML, I just made a mistake when copying it to the page, unfortunately that was not the cause of my problem ??

    Greetings

    Kurt

    Hi Kurt, sounds like the theme’s style sheet is possibly conflicting with your table.

    Had a quick look, try replacing the 1st td <td width=”130″> with this <td width=”130″ style=”vertical-align: middle;”>

    Thread Starter Kurt Johannessen

    (@froggy114)

    Hi Sam,
    That fixed it. Thank you soooo much ??

    All the best
    Kurt

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘WordPress seems unable to handle HTML tables’ is closed to new replies.