Creating Creating Tables in Wordpress posts - what is the best procedure?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Machete_
    WINNING!
    • Oct 2002
    • 14579

    #1

    Creating Creating Tables in Wordpress posts - what is the best procedure?

    I have a lot of posts I need to publish, the problem is it include tables that are between 4 and 6 cells across.

    Anyone know a good safe way of doing that in Wordpress?

    There was a Wordpress table plugin that worked for versions up to 2.5
    But the owner have discontinued the development, and it dont work anymore
    Last edited by Machete_; 02-21-2009, 12:21 PM.
  • who
    So Fucking Banned
    • Aug 2003
    • 19593

    #2
    Your problem is poorly described

    Comment

    • Machete_
      WINNING!
      • Oct 2002
      • 14579

      #3
      Originally posted by who
      Your problem is poorly described

      Not really. Its simple; Creating Tables in Wordpress posts - what is the best procedure?

      Comment

      • spacedog
        Yes that IS me. Bitch.
        • Nov 2001
        • 14149

        #4
        Originally posted by ebus_dk
        Not really. Its simple; Creating Tables in Wordpress posts - what is the best procedure?
        ditch the tables and use div layers and absolute positioning

        Comment

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

          #5
          Originally posted by spacedog
          ditch the tables and use div layers and absolute positioning
          ^^^^
          what the jackass said...

          Comment

          • who
            So Fucking Banned
            • Aug 2003
            • 19593

            #6

            Comment

            • Pleasurepays
              BANNED - SUPPORTING TUBES
              • Aug 2002
              • 11913

              #7
              Originally posted by ebus_dk
              Not really. Its simple; Creating Tables in Wordpress posts - what is the best procedure?
              without css, i think the best way it to use notepad, get it all ready and cut and paste to the post.. once you do, you won't be able to edit it in wordpress because it will strip out all the html tags (or some or most) so you have to keep doing it from notepad or an editor.

              Comment

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

                #8
                back when i insisted on using tables and wasn't familiar with css i created templates for my blog posts inside frontpage, saved them, and whenever i needed to do a post i'd put it together in frontpage and just cut/paste the template from the source/code tab...

                was easy enough...

                Comment

                • Supz
                  Arthur Flegenheimer
                  • Jul 2006
                  • 11057

                  #9
                  Originally posted by Angry Jew Cat
                  back when i insisted on using tables and wasn't familiar with css i created templates for my blog posts inside frontpage, saved them, and whenever i needed to do a post i'd put it together in frontpage and just cut/paste the template from the source/code tab...

                  was easy enough...
                  You can do this in blogdesk. It has a few different format templates. You can edit them, and save the format.

                  Comment

                  • Machete_
                    WINNING!
                    • Oct 2002
                    • 14579

                    #10
                    Originally posted by Pleasurepays
                    without css, i think the best way it to use notepad, get it all ready and cut and paste to the post.. once you do, you won't be able to edit it in wordpress because it will strip out all the html tags (or some or most) so you have to keep doing it from notepad or an editor.
                    I was hoping to get rid of HTML <table> tags

                    What I'm doing now, is with a <div> creating colums, but that is bloody hard to manage when updating the table data later.

                    Comment

                    • Machete_
                      WINNING!
                      • Oct 2002
                      • 14579

                      #11
                      Originally posted by Angry Jew Cat
                      back when i insisted on using tables and wasn't familiar with css i created templates for my blog posts inside frontpage, saved them, and whenever i needed to do a post i'd put it together in frontpage and just cut/paste the template from the source/code tab...

                      was easy enough...
                      That is what i do now (dreamweaver -> copy paste) but the result is posts that arent valid html/xhtml.

                      Comment

                      • Machete_
                        WINNING!
                        • Oct 2002
                        • 14579

                        #12
                        I was hoping for some csv import style plugin, or even better, something that can handle a XML feed

                        Comment

                        • Pleasurepays
                          BANNED - SUPPORTING TUBES
                          • Aug 2002
                          • 11913

                          #13
                          Originally posted by ebus_dk
                          I was hoping to get rid of HTML <table> tags

                          What I'm doing now, is with a <div> creating colums, but that is bloody hard to manage when updating the table data later.
                          you can also create those custom keys. there is a plugin out there, that allows you to post any code in a post. i used it on some hoax sites to create fake credit card forms, registration forms etc

                          Comment

                          • Machete_
                            WINNING!
                            • Oct 2002
                            • 14579

                            #14
                            Originally posted by Pleasurepays
                            you can also create those custom keys. there is a plugin out there, that allows you to post any code in a post. i used it on some hoax sites to create fake credit card forms, registration forms etc

                            Im using wp-codeshield for that at the moment

                            Comment

                            • fris
                              I have to go potty
                              • Aug 2002
                              • 55792

                              #15
                              do you mean <table>'s or actual mysql tables to add via a post?
                              Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.


                              My Newest Theme

                              Comment

                              • Machete_
                                WINNING!
                                • Oct 2002
                                • 14579

                                #16
                                Originally posted by fris
                                do you mean <table>'s or actual mysql tables to add via a post?
                                actual mysql tables (or any other DB format)

                                At the moment, the only working solution for me, is to get a programmer to do it in Flash

                                The reason I would use Falsh is the fact that Google will soon be able to index the context of flashfiles anyway. (flatfile images will come later according to their lab)

                                Comment

                                • fris
                                  I have to go potty
                                  • Aug 2002
                                  • 55792

                                  #17
                                  Originally posted by ebus_dk
                                  actual mysql tables (or any other DB format)

                                  At the moment, the only working solution for me, is to get a programmer to do it in Flash

                                  The reason I would use Falsh is the fact that Google will soon be able to index the context of flashfiles anyway. (flatfile images will come later according to their lab)
                                  You can do any php code in themes, best to put it in functions.php and call it via that.
                                  Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.


                                  My Newest Theme

                                  Comment

                                  • Brujah
                                    Beer Money Baron
                                    • Jan 2001
                                    • 22157

                                    #18
                                    Originally posted by ebus_dk
                                    I have a lot of posts I need to publish, the problem is it include tables that are between 4 and 6 cells across.

                                    Anyone know a good safe way of doing that in Wordpress?

                                    There was a Wordpress table plugin that worked for versions up to 2.5
                                    But the owner have discontinued the development, and it dont work anymore
                                    A fix for wp-table plugin:
                                    http://www.wpsnippets.com/2008/06/wp...tal-error-fix/

                                    Comment

                                    • Machete_
                                      WINNING!
                                      • Oct 2002
                                      • 14579

                                      #19
                                      Originally posted by Brujah
                                      thank you, I'll try that

                                      Comment

                                      Working...