in reply to Re: c tags
in thread c tags

If you do that (not including a newline inside the code tags), it means that your code doesn't wrap as effectively and it gets downloaded as a comment.

If you instead, as frodo72 notes, include a newline inside of the code tags (for example, at the start and/or the end of the code), then the displayed code will be enclosed in P or PRE tags, depending on the viewer's settings. Wrapping your own P tags around such shouldn't be done.

- tye        

Replies are listed 'Best First'.
Re^3: c tags (P, NLs)
by gaal (Parson) on Jun 11, 2005 at 18:26 UTC
    Thanks. Is this documented?