Posts Tagged error

Solution to Outlook printing emails bad

The other day in the office there was a computer that started to print emails from Outlook 2003 and from the web-client of Outlook in a bad way. They were cut from the sides like if there was no margin. Trying other programs, they print well.

The solution was in going to Internet Explorer, and go to Archive / File > Configure page and give it margins. (Sorry about the menu items, I don’t have an english version of Windows to look for the correct words of the menu).

Tags: , , , , ,

How to personalize the 404 error page in WordPress

Editing the 404.php file of WordPress, you can do that from the WordPress menu Appearance > Editor :)

Editing .htaccess adding the line (previously having created 404page.html):

ErrorDocument 404 /404page.html

It’s another way of doing it.

It’s very easy, but I just learnt how to do it :P

This is my new 404 page!

Tags: , , , ,