Showing posts with label Blogger. Show all posts
Showing posts with label Blogger. Show all posts

Thursday, November 24, 2011

This is a test 5…

SendT said on a thread in Blogger’s help forum that the issue of URL not using the posts’ title have been solved, that is the main reason for this test 5 :)

Cheers Google, hope it works this time.

-----------------------

And it does :)

Friday, November 18, 2011

This is a test 4…

It had been a couple of days, so just wanted to give it another try to see if whether the post’s title had become the post’s URL or not or does the blogger’s URL still uses the first few words from the post.

 

(Nope: still not working properly).

Thursday, November 17, 2011

This is a test 3...

Posting this from another blog client 'Blogjet' free trail version, same result as when posting via Windows Live Writer.

Kind people in the forum have escalate this to the Google Engineer, lets just wait and see :)

This is a test 2...

Posting this from within Blogger to see if it uses the post's title or the first few words of this line, :)

Wednesday, November 16, 2011

This is a test…

Somehow I have noticed that the post’s url wasn’t using the title but the first few lines of the post itself, very strange and that only happened today. Not sure if it's the Windows Live Writer or Blogger that is doing this…

Friday, September 16, 2011

OH oooohhhh, WLW has issue with the new theme - solved.

After fixing the width of the main post area, and updated the theme on WLW, all seems to be working seamlessly once again… :)

Now what can I do to f*&# it all up again :)

I am happy, fixing the blog content width.

I am not sure when Blogger have updated the tools for us blogger users, but this ‘Add CSS’ is amazing. Now I can tweak the codes until the keyboard breaks ;) My old theme (main-wrapper and so on) was quite simple to take and educated guess at the CSS code (for its function) but on the other hand my old theme did not work so well with the new tools that Blogger was putting up, together with my fiddling with the old theme at the CSS level, meant the new Blogger’s tools were absolutely useless to me, and that was one of the main reason I have decided to change theme.

Anyway it was fun to start again, and now being able to use all of the tools at Blogger is very enjoyable. However the new CSS codes were very different, not so easy to take an educated guess. The main thing that I wanted to do was to fix the ‘main post’ width, so that when I decide to change the theme again, the format (layout of content) of each post would remain the same.

I came up naught upon searching the net, so decided to copy out all the CSS and use the search to find any key words that could help me to fix the ‘main post’ width, so here it is.

Putting the below code into the ‘Add CSS’ worked for me.

body .main-inner .Blog {
width: 800px;
}

The above would fix the main post width, but the content (the actual words and pictures’) sits under another CSS codes.

.post-body {
width: 750px;
}

The above have fixed my main content to 750px, so if I decided to change the theme again all I have to do is set the content width to 750px then all things should look the same, it doesn’t take a lot to make me happy, and I am truly am happy :)