Tables in wordpress

Discussion in 'WordPress' started by sahirfarid, Jun 4, 2012.

  1. #1
    Dear Experts!

    I am facing problem with tables in wordpress. I want to insert designed and rich colored tables in my posts. So please tell me how can I do that.
     
    sahirfarid, Jun 4, 2012 IP
  2. raoraj

    raoraj Well-Known Member

    Messages:
    849
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    110
    #2
    use table related plugins.
    i use WP-TableReloaded
     
    raoraj, Jun 4, 2012 IP
  3. sahirfarid

    sahirfarid Active Member

    Messages:
    240
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #3
    Yes, I already have that plugin installed but how to insert designed tables through this plugin?
     
    sahirfarid, Jun 4, 2012 IP
  4. raoraj

    raoraj Well-Known Member

    Messages:
    849
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    110
    #4
    just use shortcode [table id=<your-table's-id> /] in post or page
     
    raoraj, Jun 4, 2012 IP
  5. sahirfarid

    sahirfarid Active Member

    Messages:
    240
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #5
    Yes I know how to insert table in a post, but when I create a table I am unable to add colors backgrounds and other stuff in table.
     
    sahirfarid, Jun 4, 2012 IP
  6. raoraj

    raoraj Well-Known Member

    Messages:
    849
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    110
    #6
    raoraj, Jun 4, 2012 IP
  7. yokowasis

    yokowasis Member

    Messages:
    141
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    30
    #7
    You can just add custom CSS and you are good to go.
     
    yokowasis, Jun 6, 2012 IP
  8. tmonte

    tmonte Peon

    Messages:
    32
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    The easiest way to get exactly what you want in a table is to build it in excel and then take a snapshot and insert it as an image. The downside is that the content will not be searchable. Its another option to consider.
     
    tmonte, Jun 6, 2012 IP
  9. manrock111

    manrock111 Peon

    Messages:
    19
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    as beginner i also had this issues related to table but bro i suggest you to read table code carefully and try to understand what code effect what then you will do any task easily.
    Search on Google and read 3-4 article on w3schools i hope that would help.
     
    manrock111, Jun 7, 2012 IP
  10. rswebsols

    rswebsols Active Member

    Messages:
    21
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    60
    #10
    If you are familiar with HTML and CSS code then you need not to install any plugin, you can add html code of table from the "HTML View" option of the editor. And then style your table using custom CSS.
     
    rswebsols, Jun 8, 2012 IP
  11. sahirfarid

    sahirfarid Active Member

    Messages:
    240
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #11
    Hm, thanks for the suggestions and help. I'll try to implement some html and css on my tables.
     
    sahirfarid, Jun 8, 2012 IP