From what I know about HTML, you cannot click a and have it return something unless it has a option like the "onclick" option.
Example:
<style type="text/css">
span.default_message {color:SteelBlue;font-size:25px;cursor:pointer;}
</style>
<span onclick="location.href='http://www.daniweb.com'" class="default_message">Link to DaniWeb.com</span>
Your HTML code uses a CSS class value that sets that 's formatting depending on the CSS.
codeorder
Posting Virtuoso
1,915 posts since Aug 2010
Reputation Points: 255
Solved Threads: 384