Archive

Posts Tagged ‘tips’

Pasting without Formatting in MS Word

June 22nd, 2009
Comments Off

Create a macro and write the following into it

Selection.PasteSpecial DataType:=wdPasteText

assign a shortcut key for this macro for your convenience.

computer ,

How to change font size in a fixed-font chm file

January 6th, 2009
Comments Off

Sometimes the font size of a chm file is fixed. To change the font size, go to IE and select Tools>>Internet Options. In the General tab, click the Accessibility button, and then check the “Ignore font sizes…” option. You even can apply your own css style file there.

Adjust the font size:
1. change the font size in IE or
2. directory change the IE font size settings in the registry:

[HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerInternationalScripts3]
“IEFontSize”=hex:02,00,00,00
the first two bytes can be 00, 01, 02, 03 and 04 from the smallest to the largest.

computer ,


Warning: Unknown: open(/tmp/sess_0186576647d69d3937602bbf2b75ab59, O_RDWR) failed: Permission denied (13) in Unknown on line 0

Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0