Help!!!!

Any problem with HTML can be discussed here.
Locked
Kaky
Posts: 274
Joined: Tue Apr 18, 2006 7:43 pm

Help!!!!

Post by Kaky »

Help people i dont know how to link my external css stylesheet into my html **** :x ?
Also would be thankful if someone posted the code for changing the scrollbar colors...


Lixas
Posts: 750
Joined: Wed Feb 16, 2005 4:21 pm

Post by Lixas »

in the head section add this line :
<link rel="stylesheet" href="pats/to/your/css.css" type="text/css">

to change scroolbar colors, i'll post part of my website code. Change colors to meet your requirements. Add this also to ypur head of ****. This scrollbar coloring work only for internet explorer, not work in Firefox. I dont know about the other browsers
<style>
body
{
scrollbar-face-color:#80A6F2;
scrollbar-highlight-color:##FFFFFF;
scrollbar-3dlight-color:#FFFFFF;
scrollbar-darkshadow-color:#FFFFFF;
scrollbar-shadow-color:#FFFFFF;
scrollbar-arrow-color:#000000;
scrollbar-track-color:#FFFFFF;
}
</style>
Image
Kaky
Posts: 274
Joined: Tue Apr 18, 2006 7:43 pm

Post by Kaky »

thanks a lot :wink:
Image

A funny picture -------> me , myself and i (too much for this world)
Locked