Tables in Wordpress???

by 9 replies
12
There is no command to put a table in WordPress, unless I am more blind than I thought. I tried to put the HTML code in the HTML tab, but it didn't work. Maybe I did it wrong though, I am just not sure.

Have you ever used tables in Wordpress? Do you know how to use a table in Wordpress? Can someone share with me how to do a table in Wordpress to format the page and segregate images and text. Otherwise I am going to have to use DreamWeaver to build HTML pages.

DreamWeaver may be the best option as I am going to have to use scripts for the visitor to communicate various information with me. I am just not sure what to do. Any suggestions would be greatly appreciated.
#search engine optimization #tables #wordpress
  • Scroll down and see the tables on this post, are you looking these type of table code?
    • [1] reply
    • I am not sure what you are saying. I do not see the tables in this post that you are referencing.
      • [1] reply
  • Fiend just visit this page. Hope you will be able to insert table in your WordPress blog.
    How to make html tables for your WordPress blog | one cool site
    • [ 1 ] Thanks
    • [1] reply
    • Just follow this link my friend. Or you can use dreamweaver and after finished, just copy paste the table into Wordpress.
      • [ 1 ] Thanks
  • Basic table

    <table border="1">
    <tr>
    <td>Hi</td>
    <td align="right">There</td>
    </tr>
    </table>

    To test, Bing search "html test".
    You can add and remove "<td></td>" "<tr></tr>"

    Paste in html section of post/page
    Go to W3Schools Online Web Tutorials to learn how to style it.
    • [ 1 ] Thanks
  • Are you talking about pricing table? What kind of table you are looking for? What will be the purpose? If you want you can pm me.
    • [ 1 ] Thanks
  • While you could add the raw HTML as per some of the suggestions, I personally think it easier to use a plugin like WP Table Reloaded.

    That's what I use on my sites and I like it because it's easy to add and edit data without messing with raw HTML.
    • [ 1 ] Thanks
  • I figured out what my problem was. I didn't have the code right last time. I don't know what I did wrong, but when I put it in as outlined here, it works fine.

    Thanks for all of your help. It is just amazing how simple the answers are when someone points it out.

Next Topics on Trending Feed

  • 12

    There is no command to put a table in WordPress, unless I am more blind than I thought. I tried to put the HTML code in the HTML tab, but it didn't work. Maybe I did it wrong though, I am just not sure. Have you ever used tables in Wordpress? Do you know how to use a table in Wordpress? Can someone share with me how to do a table in Wordpress to format the page and segregate images and text. Otherwise I am going to have to use DreamWeaver to build HTML pages.