To customize the header, go to nService, Admin, Knowledge Base, add a new article named "Header Template". Click the HTML Text tab of the content box, paste in this code fragment:

<table width='100%' border='0' cellspacing='0' cellpadding='0'>
<tr>
<td class='siteTitle' rowspan="2">{logo}</td>
<td class='userInfo' align='right'>{userInfo}</td>
</tr>
<tr>
<td class='siteTitle' align='right'>{siteTitle}</td>
</tr>
</table>

You can customize the above HTML fragment to fit your needs. To tell nService to use it, go to Admin, Customize and set the "Header Template Article ID" to the ID of this new article.
Previous Page | Next Page