I have added BlogRoll in the sidebar under the head of "Recently Visited". If you are not aware about blogroll, it is free service which manages your bookmark and let you publish the list of bookmarks anywhere on the net. So you don't need to edit html every time you wish to update your bookmark list.
However, default bookmark list comes in default background, it becomes boring after sometime. You can change the display of the list as per your wish. I have adopted the code from their site with little changes. Following is the code to change display of the bookmark list.
Friday, December 31, 2004
Tuesday, December 28, 2004
Random text script working
After going through many trial-error phase finally I have put random text script on the blog.
I was making mistakes during typing like line brakes, putting brackets (] etc.
I have used external javascript file (.js).
I have used scripts from many sites but neither of them worked, ofcourse on account of my fault only.
The last code I got was from CodeLifter.com
I was making mistakes during typing like line brakes, putting brackets (] etc.
I have used external javascript file (.js).
I have used scripts from many sites but neither of them worked, ofcourse on account of my fault only.
The last code I got was from CodeLifter.com
Monday, December 27, 2004
used CSS instead
Okay, I have been trying with Javascript, but to change the behaviour of links I have used CSS code. I learnt CSS code to change link behaviours from Tizag.com . Tell me how does the link looks when you put mouse over it.
I used Colors4Webmasters.com ,for color selection, which provides neatly laid color code with example.
I used following CSS code to give mouse over effect to all the links of the blog :
a:hover {
color:#fff;
text-decoration: none;
background-color: #810;
}
I have noticed that comments link and profile-link do not respond to the change. I will check that out also.
I used Colors4Webmasters.com ,for color selection, which provides neatly laid color code with example.
I used following CSS code to give mouse over effect to all the links of the blog :
a:hover {
color:#fff;
text-decoration: none;
background-color: #810;
}
I have noticed that comments link and profile-link do not respond to the change. I will check that out also.
Sunday, December 26, 2004
Saturday, December 25, 2004
I am going mad
I am going mad. I have trying various scripts for random text. Whenever I plant script in the templates it works fine for couple of time and then disappears. I dont know whats the problem.
Can you see any quotes above blogger logo?
Can you see any quotes above blogger logo?
Random Text
I am trying to add javascript which allow random text to appear on the page. I have inserted one scirpt in blog templates. The problem with the script is that it works fine when I use example .js file, but when I try to alter the text of file it simply doesnt show up.Here*link removed* is my .js file, can any tell code error in that file.
Friday, December 24, 2004
Tuesday, December 21, 2004
Subscribe to:
Posts (Atom)