Erik O.
2005-06-02 21:34:09 |
Inserting Hints in Puzzles
Tehre are a number of puzzles on Perplexus that have a nice little hint box to help readers solve the puzzles. I think the following code should work for any potential puzzle submitters:
<i>Mouse over for a hint: <img src="http://perplexus.info/images/perplexus/icons/solution.gif" width="20" height="20" alt="[*** insert hint here ***]" title="[*** insert hint here ***]" border="1"></i>
There are two places where [*** insert hint here ***] appears. Be sure to replace both with your hint. |
Erik O.
2005-06-02 21:51:43 |
Re: Inserting Hints in Puzzles
Looks like you also need to use the "e; code in place of each of the double quotes.
<i>Mouse over for a hint: <img src="http://perplexus.info/images/perplexus/icons/solution.gif" width="20" height="20" alt="[*** insert hint here ***]" title="[*** insert hint here ***]" border="1"></i>
In the queue, all I get is a bunch of HTML code, but I think the scholars can set it up to get the little picture to show up. |
Erik O.
2005-06-02 21:53:02 |
Re: Inserting Hints in Puzzles
Oops...
<i>Mouse over for a hint: <img src="http://perplexus.info/images/perplexus/icons/solution.gif" width="20" height="20" alt="[*** insert hint here ***]" title="[*** insert hint here ***]" border="1"></i> |