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 for fast finding)

<div id='header-wrapper'>


and past the code just below

now you can see like this

<div id='header-wrapper'>

<iframe frameborder='0' height='158' marginheight='0' marginwidth='0' scrolling='No' src=' http://site.personnel.free.fr/scroller.htm' width='100%'/>


preview and save the template



Please add your comments!

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 to put it in the side bar,but because the post title were long,the width of drop-down menu generated was too wide for the sidebar so ihad to put it above the main column.if you want something similar,you will need to know how to add an extra "Page elements" for the main column by reffering to this post: Adding a "Add page element" widget to the main column.      

                              But the fact is that there is only limited number of post can put in the drop down menu.Anyway click the Drop-Down menu generator type the title of post in "Text Shown" and past the URL of the post into the field "Link URL".Continue the same proces until you have entered all the post you want to appear in the drop-down menu

     
Click on the "Generate" button  and the script will generated below.Copy the code and past into HTML/javascript "Add a page Element" window and save.

Please add your comments!
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



                                      Look for showaddelement='no' and replace with showaddelement='yes',then save the template.Click the "Page Elements" and observe that an additional "Add a page element" have been added to the top of blog post.
                                
                                   If you want add adsense script or HTML/javascript above the main column,you just click the link "Add a Page element" and select the "HTML/javascript" from the pop-up window,Click "add to blog",past the code,save the widget.

Please add your comments!
Continue reading →