Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. I just failed

I just failed

Scheduled Pinned Locked Moved The Lounge
phpvisual-studiocombeta-testingquestion
11 Posts 8 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L leppie

    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

    C Offline
    C Offline
    Chris Maunder
    wrote on last edited by
    #2

    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

    J D 2 Replies Last reply
    0
    • L leppie

      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

      P Offline
      P Offline
      PIEBALDconsult
      wrote on last edited by
      #3

      Write it in Notepad like a real man.

      G 1 Reply Last reply
      0
      • C Chris Maunder

        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

        J Offline
        J Offline
        Jim Crafton
        wrote on last edited by
        #4

        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

        1 Reply Last reply
        0
        • C Chris Maunder

          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

          D Offline
          D Offline
          DaveyM69
          wrote on last edited by
          #5

          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)

          N C 2 Replies Last reply
          0
          • D DaveyM69

            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)

            N Offline
            N Offline
            Nemanja Trifunovic
            wrote on last edited by
            #6

            DaveyM69 wrote:

            I write my article in HTML using Notepad

            :omg: You can at least try Notepad2[^].

            Programming Blog utf8-cpp

            1 Reply Last reply
            0
            • D DaveyM69

              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)

              C Offline
              C Offline
              Chris Maunder
              wrote on last edited by
              #7

              Let me know what's failing then, and I'll try to help.

              cheers, Chris Maunder The Code Project Co-founder Microsoft C++ MVP

              1 Reply Last reply
              0
              • P PIEBALDconsult

                Write it in Notepad like a real man.

                G Offline
                G Offline
                Gary R Wheeler
                wrote on last edited by
                #8

                "Real men write code in MSPaint, and create graphics in Notepad." - Anna-Jayne Metcalfe

                Software Zen: delete this;
                Fold With Us![^]

                P J 2 Replies Last reply
                0
                • G Gary R Wheeler

                  "Real men write code in MSPaint, and create graphics in Notepad." - Anna-Jayne Metcalfe

                  Software Zen: delete this;
                  Fold With Us![^]

                  P Offline
                  P Offline
                  PIEBALDconsult
                  wrote on last edited by
                  #9

                  Yeah, well, what does she know about men? :-D

                  G 1 Reply Last reply
                  0
                  • G Gary R Wheeler

                    "Real men write code in MSPaint, and create graphics in Notepad." - Anna-Jayne Metcalfe

                    Software Zen: delete this;
                    Fold With Us![^]

                    J Offline
                    J Offline
                    Jane Williams
                    wrote on last edited by
                    #10

                    I've done the latter, but not the former. Good job I'm not trying to be a man, real or otherwise.

                    1 Reply Last reply
                    0
                    • P PIEBALDconsult

                      Yeah, well, what does she know about men? :-D

                      G Offline
                      G Offline
                      Gary R Wheeler
                      wrote on last edited by
                      #11

                      I think she probably has a unique perspective on the subject.

                      Software Zen: delete this;
                      Fold With Us![^]

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups