My Design Workbench

And Finally...

After working my brain out on what to do with the header, I finally got it. I'm quite content with it... for now.

Do you like the grapphics on my header? You can get them by clicking the photo below. Country Graphics by Trina Clark and Friends is having a huge sale. Check it out!

Another Huge Graphic Sale!

I still can't decide how to = finish this website's reconstruction. I'm challenging myself. I can't seem to get satisfied each time I change the template. I'm about to pull my hair out, just kidding.

Anyway, so much for that. There's a huge graphic sale over at Country Graphics by Trina and Friends. Talk about $1 per set. Yes, you heard it right $1 graphics.

Grab yourself with some good quality graphics, click the photo below.

Makeover For Me

I decided to give myself a makeover. No, not my physsical self but my blog. I got bored of the old look...



And so I did as you can see. I'm not quiet satisfied with it yet. It's a working progress. I find it quiet crowded... messy. I hope in a couple of days I'd be able to finish it. Wish me luck.

Centering Adsense Bar

So, are you like me who likes to have everything on my sidebar centered? But each time you add an "Adsense Bar" there is not an option for you to do that. Well folks, here's how you do it.

When you are on the Dashboard page, click on "Layout"...



Then click on "Edit HTML". This might be a scary place for some of you but don't let all the HTML coding intimidate you.



Once you are that page, click "Expand Widget Templates".



This is where you can center the "Adsense Widget" by adding a simple center code. Scroll down until you find the code as shown on the picture. You can do this to all the Adsense widget you add on your sidebar or after each post. Just look for the Adsense widget name, e.g. "Adsense1", "Adsense2"....

Now observe the code.



On this part, notice the bold line...


[b:widget id='AdSense1' locked='false' title='' type='AdSense']
[b:includable id='main']
[div class='widget-content'][data:adCode/]
[/div]

Add this code "align='center' after the [div class='widget-content']"... it should look like this after you add the code.

[b:widget id='AdSense1' locked='false' title='' type='AdSense']
[b:includable id='main']
[div class='widget-content' align='center'][data:adCode/]
[/div]

That's it! Click "Save Template" and view your blog right after to see the change.