Select Language:
home::support & training::getting started

Getting Started

 

Quick Guide To Intrabench //

Thank you for selecting Intrabench // integrated business CRM. Here's a quick overview of what you need to do next and pointers to other resources.


Website templates are best undertaken by someone with experience with website development tasks. However if you have a website already it may be possible to attempt yourself. The following will detail adding a template into intrabench. If you have access to your website source already you can skip certain steps.

We have provided an Example Website, Please feel free to use this as a guide.


 

Go to Store > Templates. And click on 'add template'.



 

Go to the browser window which has your website open and view the source code.

Main Menu: File :: View :: Source Header will start at the beginning of the page and end just before your main content begins, copy & paste this into header area of Intrabench.

Footer will start just after main content ends, copy & paste this into footer area of Intrabench.



 

Stylesheets are obtained by looking at the head section of the source code. Your source may either contain a LINK to the source elsewhere in the form of or be present in the source:

Internal Style: Internal styles may look something like similar to the following:
<style type="text/css" media="all">
<!--

body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: #333; padding: 0; margin: 0;
background: #dfdfdf url(/images/structure/bg.gif); background-repeat: repeat-x;
}
a { color: #2971a7; background: transparent; text-decoration:none;
}
h1 { font: bold 2em Helvetica, Neue; letter-spacing: -1px; padding: 16px 0 0 8px; margin: 0;
}
-->
</style>

Copy & paste between <! and --> into stylesheet area of intrabench.

LINK: If the above is not present it may be that any styles and linked elsewhere look for the following in the head section:

<link rel="stylesheet" href="
http://www.intrabench.com/style.css"
type="text/css" media="screen"/>Type the address into browser and copy & paste content into stylesheet area of intrabench.

If it looks like below, complete website address as above
<link rel="stylesheet" href="/style.css" type="text/css" media="screen"/>

 
© Copyright 2004 - 2021