Showing posts with label Blogging. Show all posts
Showing posts with label Blogging. Show all posts

2010-05-03

Post Edited From my Kindle

This is a test. I am loading an image from my cell phone to my blog. Then I will set a new label for the post. I am not able to edit the post from my cell.

EDIT:  I have now successfully changed the label on this post from my cell phone.  Hurrah!  That means that I can send results with images from the National and update the label without having access to my laptop.  It really is too bad that I cannot get the blog edit function to work from my cell.  This update done from the laptop.

Wow, Iam able to edit from my Kindle.

2010-04-27

Test Post

I just added my blog to the Networked Blogs tab on Facebook.  Now I am creating a test entry to see if this actually works.  What I really wanted to do was to link to my latest blog post about my new puppy.  New Puppy For Elwing

2009-06-09

Expandable Blogs

OR HOW I GOT VARIABLE SIZED CONTENT:

After doing some research on the subject I found that I could edit my template. I had chosen a pretty plain template (minima black) because I want my blog to match my web site.

I edited the template by going to the blogger dashboard >> Customize >> Layout >> Edit HTML. (Be sure to save your template before you make any changes.)

The “wrapper” variables are what determine the different widths of your blog. I changed the hard-coded widths to percentages instead of pixels, shown as px. Note that I am not showing all code, just the pertinent portions. I had to play around with the percentages until I found a combination that worked for my layout.

#header-wrapper {
width:90%;

#outer-wrapper {
width: 95%;

#main-wrapper {
width: 75%;

#sidebar-wrapper {
width: 20%;

Now that I have figured that out, I want to work on creating a layout that has a border around it. But I want the post section to be expandable. All of that will have to wait until after the CWS and the dog show in OKC.