The Omni Group
These forums are now read-only. Please visit our new forums to participate in discussion. A new account will be required to post in the new forums. For more info on the switch, see this post. Thank you!

Go Back   The Omni Group Forums > OmniWeb > OmniWeb Bug Reports
FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
Source View not obeying colors set in HTML Source Editor Thread Tools Search this Thread Display Modes
Hello,

I have set light on dark colors in the HTML Source View Preferences. However embedded javascript code does not follow the color rules for normal text or preformatted text.

Code:
<script language="JavaScript">
	function textCounter(field, countfield, maxlimit) 
	{
		if (field.value.length > maxlimit) 
		{
			//Trim it
			field.value = field.value.substring(0, maxlimit);
		}
		else
		{ 
			countfield.value = maxlimit - field.value.length;
		}
	}
</script>
This tag
Code:
<script language="JavaScript">
and this tag
Code:
</script>
appear fine, but everything between them is colored black, which makes it very difficult to see in my color scheme.
 
 


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Please fix the HTML source view arglborps OmniWeb Feature Requests 0 2008-04-11 12:59 AM
View source in BBEdit (or another editor) coconino OmniWeb Feature Requests 0 2006-11-03 05:51 AM
Source Editor - upload by FTP jimlongo OmniWeb General 7 2006-09-14 09:20 AM
Source Editor & Page Inspector andreas_g OmniWeb Feature Requests 1 2006-05-09 08:24 AM
'View in Source Editor' toolbar button does not work Gregory OmniWeb Bug Reports 3 2006-05-06 10:30 PM


All times are GMT -8. The time now is 03:24 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.