- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This is a continuation of a thread from the original forum.
I've noticed that any code I post always has the indenting stripped out of it, but that code posted by some others doesn't have this problem. Why is that, and how does one post code with the indentation intact?
Mike Durisin
I've noticed that any code I post always has the indenting stripped out of it, but that code posted by some others doesn't have this problem. Why is that, and how does one post code with the indentation intact?
Mike Durisin
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This forum uses entirely different software. I'm not yet familiar enough with it to see how it works. Try it and see.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Let's try some sample code using the HTML
tag:DO I = 1, 10 WRITE (*,"(1X,I)") I END DO
Hmm - looks like "standard HTML" will do the trick. One needs to use < and > for < and >
Steve
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page