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.
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.
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?
- Drag in an image to your post.
- Flip to the HTML Side and cut the image embed code.
- Still on the HTML Side paste that code into the table HTML for the cell you want it to be in.
- 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.
You can follow any responses to this entry through the RSS 2.0 You can leave a response, or trackback.



















Thanks for the tutorial, really useful. Blogsy rocks!
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
It would be cool to use ios built in short cut but when pating it says no spaces. Weird.
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)))
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
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!
Hello Laura,
Thank you for the comment. Unfortunately this is not possible. We wish it were possible so we could add it to Blogsy.
Regards,
Lance