Here's my one. Compatability issues, problems with the recent function and issues with using a huge bmp have gone. There is also a help file.
CP
CelOS Tigress
-
- Posts: 12
- Joined: Fri Jun 03, 2005 8:48 pm
- Location: Stroud
CelOS Tigress
You do not have the required permissions to view the files attached to this post.
-
- Posts: 20
- Joined: Wed Jul 20, 2005 5:42 am
Wow! That's very good!
I saw you included my html program. I am sorry, but there's a file you have to put on that stores the broswers, setting.dat. Else the program doesnt run. Very Sorry!!!
---
I made a patch for it. You can either copy and paste the code in to jb, save it in the CelOS folder and run it or download it, unzip it in to the CelOS folder and run.
I saw you included my html program. I am sorry, but there's a file you have to put on that stores the broswers, setting.dat. Else the program doesnt run. Very Sorry!!!
---
I made a patch for it. You can either copy and paste the code in to jb, save it in the CelOS folder and run it or download it, unzip it in to the CelOS folder and run.
Thanks!!!nomainwin 'ezhtml patch for CelOS Tigress - 9/05 ajd344 - www.atown.org
prompt "Is this file in the CelOS Tigress main folder?"; a$
if a$ = "no" then notice "Please put this file in the main folder and run again. Thanks" : end
open "setting.dat" for output as #myHandle
print #myHandle, "first"
print #myHandle, ""
close #myHandle
notice "Finished! EZHTML is now ready!"
end
You do not have the required permissions to view the files attached to this post.