Drae
Active member
When I moved my community's game guidebook/manual's pages onto Xenforo, some of the coding stopped working. One of these were the jump-to links (if they have a more technical name, I don't know it). Here's coding examples from one of the pages:
Live preview of the page if needed
This worked fine before and was greatly loved by members and potential new members, so I'd really love to have a fix that doesn't involve typing out the full, url for each jump-to link if possible. I tried this:
But that didn't work this time round. Any ideas?
HTML:
<h2><a name=bh>Sizaeling Assassins Before Havazeti</a></h2>
HTML:
<a href=#bh>Sizael Assassins: Before Havazeti</a>
Live preview of the page if needed
This worked fine before and was greatly loved by members and potential new members, so I'd really love to have a fix that doesn't involve typing out the full, url for each jump-to link if possible. I tried this:
HTML:
<div class="baseHtml">content</div>
But that didn't work this time round. Any ideas?