Just a swipe of the finger to add pictures and videos to your blog posts.
Header

Tables in Blogsy

July 5th, 2012 | Posted by Lance in Blogsy | Features | How-To

Do you like to use tables in Blogsy? Are you tired of flipping to the HTML side and manually writing the HTML for tables? Well, there is an easier way. If you set up a TextExpander snippet or an iOS shortcut it will make things much easier.

First, write or get the HTML for a table then copy the code. I used the following code for our example. This is code for a 2-by-2 table. If you need to add more columns or rows it's easy to do through copying and pasting that part of the code.

<table border="5">
<tbody>
<tr>
<td>row 1, cell 1</td>
<td>row 1, cell 2</td>
</tr>
<tr>
<td>row 2, cell 1</td>
<td>row 2, cell 2</td>
</tr>
</tbody>
</table>

 

Now create an iOS Shortcut or TextExpander Snippet. Here are screenshots showing the creation for each.

 

iOS Shortcut Setup

 

TextExpander Snippet Setup

Now that you have one of those set up you will be able to use it whenever you want to add a table to your blog post.

In Blogsy flip to the HTML side and put the cursor where you want your table to be. Then type your Shortcut or Snippet for the table code to be put in your post. In these screenshots I have done both methods to show the end results are the same.

HTML Side using iOS Shortcut and Textexpander Snippet to get table HTML in.

Just flip back to the Rich Side now and you can edit the cells so each cell has the content you want.

What about if you want an image in one of the cells?

  1. Drag in an image to your post.
  2. Flip to the HTML Side and cut the image embed code.
  3. Still on the HTML Side paste that code into the table HTML for the cell you want it to be in.
  4. Flip back to the Rich Side and see the results.

We are looking into the possibility of adding a feature for adding tables to blog posts. So we have added it to our Possible Future Features list.

 

Share

You can follow any responses to this entry through the RSS 2.0 You can leave a response, or trackback.

8 Responses

  • Román says:

    Thanks for the tutorial, really useful. Blogsy rocks!

    • Lance says:

      Hello Román,

      Thank you for taking the time to leave the comment! I’m happy to hear that this information will help you!
      If you ever come up with tips like this that you think others would like to know about let me know.

      Happy Blogging,
      Lance

  • Ttoan says:

    It would be cool to use ios built in short cut but when pating it says no spaces. Weird.

    • Lance says:

      Hello Ttoan,

      I had no problem setting up and using iOS Shortcuts as explained in this blog post. Where does it say “no spaces”? Can you take a screenshot and email it to us? info(at)fomola(dot)com

      Regards,
      Lance

  • hi, Lance. Great tutorial! Many thanx for that, it made my life with Blogsy easier)))

    • Lance says:

      Hello Roman,

      Thank you for leaving the comment. I’m happy this tip will help you out. If you know of any other tips I could share with Blogsy users please let me know as I like helping out Blogsy users.

      Happy Blogging,
      Lance

  • Laura says:

    I would love to see dragging and dropping images into table cells – having to operate through the HTML side of things seems laborious, especially when you want multiple different images withing cells. Please add this feature!



Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>