Iam new in this profession.
And will like the following assistant.
1. Ihave created a website to a freind and I want to send it as one file how will I do that?
2.Most of the time I send it as peaces images a part and the HTML Document separately.
Please if anyone can assist me how to compile it and send it as a hyperlink.
Thanking you in advance
there are zipping utilities out there you can download and then zipp all the files or if you are familiar with java then you already have the tools to create zip files
using
jar cvf anyfile.zip *.*
the above will create a zip file in a specific folder puttin all the files in the zip file and name it "anyfile.zip"
Bookmarks