I used the recruitment talent tree off Mottie's site but it's not working right.
The link to my guild recruitment page is http://guildportal.com/Guild.aspx?GuildID=296536&TabID=2766803
If you hover over a tree, it says "<center> (priority) </center>". Example - for Holy Paladin, it says "<center" Holy: High </center>"
Below is the code I have in the Raw/Script section of the page. Please tell me what went wrong. Thanks.
div class="recruitTalent"></div> link href="http://www.axiomfiles.com/Files/258012/wowtalents.css" rel="stylesheet" type="text/css" /> script src="http://www.axiomfiles.com/Files/258012/wowtalents.min.js" type="text/javascript"></script> script type="text/javascript"> $(document).ready(function(){ $('.recruitTalent').wowTalents({ defaultNeed: "Medium", deathknight : "h,m,m", druid : "m,h,h", paladin : "h,l,l", priest : "m,m,l", shaman : "h,h,h", warrior : "l,l,m" }); }) </script> I've taken away the < before div, link, and script because it would not post otherwise, but they are in the actual code.