In the productPage.inc file, find the following lines:
Code:
$myans .= '<tr><td colspan="3"><table width="100%" border="1">'."\n";
Change to:
Code:
$myans .= '<tr><td colspan="3" valign="top"><table width="100%" border="1">'."\n";
FIND:
Code:
$myans .= '<tr><td width="100%" colspan="2">'."\n";
Change to:
Code:
$myans .= '<tr><td width="100%" colspan="2" valign="top">'."\n";
FIND:
Code:
$myans .= '<td width="50%"><table width="100%" border="0">'."\n";
} else { #first one
$myans .= '<tr><td width="50%"><table width="100%" border="0">'."\n";
Change to:
Code:
$myans .= '<td width="50%" valign="top"><table width="100%" border="0">'."\n";
} else { #first one
$myans .= '<tr><td width="50%" valign="top"><table width="100%" border="0">'."\n";
FIND:
Code:
$myans .= '<td width="50%"><table width="100%">'."\n";
Change to:
Code:
$myans .= '<td width="50%" valign="top"><table width="100%">'."\n";
HTH!
_________________
God Bless!
Bonnie - AgoraCart Moderator
Get a Gold Membership