To remove the advertisement open:
C:\Program Files\SWsoft\Plesk\admin\htdocs\skins\{SKINNAAM}\c
ss\top\custom.css
You have to edit:
code:--------------------------------------------------------------------------------
#topTxtBanner {
display: -moz-inline-box;
display: inline-block;
border-left: 1px solid #dce7ff;
background-image: url('../../images/vz_top.gif');
background-position: 9px 3px;
background-repeat: no-repeat;
padding-left: 36px;
padding-right: 7px;
text-align: left;
display: none; /** add this line **/
}
--------------------------------------------------------------------------------
and
code:--------------------------------------------------------------------------------
#topTxtBanner a {
display: block;
display: none; /** add this line **/
white-space: nowrap;
}
--------------------------------------------------------------------------------
Now it is gone
*** Thank to RobertS from this little secret

***