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. Site Bugs / Suggestions
  4. Code design not yet fixed !

Code design not yet fixed !

Scheduled Pinned Locked Moved Site Bugs / Suggestions
questioncomdesignlinuxhelp
8 Posts 4 Posters 1 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.
  • W Offline
    W Offline
    wseng
    wrote on last edited by
    #1

    It been a while I not longer to visit this website because the issue of the code formatting still exists. I have changed to new pc with OS ubuntu, but the formatting still same. Is it possible to have admin log in to my account and check what is happening ? :doh: Here the view from my account Imgur: The magic of the Internet[^] [^]

    OriginalGriffO C 2 Replies Last reply
    0
    • W wseng

      It been a while I not longer to visit this website because the issue of the code formatting still exists. I have changed to new pc with OS ubuntu, but the formatting still same. Is it possible to have admin log in to my account and check what is happening ? :doh: Here the view from my account Imgur: The magic of the Internet[^] [^]

      OriginalGriffO Offline
      OriginalGriffO Offline
      OriginalGriff
      wrote on last edited by
      #2

      Copy and paste the exact text you are entering into a text file, post that to DropBox, and give us the link so we can see exactly what you are trying to post - at the moment all I can see from your image is a row of oddities with no idea how you generated them! If you can also show us an image of what it looks like in VS (or whatever IDE you normally use), that would help as well.

      Sent from my Amstrad PC 1640 Never throw anything away, Griff Bad command or file name. Bad, bad command! Sit! Stay! Staaaay... AntiTwitter: @DalekDave is now a follower!

      "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
      "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

      W 1 Reply Last reply
      0
      • OriginalGriffO OriginalGriff

        Copy and paste the exact text you are entering into a text file, post that to DropBox, and give us the link so we can see exactly what you are trying to post - at the moment all I can see from your image is a row of oddities with no idea how you generated them! If you can also show us an image of what it looks like in VS (or whatever IDE you normally use), that would help as well.

        Sent from my Amstrad PC 1640 Never throw anything away, Griff Bad command or file name. Bad, bad command! Sit! Stay! Staaaay... AntiTwitter: @DalekDave is now a follower!

        W Offline
        W Offline
        wseng
        wrote on last edited by
        #3

        The code is not the code I posted, it is from one of the user here.

        Richard DeemingR 1 Reply Last reply
        0
        • W wseng

          The code is not the code I posted, it is from one of the user here.

          Richard DeemingR Online
          Richard DeemingR Online
          Richard Deeming
          wrote on last edited by
          #4

          The lines of "#" characters were entered by the user: How do I fix this so it doesnt run this error[^] The only other issue I can see on your screen-shot is the line height. It's set to "normal" in the CSS, which means it varies depending on the browser. Since the font size is set to 9pt, the actual line height will also depend on your DPI and text scaling settings. On my computer, it works out as a font size of 12px and a line height of 14px. Try using the Firefox dev tools to inspect the code block, and look at the computed values. What values do you get for font-size and line-height, and which rule do those values come from? Is it possible you have a UserContent.css file in your profile, which could be overriding the styles? UserContent.css - MozillaZine Knowledge Base[^] How to override the CSS of a site in Firefox with userContent.css? - Super User[^]


          "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

          "These people looked deep within my soul and assigned me a number based on the order in which I joined" - Homer

          W 1 Reply Last reply
          0
          • W wseng

            It been a while I not longer to visit this website because the issue of the code formatting still exists. I have changed to new pc with OS ubuntu, but the formatting still same. Is it possible to have admin log in to my account and check what is happening ? :doh: Here the view from my account Imgur: The magic of the Internet[^] [^]

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

            Try now

            cheers Chris Maunder

            W 1 Reply Last reply
            0
            • C Chris Maunder

              Try now

              cheers Chris Maunder

              W Offline
              W Offline
              wseng
              wrote on last edited by
              #6

              This is mine

              body, p, h1, h2, h3, h4, h5, h6, li, tr, td, th, dd, dt {
              font-family: "Segoe UI",Arial,Sans-Serif;
              font-size: 14px;
              line-height: 1.4;
              color: #111;
              }

              W 1 Reply Last reply
              0
              • Richard DeemingR Richard Deeming

                The lines of "#" characters were entered by the user: How do I fix this so it doesnt run this error[^] The only other issue I can see on your screen-shot is the line height. It's set to "normal" in the CSS, which means it varies depending on the browser. Since the font size is set to 9pt, the actual line height will also depend on your DPI and text scaling settings. On my computer, it works out as a font size of 12px and a line height of 14px. Try using the Firefox dev tools to inspect the code block, and look at the computed values. What values do you get for font-size and line-height, and which rule do those values come from? Is it possible you have a UserContent.css file in your profile, which could be overriding the styles? UserContent.css - MozillaZine Knowledge Base[^] How to override the CSS of a site in Firefox with userContent.css? - Super User[^]


                "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

                W Offline
                W Offline
                wseng
                wrote on last edited by
                #7

                I have checked, and this is mine

                body, p, h1, h2, h3, h4, h5, h6, li, tr, td, th, dd, dt {
                font-family: "Segoe UI",Arial,Sans-Serif;
                font-size: 14px;
                line-height: 1.4;
                color: #111;
                }

                1 Reply Last reply
                0
                • W wseng

                  This is mine

                  body, p, h1, h2, h3, h4, h5, h6, li, tr, td, th, dd, dt {
                  font-family: "Segoe UI",Arial,Sans-Serif;
                  font-size: 14px;
                  line-height: 1.4;
                  color: #111;
                  }

                  W Offline
                  W Offline
                  wseng
                  wrote on last edited by
                  #8

                  Issue fixed. Not sure what is the issue.

                  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