Skip to content Skip to sidebar Skip to footer

Changing Font Color Of Link Text

I have the following bit of HTML:
    {% if stuff %} {% for eachthing in stuff %}

Solution 1:

Solution 2:

If you want to change the color of the link then you can use the onmouseover to change the color during the hovering. but you cannot change the color without using CSS either implicitly or explicitly

Post a Comment for "Changing Font Color Of Link Text"