Thursday, January 13, 2011

Marquee with scrolling picture

0 comments
If you want a graphics header like this,then follow the below steps.The script used to display those horizontal scrolling graphics is as follows:<iframe frameborder='0' height='158' marginheight='0' marginwidth='0' scrolling='No' src=' http://site.personnel.free.fr/scroller.htm' width='100%'/>To do this,firstly back up your template.Then go to Dashboard-Design-Edit HTML Expand the widget [x] ,Find the code below(Use keyboard shorcut Ctrl+F ...
Continue reading →

Making pull down menu

0 comments
                                         I have got a good idea to generate a pull down menu for your blog post.The good news is that there is a simple way to get a drop down menu.Use Drop-down manu generator which i used to generate a script to past into a HTML/javascript page element.If you need a preview then go to C programming.I planed ...
Continue reading →

Adding a "Add page element" widget to the main column

0 comments
Go to Dashboard-Design-Edit HTML.In the template editor,look for this code<div id='main-wrapper'><b:section class='main' id='main' showaddelement='no'><br /> <b:widget id='HTML10' locked='false' title='' type='HTML'/><br /> <b:widget id='Blog1' locked='false' title='Blog Posts' type='Blog'/><br /> </b:section><br /> </div>                                      Look for showaddelement='no' and replace with showaddelement='yes',then save the ...
Continue reading →