When you use the Contempo theme from Blogger you could find out the logo stretching, or being too large. Don't complain. There's a workaround for this and it's adding this CSS Code in Theme Layout > Advanced (the values in pixel are arbitrary for an image logo of 300 x 100 px):
.header-widget img{
width:300px;
min-width:300px;
height:100px;
}
.header-image-wrapper {
min-width:300px;
}
Monday, 4 November 2019
Import Contacts onto Outlook Mail
When you have to set up a new email account on Outlook, you would like to import Contacts from - say - Live mail or Thunderbird or even Windows People, but without success.
This happens because of a bug in some versions of Outlook. There're several guides in the sequence to follow, like this good one.
But also when you do all the required steps, the Outlook Contact list remain desolately empty. Why?
Because of this step: You need to map the fields, in order to achieve the goal.
Sequence:
- Export From People in Windows.
- Import into Outlook 2016 via the File menu function (other versions may have other names).
- Enter settings in procedure and Map the Fields you need (Name, E-mail ecc.)
IT: Per Mettere i Contatti su Outlook bisogna Mappare i Campi.
This happens because of a bug in some versions of Outlook. There're several guides in the sequence to follow, like this good one.
But also when you do all the required steps, the Outlook Contact list remain desolately empty. Why?
Because of this step: You need to map the fields, in order to achieve the goal.
Sequence:
- Export From People in Windows.
- Import into Outlook 2016 via the File menu function (other versions may have other names).
- Enter settings in procedure and Map the Fields you need (Name, E-mail ecc.)
IT: Per Mettere i Contatti su Outlook bisogna Mappare i Campi.
Subscribe to:
Comments (Atom)
Useful Sites
Suggested articles (no-ref)
WordPress: eseguire la migrazione di un sito esistente
Boost WordPress performance (from WpBeginner)
Eight useful code snippets for WP (Elegant Themes)
Boost WordPress performance (from WpBeginner)
Eight useful code snippets for WP (Elegant Themes)
Following
-
-
-
-
rAF Internals & Node Debugging Guide8 years ago
-
Tags
wordpress
(14)
php
(9)
sql
(8)
aruba
(5)
db
(5)
blogger
(4)
web
(4)
facebook
(3)
server
(3)
apps
(2)
crm
(2)
deployment
(2)
development
(2)
eclipse
(2)
export
(2)
hosting
(2)
htaccess
(2)
import
(2)
mail
(2)
manuali
(2)
miniguide
(2)
network
(2)
plugin
(2)
social
(2)
temi
(2)
web design
(2)
addons
(1)
antivirus
(1)
backup
(1)
blog
(1)
books
(1)
bpm
(1)
classi
(1)
cloud computing
(1)
cms
(1)
comic
(1)
configuration
(1)
configurazione
(1)
contacts
(1)
css
(1)
dns
(1)
dominii
(1)
dropdown
(1)
email
(1)
firefox
(1)
html
(1)
landing page
(1)
lavoro
(1)
layout
(1)
libri
(1)
map
(1)
marketing
(1)
menu
(1)
mt
(1)
outlook
(1)
password
(1)
robots
(1)
rss
(1)
sessioni
(1)
ssh
(1)
sugarcrm
(1)
themes
(1)
ticket
(1)
uml
(1)
vnc
(1)
webservices
(1)
xampp
(1)
Popular posts
-
Per far puntare il vostro dominio MIOSITO.COM a un Blog (già esistente) su Google Blogspot MIOSITO.BLOGSPOT.COM seguire questa procedura: ...
-
Source: http://www.elegantthemes.com/blog/tips-tricks/wordpress-htaccess-tips-and-tricks Configure .htaccess: The .htaccess file is a co...
-
WordPress will automatically clear out your trash every thirty days, however this can be reduced by adding the following line of code to yo...
-
Sempre più spesso si ha la necessità di implementare le icone di social networking nei nostri siti Web. Ecco gli snippet di codice per i due...
-
Per inserire il bottone “Mi piace” all’interno dei post di Blogger bisogna aggiungere il codice preso da Facebook o disponibile sotto, manua...