can i turn a cflayoutarea tab into a hyperlink?
i just want to create a tab named Home in a tabbed layout that, when clicked, will load the home page
is there a way to make this work?
<a href="home.cfm"><cflayoutarea title="Home" name="goHome"></cflayoutarea></a>
thanks
