Client Login

Click here if you have forgotten your login details
Search Site

World Dating Partners

How to change headers on the inside pages

You can add an image to the header of the inside pages of your site with the standard width of 764px and length of 105px – this is what will be working fine without any other changes but if you are skilled with the HTML you may try different sizes and shapes .

Upload the picture for your site through the Files Management option and save the link that our system gives you.
Then go to the Content Management option and select the folder 'Internal Site Content'. Select the file '/static/internal_site_content/head_bar.do' and click the pencil (editing).

Save the existing version in the case you might want to go back to it. Insert the link to your picture into the coding and save the changes.

Here is a typical example of what you may see on your screen:

<!-- Custom Head Bar Begin -->
<div id="headerBg" style="background:url('http://singlescrowd.com/additional/images/header.jpg')">
{%headerMacro::external%}
<div id="HeaderGlare" style="background:none;"> {%mainMenuMacro::icons%}
<div id="langs">
<div id="langBar">
{%switchLocaleMacro%}
</div></div></div></div>
<!-- Custom Head Bar End-->

… where singlescrowd.com/additional/images/header.jpg' is the link from the Files Management option.

To fix the left part of the header you need to remove the macro {%headerMacro::external%}

Do not worry if you make a mistake and something goes wrong, you can restore the previous version and start again or ask for our help ;-)