|
Editing the ppopen.tmpl and removing the cellpadding their will make the lines meet. However it is not going to clear the issue of why you have a line in the first place
Well take off your header/footer and you see the line dissapear. It is quite clear by your picture your surrounding Photopost with a table that you open in the header. As I stated look at your table opening code. Basically it needs to be something like this in the header
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center">
<tr>
<td align="center" valign="top" width="100%">
and in the footer
</td>
</tr>
</table>
If you use the above as the table around Photopost there will be no surrounding line.
Last edited by Chuck S; July 3rd, 2004 at 11:04 AM.
|