Go | New | Find | Notify | Tools | Reply |
Baroque Bloke |
In this post member ensigmatic mentions “code tags”. And demonstrates the result of applying them: https://sigforum.com/eve/forum...760035694#3760035694 I’d not previously known of code tags, but, wow! Neato! I found explanations on the web, but couldn’t make them work in an experimental post. Could someone show me how to reproduce ensigmatic’s simple demonstration in the post I linked above? In order to make it visible I suggest replacing all left angle brackets with carets. E.g., ^code>, rather than <code>. Serious about crackers | ||
|
On the wrong side of the Mobius strip |
Example with CODE tags for($x = 1; $x <= 10; ++$x) { print "Hello, World! ($x)\n"; } Remove the spaces shown below in the CODE tag. [ CODE ] for($x = 1; $x <= 10; ++$x) { print "Hello, World! ($x)\n"; } [ /CODE ] | |||
|
Baroque Bloke |
Thank you Patrick. Perfect! The site found by my web search had: <code> stuff… </code> (Lowercase “code”) but that didn’t work for me. Serious about crackers | |||
|
Member |
| |||
|
Baroque Bloke |
And I thank you for that as well. Serious about crackers | |||
|
member |
Info is right here on the SIGforum help page. Tools/Help/UBB Code. Not all of the BBCode tags are supported here. When in doubt, mumble | |||
|
Baroque Bloke |
^^^^^^^^ Thank you Henry. I had discovered many of them, but not the “[ code ]” and “[ /code ]” tags. And the handy Tools => Help facility had slipped off of my radar screen. SIGforum is such a good resource. Serious about crackers | |||
|
Powered by Social Strata |
Please Wait. Your request is being processed... |