ik heb deze code om je scroll balk van kleur te veranderen gekregen, maar waar moet ik hem nou in de html code zetten.
<style type="text/css"><!--
body {
A:link { text-decoration: color: #000000;}
A:hover { text-decoration: none; color: #000000;}
scrollbar-face-color: #FFB800;
scrollbar-arrow-color: #000000;
scrollbar-base-color: #000000;
scrollbar-track-color: #FFB800;
//--></style>
<style type="text/css"><!--
body {
A:link { text-decoration: color: #000000;}
A:hover { text-decoration: none; color: #000000;}
scrollbar-face-color: #FFB800;
scrollbar-arrow-color: #000000;
scrollbar-base-color: #000000;
scrollbar-track-color: #FFB800;
//--></style>