• Resolved djcaseanova

    (@djcaseanova)


    I am using an HTML editor to create a tabled page. The HTML coode is then copy and pasted into the “HTML” editor for posting. However, when I preview the page, it does not accept any of the code. Images do not show up, nor does the proper table format.

    Does WP allow for this… I mean, really? It’s basic HTML coding for a table, and direct img src urls.

    The visual editor would be great if it would allow me to make a two columned table, but unfortunately it will not.

    Any help is appreciated. I am trying to create a nice looking About page.

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’ve just created a test post with the following..

    <table border="1" cellpadding="0">
    <tr>
    <td>test</td>
    <td>test</td>
    </tr>
    </table>

    Worked first time. Preview shows a bordered 2 column table as expected.

    Thread Starter djcaseanova

    (@djcaseanova)

    Thanks, but my code was still messing up.
    I ended up downloading a plugin called Embed-It

    Worked like a charm with my original code on the first go around.

    Thanks!!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘posting using HTML’ is closed to new replies.