I need to inline style a section of text as in the following code, which styles the ordinary text and works ok but I also need to style the link as well.
How do I set the active and hover params in this example?
I have googled the problem but none of the 'solutions' appear to work.
This section has to be done inline so I cannot take the params from my style sheet.
Keith
How do I set the active and hover params in this example?
I have googled the problem but none of the 'solutions' appear to work.
Code:
<div style='{width:250px; height:337px; padding:5px;}'>
text
<a href='link.htm'>Link</a>
</div>
Keith