Use of the <code> tag
-
kjwieringa
- Posts: 2
- Joined: Sun Dec 09, 2007 5:32 pm
- Location: Leeuwarden (the Netherlands)
Use of the <code> tag
I have posted (9 dec) a reaction in the forum on problem 155. I used the <code> and </code<> tags to mark my Delphi program codes, but it is not showed in the way that I see it in other peoples reactions, i.e. with a box with 'Show Code' on which tou can click to see the code. My code is displayed the same way as normal text, despite the use of tags. Can anyone tell me what I might have done wrong?
- daniel.is.fischer
- Posts: 2400
- Joined: Sun Sep 02, 2007 11:15 pm
- Location: Bremen, Germany
Re: Use of the <code> tag
Use square brackets instead of angle brackets, [ code ] and [ /code ] (without the spaces).
Il faut respecter la montagne -- c'est pourquoi les gypaètes sont là.
-
kjwieringa
- Posts: 2
- Joined: Sun Dec 09, 2007 5:32 pm
- Location: Leeuwarden (the Netherlands)