I want to control link color in a DIV.
Inline style in the DIV and not using class.
And not by using inline style in each A tag either.
Hopefully something like this:
Obviously linkcolor does not work, but is there a way to implement it like the example below?
<div style="linkcolor:#aaaaaa;">
some text here
<a href="
</div>
Inline style in the DIV and not using class.
And not by using inline style in each A tag either.
Hopefully something like this:
Obviously linkcolor does not work, but is there a way to implement it like the example below?
<div style="linkcolor:#aaaaaa;">
some text here
<a href="
</div>