Popup Box
Here is the HTML:
- for popping up an info box
- simple usage:
- <a href="http://ashi-staging.com/au-soleil-healing-practitioner-levels-popup" onclick='return tf_popit(this.href)'>click here</a>
- fancy example usage (including Bootstrap glyphicon instead of text link and spans so glyph wont get orphaned on a line by it's own):
- <span style="white-space:nowrap">
- <a href="http://ashi-staging.com/au-soleil-healing-practitioner-levels-popup" onclick='return tf_popit(this.href)'>
- <span class="glyphicon glyphicon-question-sign poppy">
- </span>
- </a>
- </span>
for popping up an info box simple usage: <a href="http://ashi-staging.com/au-soleil-healing-practitioner-levels-popup" onclick='return tf_popit(this.href)'>click here</a> fancy example usage (including Bootstrap glyphicon instead of text link and spans so glyph wont get orphaned on a line by it's own): <span style="white-space:nowrap"> <a href="http://ashi-staging.com/au-soleil-healing-practitioner-levels-popup" onclick='return tf_popit(this.href)'> <span class="glyphicon glyphicon-question-sign poppy"> </span> </a> </span>


