About   |   Projects   |   Elsewhere   |   Work   |   Feeds   |   Contact

< /problems>

All working again. Move along, nothing to see.

(Anyone know how to fool HTML into showing tags as text?)

9 July 2003

Technical

6 comments

6 Comments

  1. Anonymous says:

    Aha – another arcane HTML mystery is revealed!

    (Or should that be &lt/unknown&gt??

  2. Anonymous says:

    Doh! Stupid me. Try again…

    Replace the opening angled bracket with & l t ; (take out the three intervening spaces). Ditto the ending angled bracket with & g t ;

    If you view the code for the previous post, you’ll see what I mean. It obviously works…

  3. Anonymous says:

    Yes, instead of , use < and >

    e.g. <p> would display the normal paragrpah tag as text.

    I think…

  4. Anonymous says:

    Aha – another arcane HTML mystery is revealed!

    (Or should that be &lt/unknown&gt??

  5. Anonymous says:

    Doh! Stupid me. Try again…

    Replace the opening angled bracket with & l t ; (take out the three intervening spaces). Ditto the ending angled bracket with & g t ;

    If you view the code for the previous post, you’ll see what I mean. It obviously works…

  6. Anonymous says:

    Yes, instead of , use < and >

    e.g. <p> would display the normal paragrpah tag as text.

    I think…