Skip to content

Instantly share code, notes, and snippets.

@runningskull
Created August 29, 2011 23:35
Show Gist options
  • Save runningskull/1179709 to your computer and use it in GitHub Desktop.
Save runningskull/1179709 to your computer and use it in GitHub Desktop.
Add FAQ's to SnapEngage: The List of Links
<div id="question-links" style="display:none"> <!-- the "display:none" is important -->
<ul class="question-list">
<li><a href="/questions/#question1">What is the answer to Question #1?</a></li>
<li><a href="/questions/#question2">But what is the answer to Question #2?</a></li>
<li><a href="/questions/#question3">And then what is the answer to Question #3?</a></li>
<li><a href="/questions/#question4">Finally, what is the answer to Question #4?</a></li>
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment