Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » web output in Eclipse using IE stylesheet
web output in Eclipse using IE stylesheet [message #666191] Tue, 19 April 2011 12:38
Missing name Mising name is currently offline Missing name Mising nameFriend
Messages: 7
Registered: November 2010
Junior Member
<?php
echo "aaa";
?>

This php script outputs "aaa" in the Eclipse Internal Web Browser window and also in Browser Output window. The problem is that it displays the output with black letters on black background.

This is most probably because I have a settings in my Internet Explorer to use external stylesheet myspecial.css (in Accessibility options) and probably Eclipse uses this stylesheet too..

Is there a method to make Eclipse behave like Firefox or any other browser, and not like IE on my computer. I am using IE only for special purpose and it just has to display in a very special way (which happens to display "normal" text as black and the background is always black). For normal bworsing I am using Firefox and Chrome.

But what Exlipse does is take the IE settings. I can disable those settings in IE when debugging and enable them when finished, but is there a way to make it more simple, like using
Previous Topic:How do i install ANT on top of Helios+PDT?
Next Topic:How to include my own files so that code hinting works
Goto Forum:
  


Current Time: Sat Apr 20 02:25:46 GMT 2024

Powered by FUDForum. Page generated in 0.02379 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top