Segnosaur
Penultimate Amazing
Wondering if anyone here can give me some suggestions...
I'm working on modifying a web application that uses CSS files. The original coder used embedded images within the application.
(For example, instead of calling an external file to be a background image, they use: background-image:url(data:image/gif;base64,<encoded text that looks like a bunch of giberish)
I'm trying to modify the file, but I'm running into certain problems:
- Visual Studio (10) crashes when I try to open the CSS file
- It appears that no line breaks were used, so opening the file in notepad or Jedit results in a single line or wall of text.
Does anyone have any suggestions for an editor (hopefully open source) that will allow me to modify the code? (I'd probably replace the inline images with an external file reference, but with the way things are formatted I can't even do that.) If possible, it would be nice if it had some sort of image preview feature so I can easily tell what image needs to be modified.
I have found many after a quick search (like snap and Amaya) but have no idea which ones are any good and/or have an image viewing capability.
Thanks in advance.
I'm working on modifying a web application that uses CSS files. The original coder used embedded images within the application.
(For example, instead of calling an external file to be a background image, they use: background-image:url(data:image/gif;base64,<encoded text that looks like a bunch of giberish)
I'm trying to modify the file, but I'm running into certain problems:
- Visual Studio (10) crashes when I try to open the CSS file
- It appears that no line breaks were used, so opening the file in notepad or Jedit results in a single line or wall of text.
Does anyone have any suggestions for an editor (hopefully open source) that will allow me to modify the code? (I'd probably replace the inline images with an external file reference, but with the way things are formatted I can't even do that.) If possible, it would be nice if it had some sort of image preview feature so I can easily tell what image needs to be modified.
I have found many after a quick search (like snap and Amaya) but have no idea which ones are any good and/or have an image viewing capability.
Thanks in advance.