I just failed
-
At making a CP article :( Is there a way to prevent the article editor from swallowing all my pretty code formatting?
xacc.ide
IronScheme - 1.0 beta 4 - out now!
((λ (x) `(,x ',x)) '(λ (x) `(,x ',x))) The Scheme Programming Language – Fourth Edition -
At making a CP article :( Is there a way to prevent the article editor from swallowing all my pretty code formatting?
xacc.ide
IronScheme - 1.0 beta 4 - out now!
((λ (x) `(,x ',x)) '(λ (x) `(,x ',x))) The Scheme Programming Language – Fourth EditionEither 1. Click the <> button to go into source view and do it raw. 2. Click the "I know what I'm doing. Don't screw with the HTML" checkbox (if available to you) 3. Send it to us with strict instructions. 4. [Bonus] let me know what went wrong and what you want it to do.
cheers, Chris Maunder The Code Project Co-founder Microsoft C++ MVP
-
At making a CP article :( Is there a way to prevent the article editor from swallowing all my pretty code formatting?
xacc.ide
IronScheme - 1.0 beta 4 - out now!
((λ (x) `(,x ',x)) '(λ (x) `(,x ',x))) The Scheme Programming Language – Fourth EditionWrite it in Notepad like a real man.
-
Either 1. Click the <> button to go into source view and do it raw. 2. Click the "I know what I'm doing. Don't screw with the HTML" checkbox (if available to you) 3. Send it to us with strict instructions. 4. [Bonus] let me know what went wrong and what you want it to do.
cheers, Chris Maunder The Code Project Co-founder Microsoft C++ MVP
Chris Maunder wrote:
go into source view and do it raw.
Wow, let's keep it clean. Even Neo doesn't go into the Source raw (well, except for that one time, at band camp...).
¡El diablo está en mis pantalones! ¡Mire, mire! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! Personal 3D projects Just Say No to Web 2 Point Blow
-
Either 1. Click the <> button to go into source view and do it raw. 2. Click the "I know what I'm doing. Don't screw with the HTML" checkbox (if available to you) 3. Send it to us with strict instructions. 4. [Bonus] let me know what went wrong and what you want it to do.
cheers, Chris Maunder The Code Project Co-founder Microsoft C++ MVP
Chris Maunder wrote:
Click the <> button to go into source view and do it raw.
That's what I do... I write my article in HTML using Notepad and an IE or FF window to preview. This is my base template
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Title</title>
<link rel=stylesheet type=text/css href="CodeProject.css" />
</head>
<body>
<div>
<span id=ArticleContent>
</span>
</div>
</body>
</html>Notice I have a copy of the
CodeProject.css
file in the same folder. Once I'm happy, I just paste it all in 'raw' then preview.Dave
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Visual Basic is not used by normal people so we're not covering it here. (Uncyclopedia)
Why are you using VB6? Do you hate yourself? (Christian Graus) -
Chris Maunder wrote:
Click the <> button to go into source view and do it raw.
That's what I do... I write my article in HTML using Notepad and an IE or FF window to preview. This is my base template
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Title</title>
<link rel=stylesheet type=text/css href="CodeProject.css" />
</head>
<body>
<div>
<span id=ArticleContent>
</span>
</div>
</body>
</html>Notice I have a copy of the
CodeProject.css
file in the same folder. Once I'm happy, I just paste it all in 'raw' then preview.Dave
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Visual Basic is not used by normal people so we're not covering it here. (Uncyclopedia)
Why are you using VB6? Do you hate yourself? (Christian Graus) -
Chris Maunder wrote:
Click the <> button to go into source view and do it raw.
That's what I do... I write my article in HTML using Notepad and an IE or FF window to preview. This is my base template
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Title</title>
<link rel=stylesheet type=text/css href="CodeProject.css" />
</head>
<body>
<div>
<span id=ArticleContent>
</span>
</div>
</body>
</html>Notice I have a copy of the
CodeProject.css
file in the same folder. Once I'm happy, I just paste it all in 'raw' then preview.Dave
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Visual Basic is not used by normal people so we're not covering it here. (Uncyclopedia)
Why are you using VB6? Do you hate yourself? (Christian Graus)Let me know what's failing then, and I'll try to help.
cheers, Chris Maunder The Code Project Co-founder Microsoft C++ MVP
-
Write it in Notepad like a real man.
"Real men write code in MSPaint, and create graphics in Notepad." - Anna-Jayne Metcalfe
Software Zen:
delete this;
Fold With Us![^] -
"Real men write code in MSPaint, and create graphics in Notepad." - Anna-Jayne Metcalfe
Software Zen:
delete this;
Fold With Us![^]Yeah, well, what does she know about men? :-D
-
"Real men write code in MSPaint, and create graphics in Notepad." - Anna-Jayne Metcalfe
Software Zen:
delete this;
Fold With Us![^]I've done the latter, but not the former. Good job I'm not trying to be a man, real or otherwise.
-
Yeah, well, what does she know about men? :-D
I think she probably has a unique perspective on the subject.
Software Zen:
delete this;
Fold With Us![^]