| Template Customization Question?
Hello,
I hope someone can help me out.
I am trying to insert ReviewpPost into my current template.
I have a regular HTML template. All I want to do is insert the main
ReviewPost code into my template.
That's it!
I tried inserting the /reviewpost/index.php code into the body of my
template.
I tried the reviewpost/templates/ but these files are something I
want to modify after I integrate the ReviewPost code into the
template.
I tried the reviewpost/header/...
I tried the reviewpost/footer/...
BUt it's not what I am looking for.
This is what I am trying to do:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head>
<body>
<!-- Start Header PHP Include -->
<table width="600" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>Header Image Here </td>
</tr>
</table>
<!-- END Header PHP Include -->
<table width="600" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>######Main ReviewPost Here#### </td>
</tr>
</table>
<!-- Start Footer PHP Include -->
<table width="600" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>Footer Links Here </td>
</tr>
</table>
<!-- END Footer PHP Include -->
</body>
</html>
Is there something I can do to get this effect?
Thank you in advance.
greg
|