Code design not yet fixed !
-
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[^] [^]
-
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[^] [^]
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!
-
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!
-
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 of12px
and a line height of14px
. Try using the Firefox dev tools to inspect the code block, and look at the computed values. What values do you get forfont-size
andline-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
-
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[^] [^]
Try now
cheers Chris Maunder
-
Try now
cheers Chris Maunder
-
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 of12px
and a line height of14px
. Try using the Firefox dev tools to inspect the code block, and look at the computed values. What values do you get forfont-size
andline-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
-
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;
}