|
Header and Footer
The Instant Reseller System uses the html of your web site to create
a seamless integration of your site to the Instant Reseller domain
registration engine.
Your html is split into two parts, part one being the header, and
part two being the footer.
Splitting the html allows your Instant Reseller content to be placed
precisely where you want it to show up.
Let's just say that your page is one basic table with three rows,
one row is for your logo, the second row is for your content, and
the third row is for your footer links.
| Example "A" |
<table width="100%" border="0"
cellspacing="0" cellpadding="5">
<tr>
<td>Your Logo Here!</td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td>Your Footer Content</td>
</tr>
</table> |
Example "B" takes that code
and splits it into a header and footer by selecting the <td>
before where you want the IR content to reside. (See red code in
example "B").
| Example "B" |
<table width="100%"
border="0" cellspacing="0" cellpadding="5">
<tr>
<td>Your Logo Here!</td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td>Your Footer Content</td>
</tr>
</table> |
This code will become the header after it is placed into the management
section of your Reseller system.
Example "C" uses the </td>
to close the table row and the Instant Reseller will place content
above this tag.
| Example "C" |
<table width="100%" border="0"
cellspacing="0" cellpadding="5">
<tr>
<td>Your Logo Here!</td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td>Your Footer Content</td>
</tr>
</table> |
This code will become the footer after it is placed into the management
section of your Reseller system.
Example "D" shows where
the Instant Reseller content will appear.
| Your Logo Here! |
| Instant Reseller content will appear in this location |
| Your Footer Content |
|
Please note:
The IR system uses a secure server (https) to secure the transaction
process. Your html will need to have the following in place to ensure
an error free domain registration for your customer:
- Links to pages within your site will need absolute values:
- http://www.mydomain.com/link.html
- https://www.mydomain.com/link.html
- normally links that reside in the same server will have
a relative value such as, ../link.html. Relative values will
not go to the pages intended
- Images will need to have secured absolute values to avoid the
error message "This page contains both secure and non-secure
items! Do you want to view non-secure items?"
The link should look similar to this:
"https://www.mydomain.com/images/mylogo.gif"
We regretfully do not offer secure image hosting at this time.
Please
download the IR Basic Elements.zip
Download
Templates Here (Please note: templates are in beta, Dotster
assumes no responsibility for support of these templates while in
beta mode)
top
|