Two Simple Hack Tips on Blogger Beta

Friday, December 1, 2006

Because I am a freshman to Blogger Beta. I found two tips to make my new blog better.

The fisrt one is to hide navbar. you can add code below

#navbar-iframe { height: 0px; visibility: hidden; display: none }

to head--<b:skin> section in your HTML. the HTML is under template settings.

The second one is to open new window in Link List widget. By default there is not option that you can config it. so links in Link List widget will open in current window. However this is also could be solved it HTML code.

At first, remember to check the option Expand Widget Templates . Then find the section

<b:widget id='LinkList1' locked='false' title='Blog Links' type='LinkList'>

change links

<li><a expr:href='data:link.target' ><data:link.name/></a></li>

to

<li><a expr:href='data:link.target' target='_blank'><data:link.name/></a></li>

Finnally, Open your blog and try it.

Hope these two simple hack tips is useful to you!

0 COMMENTS: