August 13, 2011

How To Give Cool look to Your Links

How To Give Cool look to Your Links

1.Log in to your dashboard--> Desing- -> Edit HTML

2.Click on "Expand Widget Templates"

3.Scroll down to where you see this:


a:hover { text-decoration:underline; }

4.Now Replace the above code with the code given below:

a:hover {
position: relative;
bottom: 5px;
left: 1px;
color:#000000;
}

5.Click on "Save Templates" You are done.

No comments:

Post a Comment