This is more of a test than anything. I've tried more than once to post some code others could use as part of "best practices" but after submitting, it returns to a blank screen and the topic never gets posted. It this succeeds, I'd like to know if anyone else has the problem when posting SQL and/or HTML content.
Yes, I have had that issue as well. I had to contact CHUG board to have them resolve it for me. But it all depends on the size of your code. I haven't seen it happen again after they fixed it, but probably still has some glitches.
Good morning.
I believe others have also experienced issues in trying to post SQL commands to the forum. As I type this, I am not sure if any fix was a case-by-case solution or an overall fix for all users.
~Joe
I have had troubles with posting code.
I do not even get a MENU for the [Text] window.
No menu at all. It is broken for me :(
There is supposed to be a [code] button under the [Text] menu
that will allow you to post code as is,
without stripping out special characters and formatting.
My work around is to post only using the [Text] window,
putting in my own HTML tags.
In sample (below) Replace {__} with <___>
{pre}{code}
... your post and code here ....
{/code}{/pre}
Note: <> still get stripped,
unless you double them up before submitting post:
if DOCUMENT.XYZ<<>>"" then ...
so that after submitting you get
if DOCUMENT.XYZ<>"" then ...
- Beverly