To Link things To Go to another site ....


basic link


E-mail Link


To Redirect Ur site..
"this means that when you go to a page it waits for a few seconds & takes u to another page"


drop down link menu


To change link style... like make it underlined when u move ur mouse over it

u change where it says (text-decoration:none) to whatever u want.. if u leave it as none ur link will have no effect
u can change it to..
text-decoration:underline if u want underlined text
text-decoration:underline overline if u want ur text underlined & overlined
background-color:COLORHERE if u want a background color
text-decoration:line-through if u want your link slashed out
if u want the cursor to change when it goes over link replace wit any of these
cursor:crosshair
cursor:n-resize
cursor:s-resize
cursor:w-resize
cursor:e-resize
cursor:wait