hi, can you please explain me about the following details:
Help document for b2b partner
What does the partner have to provide?
1 url for the header (iframe is necessary)
1 url for the footer (iframe is necessary)
Header and footer will be hosted by the partner. This way the partner can update them as often as necessary.
The width on kelkoo site : is 970px
Iframe :
The header and the footer must be written as an HTML page.
Example :
<html>
<head>
</head>
<body>
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td valign="top" align="center" style="padding: 0 0 5 0">
This is my header
</td>
</tr>
</table>
</body>
</html>
Help document for b2b partner
What does the partner have to provide?
1 url for the header (iframe is necessary)
1 url for the footer (iframe is necessary)
Header and footer will be hosted by the partner. This way the partner can update them as often as necessary.
The width on kelkoo site : is 970px
Iframe :
The header and the footer must be written as an HTML page.
Example :
<html>
<head>
</head>
<body>
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td valign="top" align="center" style="padding: 0 0 5 0">
This is my header
</td>
</tr>
</table>
</body>
</html>
Comment