Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Use the [ code ] tags...' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Use the [ code ] tags...
Authored by: robg on Mar 26, '03 05:28:34PM
The only reliable way to get the brackets (and the backslash) in Geeklog is to use the new [ code ] / [ /code ] tag pair (without the spaces). Then you can just type them in as you normally would.

The method with the HTML entities works, but each time you hit Preview, the entities are converted to the real characters in the input area, so you have to remember to convert them back AND not to hit Preview before the last Submit :-(.

So just use [ code ] instead:
javascript:location.href='mailto:?SUBJECT='+document.title+
  '&BODY=<'+escape(location.href)+'>'
I think that's what everyone was trying to write, correct?

-rob.

[ Reply to This | # ]