Hi, I've noticed that for pages that use the <CODE> tags in html, the text does not display in konqueror. However if I select the area where the text is suppose to be and paste it somewhere else, the text pastes. One of the sites I cannot see the text on is:
http://developer.java.sun.com/developer/technicalArticles/Programming/linux/ Right after the line: After relocating the files as shown above, all you need to do to start developing is add I see no text at all until this line: To verify that you have configured your environment, run the The corresponding HTML is: After relocating the files as shown above, all you need to do to start developing is add the <CODE>bin</CODE> directory from the SDK or JRE installation to your <CODE>$PATH</CODE>. Linux distributions maintain a database of all packages you install, which makes it easy to update the <CODE>$PATH</CODE>. For example, using the bash shell, the <CODE>$PATH</CODE> is updated as follows: <PRE> export PATH=/usr/java/jdk1.3/bin:$PATH </PRE> To verify that you have configured your environment, run the <CODE>java -version</CODE> command, and you should see a version string confirming that you have installed the Java<FONT SIZE="-2"><SUP>TM</FONT></SUP> 2 Runtime Environment. <PRE> java -version java version "1.3.0" Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0) Java HotSpot(TM) Client VM (build 1.3.0, mixed mode) </PRE> For some reason it won't display after the closing </CODE> tag either until it hits the </PRE> tag. Anyone come across this? Also, does this actually work for other people? Thanks Sheldon

