Nov 02, '09 07:30:05AM • Contributed by: Anonymous
- Create a file (using a pure text editor) named defaultzoom.css, or any name you like -- just make sure it has a .css extension.
- Copy and paste the following code into the file:
Change 130 to whatever number suits you. Anything greater than 100 means zoom in; less than 100 means zoom out. Don't forget the % percent sign!body { zoom: 130%; }
If you're using TextEdit on a Mac, be sure to have it create .txt documents by default (not .rft) before copying and pasting the above text. You can set this by going to Preferences » New Document » Format. When you save the file, a warning will come up stating that .txt is the standard extension, but you will be given the option of .txt or .css. - Save your file and close the editor.
- In Safari, go to Preferences » Advanced. Under Style Sheet, select Other, and point it to the file you created. You may need to restart Safari for the change to take effect.
