Browse Source

Added question about hyperlinks

pull/520/head
Ryan 11 years ago
parent
commit
e1beded926
  1. 9
      website/templates/_help.html

9
website/templates/_help.html

@ -135,6 +135,15 @@
<div class="accordion-inner">Yes! Just grab a copy of <a href="https://github.com/VeriteCo/StoryJS-Core/blob/master/Language/locale/en.js">the template</a> and replace the language with the language you want to create. You can find your language&#x27;s <a href="http://spreadsheets.google.com/pub?key=p9pdwsai2hDMsLkXsoM05KQ&gid=1">two letter code</a> here. Save the file and post it to the Google Group or you can do a pull request on GitHub.</div>
</div>
</div>
<div class="accordion-group">
<div class="accordion-heading"><a data-toggle="collapse" data-parent="#accordion-faq" href="#faq-10" class="accordion-toggle collapsed">How do I include a link in my timeline?</a></div>
<div id="faq-10" style="height: 0px;" class="accordion-body collapse">
<div class="accordion-inner">You can include a link in the text field using the <a href="http://www.w3schools.com/html/html_links.asp">standard HTML</a> for a hyperlink.</div>
</div>
</div>
<div class="accordion-group">
<div class="accordion-heading"><a data-toggle="collapse" data-parent="#accordion-faq" href="#faq-22" class="accordion-toggle collapsed">How do I add B.C. dates?</a></div>
<div id="faq-22" style="height: 0px;" class="accordion-body collapse">

Loading…
Cancel
Save