Hi
When I export my web template as PHP code, the generated code contains errors. Every time I have button Fireworks generates :
<tr><!-- row 1 -->
<td><img name="index_r2_c2" src="images/layout_images_public/index_r2_c2.gif" width="129" height="5" alt=""></td>
</tr>
<tr><!-- row 2 -->
<td><table style="display: inline-table;" align=""left" border="0" cellpadding="0" cellspacing="0" width="129">
<tr><!-- row 1 -->
<td><a href="index.php" onMouseOut="MM_nbGroup('out');" onMouseOver="MM_nbGroup('over','btnHome','images/layout_images_public/btnHome_s2.gif','im ages/layout_images_public/btnHome_s3.gif',1);" onClick="MM_nbGroup('down','navbar1','btnHome','images/layout_images_public/btnHome_s3.gi f',1);"><img name="btnHome" src="images/layout_images_public/btnHome.gif" width="48" height="19" alt="Click to view the home page"></a></td>
<td><img name="index_r3_c4" src="images/layout_images_public/index_r3_c4.gif" width="81" height="19" alt=""></td>
</tr>
</table></td>
Clearly <td><table style="display: inline-table;" align=""left" border="0" cellpadding="0" cellspacing="0" width="129"> is wrong.
Is there fix for CS6 out there?
Also in my opinion there is an entry missing in the generated CSS:
img {
border: none;
}
Because it is missing if one views the page with IE one sees all images with a 1 pixel wide border around them.
Is there fix for CS6 out there?
Regards
Peter