Hi all, how can I have a different vlink colour within a single html page? I am puting vlink in and it controls all vlink in the whole page. On the other hand, I would like to have a different vlink colour in a specific section. I tried to put the vlink attribute as a style in the tag which is already using a style class in a css file. I tried:
<div class="box" style="vlink:#FFFFFF">
But it messed up the box style and the vlink white colour doesn't come out either. What did I do wrong? Thanks in advance.