I want to do something like this:
<a href="/test.cfm" class="testBiggerLink">
<div class="anotherClass">
Click Here
to ... <b>go here</b>
more text
<img src="/test.png" />
</div>
</a>Is there anything wrong with the above HTML? Is this what the bigger link plugin is designed for? http://plugins.jquery.com/project/biggerlink

