Quick Answer formatting
-
When I'm signed out code formatting in preview works OK, but when I sign-in it stops working:
var x = GetX();
Does anyone else have this problem. Tried both FireFox and Chrome.
Move your mouse to hover over your name at the top right of the window. Click on "My settings", select the "Forums" tab and see if Treat my content as plain text, not as HTML is checked.
Unrequited desire is character building. OriginalGriff I'm sitting here giving you a standing ovation - Len Goodman
-
Move your mouse to hover over your name at the top right of the window. Click on "My settings", select the "Forums" tab and see if Treat my content as plain text, not as HTML is checked.
Unrequited desire is character building. OriginalGriff I'm sitting here giving you a standing ovation - Len Goodman
Is is at all possible to edit/compose something here while not being logged in? :confused:
Luc Pattyn [My Articles] Nil Volentibus Arduum
-
Is is at all possible to edit/compose something here while not being logged in? :confused:
Luc Pattyn [My Articles] Nil Volentibus Arduum
I didn't think so, maybe I should try sometime.
Unrequited desire is character building. OriginalGriff I'm sitting here giving you a standing ovation - Len Goodman
-
I didn't think so, maybe I should try sometime.
Unrequited desire is character building. OriginalGriff I'm sitting here giving you a standing ovation - Len Goodman
Looks like you can compose a quick answers question when you are logged out. If you click "Submit your question", you will see a message that says "Please log in (or quickly sign up) to post". Though, the preview works fine for me logged in or logged out. Either way, PRE tags show up fine. I wonder if the OP is pasting the text and it's automatically HTML encoding it?
-
Looks like you can compose a quick answers question when you are logged out. If you click "Submit your question", you will see a message that says "Please log in (or quickly sign up) to post". Though, the preview works fine for me logged in or logged out. Either way, PRE tags show up fine. I wonder if the OP is pasting the text and it's automatically HTML encoding it?
AspDotNetDev wrote:
I wonder if the OP is pasting the text and it's automatically HTML encoding it?
See my first answer. I see lots of questions and answers which are not formatted properly, but if I use the "Improve ..." link it automatically gets formatted without me having to change anything, simply (I believe) because my profile's default setting is not to treat text as plain.
Unrequited desire is character building. OriginalGriff I'm sitting here giving you a standing ovation - Len Goodman
-
Move your mouse to hover over your name at the top right of the window. Click on "My settings", select the "Forums" tab and see if Treat my content as plain text, not as HTML is checked.
Unrequited desire is character building. OriginalGriff I'm sitting here giving you a standing ovation - Len Goodman
-
AspDotNetDev wrote:
I wonder if the OP is pasting the text and it's automatically HTML encoding it?
See my first answer. I see lots of questions and answers which are not formatted properly, but if I use the "Improve ..." link it automatically gets formatted without me having to change anything, simply (I believe) because my profile's default setting is not to treat text as plain.
Unrequited desire is character building. OriginalGriff I'm sitting here giving you a standing ovation - Len Goodman
The format gets updated automatically because when we load a question for editing we do
if (forceToHtml && format = textWithHtml)
format = Html;cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP
-
The format gets updated automatically because when we load a question for editing we do
if (forceToHtml && format = textWithHtml)
format = Html;cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP
And is an excellent feature, IMHO.
Unrequited desire is character building. OriginalGriff I'm sitting here giving you a standing ovation - Len Goodman
-
When I'm signed out code formatting in preview works OK, but when I sign-in it stops working:
var x = GetX();
Does anyone else have this problem. Tried both FireFox and Chrome.
I've made a change so you no longer need to fix your profile settings. We disabled the ability to post in text-only mode (we now always accept HTML), but old profile settings were overriding this.
cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP