I have huge amount of HTML file need to manage them and put them in different category. I wonder is there any software that can view HTML as thunbnails.
HTML is not a picture, it is a page. Rendering it as a thumbnail is rather problematic. I believe it could be done though. I don’t know of any software that does it at the moment. Sorry.
February 7th, 2007 at 7:15 am
HTML is not a picture, it is a page. Rendering it as a thumbnail is rather problematic. I believe it could be done though. I don’t know of any software that does it at the moment. Sorry.
-Dio
February 9th, 2007 at 5:27 am
Window$ Vi$ta would have this feature.
February 11th, 2007 at 5:45 pm
You can edit windows registry
1. create a new file with notepad called “thumbnails.reg” (without the quotes)
2. add the following content to the file
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\SystemFileAssociations\.html\shellex\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}]
@=”{EAB841A0-9550-11cf-8C16-00805F1408F3}”
[HKEY_CLASSES_ROOT\SystemFileAssociations\.htm\shellex\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}]
@=”{EAB841A0-9550-11cf-8C16-00805F1408F3}”
[HKEY_CLASSES_ROOT\SystemFileAssociations\.url\shellex\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}]
@=”{EAB841A0-9550-11cf-8C16-00805F1408F3}”
3. save it, and double click it to run
that’s it, but be careful editing the registry is not very safe.