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

9/21/2006

How to add flash on Blogger posts?

I think this is kinda useful for those who wants to show flash movie on their blogger posts, its easy, just add the following code to your post by using "Edit HTML".
(embed src="your flash link" quality="high" width="320" height="240" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer")(/embed)
PS: Change the ( ) sign into < > Your flash link should be end up with a filename of .swf, you can adjust width and height according to your needs.

9/17/2006

Blogger Beta

I have just notice it right now, they upgrade the blogger to beta. Everyone can upgrade their blogger to beta as long as they got an google account. so what's new in blogger beta? 1. Customize new template 2. You can have a private blog 3. Fresh New Templates 4. More Feeds 5. Updated Dashboard 6. Instant Publish! For more information, click me.

Layout Express

You might find out that I changed my layout, its quite obvious, is it? This layout is originally design by Drogue Designs, whoever they are, I'm very grateful they share this layout to the everyone who lived in this world.

4/21/2006

Hacks: How to Remove "Blogger Bar Banner"?

Okay, here is Hsiang's First lesson, how to remove blogger banner? As you see, I removed my blogger banner to make my blog looks more neat. It's easy to remove it.. just follow my instructions! 1.) Go to your template, add the following scripts between (script) and (/script)

    (script)     ......     table {display:none;}     #b-navbar {display:none !important;}     #blog-header {margin-top:-30px;}     #wrapper {margin-top:0px !important;}     ......     (/script)

2.) Look for (body), replace it like this:( noscript )( body )( /noscript ) 3.) Done. PS. Please change the ( ) into < >.