umm the code is not showing

Discussion about everything. New games, 3d math, development tips...
Post Reply
Xenxe
Posts: 43
Joined: Sat Jan 26, 2008 9:54 pm
Location: U.S.A. Wasington

umm the code is not showing

Post by Xenxe »

when ever i see a code box like this itt should have code in it

Code: Select all

if I can see this some update happened but if i cant it will look like all the other boxes on the website they will look blank like

Code: Select all

 emtpy
this
Last edited by Xenxe on Mon Feb 04, 2008 3:09 am, edited 1 time in total.
who else here is 14?
But confused about many things.
(\__/)
(='.'=) world domination!!!
(")_(")
Xenxe
Posts: 43
Joined: Sat Jan 26, 2008 9:54 pm
Location: U.S.A. Wasington

Post by Xenxe »

umm i cant see both of my code posts little help
who else here is 14?
But confused about many things.
(\__/)
(='.'=) world domination!!!
(")_(")
Halifax
Posts: 1424
Joined: Sun Apr 29, 2007 10:40 pm
Location: $9D95

Post by Halifax »

Humm, that's a little odd because I can see both of the code tags. Possibly, you could check your profile settings, and there might be an option in there or something to that effect. Or maybe your current browser just doesn't support that type of rendering.
TheQuestion = 2B || !2B
Xenxe
Posts: 43
Joined: Sat Jan 26, 2008 9:54 pm
Location: U.S.A. Wasington

Post by Xenxe »

i checked my profile and im using the latest version of internet explorer
and i was able to see them an hour ago

maybye it is browser based i just logged off same results
can i see smileys?
:?:

edit: yes i can

can i edit text size
big words

edit: i can see big words

can i se color words?

red words

RAINBOW

edit: yes

can i quote
this is a quote
edit: yes i can see it
but can i see this code

Code: Select all

this is code
edit: no i cant whats going on

bold italic underline

edit: i can see all but code whats wrong
who else here is 14?
But confused about many things.
(\__/)
(='.'=) world domination!!!
(")_(")
monkeycracks
Posts: 1029
Joined: Thu Apr 06, 2006 12:45 am
Location: Tennesee, USA
Contact:

Post by monkeycracks »

Use Firefox or Avant... Don't know if that will fix it but it's sure better than sticking with IE.
MasterGod
Posts: 2061
Joined: Fri May 25, 2007 8:06 pm
Location: Israel
Contact:

Post by MasterGod »

Xenxe wrote:i checked my profile and im using the latest version of internet explorer
Here's your problem. I've got the best solution:
http://www.mozilla.com/products/downloa ... lang=en-US
Image
Dev State: Abandoned (For now..)
Requirements Analysis Doc: ~87%
UML: ~0.5%
bitplane
Admin
Posts: 3204
Joined: Mon Mar 28, 2005 3:45 am
Location: England
Contact:

Post by bitplane »

Sounds like one of your stylesheets got corrupted while downloading or something, and the badly cached version is being used to draw the code box. Try clearing your temporary Internet files, or refresh the page using CTRL+F5 instead of just F5.
If that doesn't work, you are either behind a transparent proxy which has the corrupt css file, or you have an extension installed that is breaking the "code" style.

edit: okay scrap that idea, the stylesheet is embedded in the page so it's not a cache problem.
.code {
font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}
Maybe your "Courier New" font is corrupted? Check your machine for spyware and browser exploits?
Submit bugs/patches to the tracker!
Need help right now? Visit the chat room
Post Reply