• Resolved Rapbuzz

    (@rapbuzz)


    I have created a table on Dreamweaver and then transfered the code to WordPress’s HTML editor. When I view it on the Visual Editor, it shows exactly they way I want to show, but it appears to be different on the other end of the site. Somebody please help me sort this out.

    This is how I want it to look like:
    Plain HTML Page

    But it shows like this on the blog:
    Blog Page

Viewing 2 replies - 1 through 2 (of 2 total)
  • You need to write CSS to match it.

    When you load it into WP it will use the stylesheet that your theme uses and just by looking at it for a minute I can see that it is using some of the css rules to generate your table.

    So if you want to fix that you need to write some CSS for TD, TR, TABLE, ect so it wont do that.

    Thread Starter Rapbuzz

    (@rapbuzz)

    Thank you very much. I am working on that right now.

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

The topic ‘How Do I Prevent WordPress From Formatting My HTML Table’ is closed to new replies.