Hey look at that I am a genius it is done.
Instructions for anybody who gets screwed up text issues.
Open XML file that comes with this add-on (thats the file you upload in you plug in manager)
Find
Code:
<if condition="$vboptions[HSFHA_enabled]==1">
<style type="text/css"> <!-- A:link {text-decoration:none} A:visited
{text-decoration:none} --> </style>
<if condition="$vboptions[HSFHA_type]==0">
Replace with
Code:
<if condition="$vboptions[HSFHA_enabled]==1">
<style type="text/css"> <!-- A:link {text-decoration:underline} A:visited
{text-decoration:underline} --> </style>
<if condition="$vboptions[HSFHA_type]==0">
Save and upload.....
I know, I know I am cool.