Creating Tables in Blogger
As you may have noticed, when I create a table for my blog here at Blogger, I just use a very simple table that you can make using HTML.
It's a simple technique that does what I need it to do.
However, if you want to create tables with borders, different sizes, padding and spacing, and so on, apparently you need to use CSS (Cascading Style Sheets).
That's all well and good; however, I just cannot seem to get Blogger to let me use CSS to alter the characteristics of a table.
I am sure that there is a way to get Blogger to let do what I want to do when it comes to making a table.
I haven't found it.
While searching the help feature on Blogger, I found the instructions on how to use CSS to change the formatting of my blog.
For now, I am happy with the look of my blog.
New Technique for Creating Tables
Recently, I performed a search on Google, looking for a way to create more complex tables on Blogger.
One easy technique that I found was to create a table on a word processing application, such as Microsoft Word.
Once your table is complete, you then copy and paste the table into Blogger using the Compose View option.
Well, I tried that out. It worked.
To an extent.
Unfortunately, while in Compose View, you cannot alter the length of the cells in you table.
The obvious solution was to then go from the Compose View to the HTML View for my blog post.
Ideally, while in HTML View, you could, in theory, directly change the HTML code for your table.
Sounds all fine and good, right?
Well, it gets rather tricky.
When you look at the HTML code for the table you created using Microsoft Word or, in my case, Google Documents, Blogger will give you a huge mess of HTML code to go through in order to change the characteristics of the table.
I tried doing just that on my table.
It turned out to be a mess.
I even tried copying the HTML code from the HTML View in Blogger to Google Documents and then separating each line of HTML code.
After doing that, I was hoping to be able to locate what specific part of HTML code I needed to change to get the effect I desired on my new table, i.e., changing the width of the cells (or columns).
Again, something so simple turned out to be a mess.
In Conclusion
For now, I will just continue on with making simple tables for my blog here at Blogger.
It's simple and easy for the information that I am trying to convey.
It's not a problem.
I will keep on experimenting with directly changing the HTML code of the table in Google Documents. I am sure that is the correct technique, but it will take longer than five minutes to complete.
If my memory is correct, the issue I am having with altering the look of tables is an example about the limited functionality of Blogger itself.
Blogger was designed to be a simple way for someone to create a blog without any knowledge of HTML.
For now, that's all well and good. Blogger suits me just fine for what I want to do with my blog.
Perhaps later on I will consider making a change and start using a different blogging platform with more advanced features, such as WordPress or Squarespace.
We'll see...
UPDATE: I recently went over to the W3 Schools website and took another look at making tables in HTML. I copied the code for the basic table and pasted it into Blogger. When I went into Compose View, the table didn't show up. However, when I clicked on Preview, the table appeared exactly how it does on the W3 Schools website. That was a breakthrough. Thus, in order to make a table in Blogger, I will have to actually manipulate the code to create the table that I want. Got it.