|
Re: Scroll Bar Color
The other way is by using the following in the <head> tags:
<style type="text/css">
body { .... }
</style>
This isn't as efficient because if you ever want to change it you will need to edit every document (while you only have to edit a single linked style sheet in the other method).
|