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. Other Discussions
  3. IT & Infrastructure
  4. easy question?

easy question?

Scheduled Pinned Locked Moved IT & Infrastructure
tutorialquestion
9 Posts 4 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.
  • Z Offline
    Z Offline
    zhoujun
    wrote on last edited by
    #1

    i do not find guide on how to use tags when posting? how many kinds of tags can be used here? :-O

    S 1 Reply Last reply
    0
    • Z zhoujun

      i do not find guide on how to use tags when posting? how many kinds of tags can be used here? :-O

      S Offline
      S Offline
      SimonS
      wrote on last edited by
      #2

      You mean like this: <B>B</B> <I>I</I> <STRIKE>STRIKE</STRIKE> Basically any HTML. I just don't think Chris will be all that impressed if you leave tags open. :~ Cheers, Simon "Sign up for a chance to be among the first to experience the wrath of the gods.", Microsoft's home page (24/06/2002)

      Z 1 Reply Last reply
      0
      • S SimonS

        You mean like this: <B>B</B> <I>I</I> <STRIKE>STRIKE</STRIKE> Basically any HTML. I just don't think Chris will be all that impressed if you leave tags open. :~ Cheers, Simon "Sign up for a chance to be among the first to experience the wrath of the gods.", Microsoft's home page (24/06/2002)

        Z Offline
        Z Offline
        zhoujun
        wrote on last edited by
        #3

        i mean other than general tags. such as: how to quote other's clauses? how to highlight source codes? ... thanks. :)

        S 1 Reply Last reply
        0
        • Z zhoujun

          i mean other than general tags. such as: how to quote other's clauses? how to highlight source codes? ... thanks. :)

          S Offline
          S Offline
          Shog9 0
          wrote on last edited by
          #4

          This would be a good topic for the FAQ (is it?) There aren't any proprietary tags that i'm aware of, but etiquette usually dictates the following:

          • Use <code> </code> to display keywords or short bits of code.
          • Use <pre> </pre> to display blocks of code.
          • Use <i> </i> OR <em> </em> OR <cite> </cite> when quoting others, AND
          • Use <small><b> </b></small> to display the name of the person you're quoting.
          • When posting code containing ampersands ( & ), greater-than ( > ), or less-than ( < ) symbols, use the appropriate HTML escapes (&amp;, &gt;, &lt; respectively) OR check the Display this message as-is (no HTML) checkbox when posting.
          • When posting links, at very least enclose them in <a href="_link_">_title_</a>
          • If you're feeling nice, enclose links in a construct such as this: <a href="_link_">_title_</a> [<a href="_link_" target="_blank">^</a>] This way, users won't have to reach all the way down to the shift key in order to open the link in a new window.

          Finally, be careful when quoting messages such as this one, which use < and >, as if you don't escape them they may cause problems.

          - Shog9 -

          Aaah... It's time to relax. You know what that means: a glass of beer, your favorite ergo chair... And of course, The Code Project loaded on your Personal Computer System. So go on, and indulge yourself, put your feet up. Lean back and just enjoy the articles. After all, CP sooths even the savage :bob:

          Z B 3 Replies Last reply
          0
          • S Shog9 0

            This would be a good topic for the FAQ (is it?) There aren't any proprietary tags that i'm aware of, but etiquette usually dictates the following:

            • Use <code> </code> to display keywords or short bits of code.
            • Use <pre> </pre> to display blocks of code.
            • Use <i> </i> OR <em> </em> OR <cite> </cite> when quoting others, AND
            • Use <small><b> </b></small> to display the name of the person you're quoting.
            • When posting code containing ampersands ( & ), greater-than ( > ), or less-than ( < ) symbols, use the appropriate HTML escapes (&amp;, &gt;, &lt; respectively) OR check the Display this message as-is (no HTML) checkbox when posting.
            • When posting links, at very least enclose them in <a href="_link_">_title_</a>
            • If you're feeling nice, enclose links in a construct such as this: <a href="_link_">_title_</a> [<a href="_link_" target="_blank">^</a>] This way, users won't have to reach all the way down to the shift key in order to open the link in a new window.

            Finally, be careful when quoting messages such as this one, which use < and >, as if you don't escape them they may cause problems.

            - Shog9 -

            Aaah... It's time to relax. You know what that means: a glass of beer, your favorite ergo chair... And of course, The Code Project loaded on your Personal Computer System. So go on, and indulge yourself, put your feet up. Lean back and just enjoy the articles. After all, CP sooths even the savage :bob:

            Z Offline
            Z Offline
            zhoujun
            wrote on last edited by
            #5

            This would be a good topic for the FAQ (is it?) There aren't any proprietary tags that i'm aware of, but etiquette usually dictates the following: Use to display keywords or short bits of code. Use

            to display blocks of code. Use OR OR when quoting others, AND Use to display the name of the person you're quoting. When posting code containing ampersands ( & ), greater-than ( > ), or less-than ( < ) symbols, use the appropriate HTML escapes (&, >, < respectively) OR check the Display this message as-is (no HTML) checkbox when posting. When posting links, at very least enclose them in title If you're feeling nice, enclose links in a construct such as this: title [^] This way, users won't have to reach all the way down to the shift key in order to open the link in a new window. Finally, be careful when quoting messages such as this one, which use < and >, as if you don't escape them they may cause problems.

            1 Reply Last reply
            0
            • S Shog9 0

              This would be a good topic for the FAQ (is it?) There aren't any proprietary tags that i'm aware of, but etiquette usually dictates the following:

              • Use <code> </code> to display keywords or short bits of code.
              • Use <pre> </pre> to display blocks of code.
              • Use <i> </i> OR <em> </em> OR <cite> </cite> when quoting others, AND
              • Use <small><b> </b></small> to display the name of the person you're quoting.
              • When posting code containing ampersands ( & ), greater-than ( > ), or less-than ( < ) symbols, use the appropriate HTML escapes (&amp;, &gt;, &lt; respectively) OR check the Display this message as-is (no HTML) checkbox when posting.
              • When posting links, at very least enclose them in <a href="_link_">_title_</a>
              • If you're feeling nice, enclose links in a construct such as this: <a href="_link_">_title_</a> [<a href="_link_" target="_blank">^</a>] This way, users won't have to reach all the way down to the shift key in order to open the link in a new window.

              Finally, be careful when quoting messages such as this one, which use < and >, as if you don't escape them they may cause problems.

              - Shog9 -

              Aaah... It's time to relax. You know what that means: a glass of beer, your favorite ergo chair... And of course, The Code Project loaded on your Personal Computer System. So go on, and indulge yourself, put your feet up. Lean back and just enjoy the articles. After all, CP sooths even the savage :bob:

              Z Offline
              Z Offline
              zhoujun
              wrote on last edited by
              #6

              what happened? did i bring or raise problems? :-D

              B 1 Reply Last reply
              0
              • S Shog9 0

                This would be a good topic for the FAQ (is it?) There aren't any proprietary tags that i'm aware of, but etiquette usually dictates the following:

                • Use <code> </code> to display keywords or short bits of code.
                • Use <pre> </pre> to display blocks of code.
                • Use <i> </i> OR <em> </em> OR <cite> </cite> when quoting others, AND
                • Use <small><b> </b></small> to display the name of the person you're quoting.
                • When posting code containing ampersands ( & ), greater-than ( > ), or less-than ( < ) symbols, use the appropriate HTML escapes (&amp;, &gt;, &lt; respectively) OR check the Display this message as-is (no HTML) checkbox when posting.
                • When posting links, at very least enclose them in <a href="_link_">_title_</a>
                • If you're feeling nice, enclose links in a construct such as this: <a href="_link_">_title_</a> [<a href="_link_" target="_blank">^</a>] This way, users won't have to reach all the way down to the shift key in order to open the link in a new window.

                Finally, be careful when quoting messages such as this one, which use < and >, as if you don't escape them they may cause problems.

                - Shog9 -

                Aaah... It's time to relax. You know what that means: a glass of beer, your favorite ergo chair... And of course, The Code Project loaded on your Personal Computer System. So go on, and indulge yourself, put your feet up. Lean back and just enjoy the articles. After all, CP sooths even the savage :bob:

                B Offline
                B Offline
                benjymous
                wrote on last edited by
                #7

                Shog9 wrote: If you're feeling nice, enclose links in a construct such as this: <a href="link" target="_blank">title</a> [<a href="link" target="_blank">^</a>] This way, users won't have to reach all the way down to the shift key in order to open the link in a new window. That should be, of course <a href="link">title</a> [<a href="link" target="_blank">^</a>] (it defeats the purpose if you put the target="_blank" on both versions of the link!) Actually it would make sense if Chris built in some javascript that would automate this (a "add link" button that'd popup a window querying you for the url and title, and would insert the proper normal/new window link html for you) -- Help me! I'm turning into a grapefruit!

                S 1 Reply Last reply
                0
                • Z zhoujun

                  what happened? did i bring or raise problems? :-D

                  B Offline
                  B Offline
                  benjymous
                  wrote on last edited by
                  #8

                  You quoted code containing html tags, which then got re-interpreted as actual html, rather than text -- Help me! I'm turning into a grapefruit!

                  1 Reply Last reply
                  0
                  • B benjymous

                    Shog9 wrote: If you're feeling nice, enclose links in a construct such as this: <a href="link" target="_blank">title</a> [<a href="link" target="_blank">^</a>] This way, users won't have to reach all the way down to the shift key in order to open the link in a new window. That should be, of course <a href="link">title</a> [<a href="link" target="_blank">^</a>] (it defeats the purpose if you put the target="_blank" on both versions of the link!) Actually it would make sense if Chris built in some javascript that would automate this (a "add link" button that'd popup a window querying you for the url and title, and would insert the proper normal/new window link html for you) -- Help me! I'm turning into a grapefruit!

                    S Offline
                    S Offline
                    Shog9 0
                    wrote on last edited by
                    #9

                    benjymous wrote: That should be, of course D'oh! Of course... :-O --------

                    PMGRE

                    --Shog9 --

                    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