using html and tables in wordpress posts?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Angry Jew Cat - Banned for Life
    (felis madjewicus)
    • Jul 2006
    • 20368

    #1

    using html and tables in wordpress posts?

    ok, so i am playing around with firing a bunch of stuff into wordpress, and i'm having a whole lot of issues with what i can and can't put into my posts. i was under the impression that i could fire pretty much an html i wanted into my posts, but i can't seem to use any tables without everything looking completely haywire. this totally fucks up the format i had planned for my posts. whats going on? is this not going to work for me or what?
  • Bozena X
    Confirmed User
    • Jul 2006
    • 1139

    #2
    Well, I never use tables in my posts so i tested this code

    <table width="80%" border="2" align="center">
    <tr>
    <td><div align="center">Test</div></td>
    <td><div align="center">Test</div></td>
    </tr>
    </table>

    And it looked perfect. I dont know man, any specific example?

    Comment

    • Angry Jew Cat - Banned for Life
      (felis madjewicus)
      • Jul 2006
      • 20368

      #3
      bump bump

      Comment

      • Thumbler
        Confirmed User
        • Feb 2004
        • 4076

        #4
        How about giving us an example so we can see where you're going wrong?

        Comment

        • Angry Jew Cat - Banned for Life
          (felis madjewicus)
          • Jul 2006
          • 20368

          #5
          it seems as though typing all my html in one continuous string and just letting it wrap, takes care of all the formatting issues, just took a little screwing around. it doesn't make much sense to me, but it works, so be it.

          can let this thread sink...

          Comment

          Working...