ktstowell Posted May 10, 2010 Share Posted May 10, 2010 Hi Folks, I'm trying to display some C# in a text area on my website that will maintain it's space and color formatting. I've used FireBug to analyze website that use this feature (like this one) and it's obvious a script is used to generate the formatting b/c i can't imagine somone writing a new <span> for every color change. Any have any good remedies for this, I've been google-ing for the better part of 3 hours with not much luck. Any help appreciated, here's a link to the site, w/ the source files in case you want to mess with them. http://ms-webdev.linnbenton.edu/stowelk/projects.php ktstowell Link to comment https://forums.phpfreaks.com/topic/201217-c-text-formatting-in-html/ Share on other sites More sharing options...
Adam Posted May 12, 2010 Share Posted May 12, 2010 PHP has a built-in function to highlight a given string. I wouldn't imagine C# having the same I'm afraid, but you could look for a JavaScript solution such as: http://softwaremaniacs.org/soft/highlight/en/ Link to comment https://forums.phpfreaks.com/topic/201217-c-text-formatting-in-html/#findComment-1057167 Share on other sites More sharing options...
trq Posted May 12, 2010 Share Posted May 12, 2010 Google 'Geshi'. Link to comment https://forums.phpfreaks.com/topic/201217-c-text-formatting-in-html/#findComment-1057172 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.