Hi is there anyone that cn help me incorportae this Html code into my php. Whenever i try to incorprate it it apperas with the statement
( " ' could be missing or expected)
the html is below ive seperated the lines for easier reading
<?php
echo "<table width="100%" border="0" cellspacing="0"
cellpadding="0">";
echo "<tr>";
echo "<td colspan="3"> </td>";
echo "</tr>";
echo "<tr>";
echo "<td width="2%"> </td>";
echo "<td width="45%"><div align="center"><img src="PC%20Shop/images/pic_prod336_lang1.jpg" width="174" height="120"></div></td>";
echo "<td width="53%" class="Text1"></td>";
?>
Ive got a feeling that it is probabaly caused by the values of the table but i am not sure how to correct it
Any help you be great thanks