I have a script that displays data from Mysql server, what i hoping to do is display the data in a HTML Table.
I would like to create the table in deamweaver purley cause i am not great at HTML.
<table width="65%" height="404" border="1" align="left" cellpadding="0" cellspacing="0">
<tr>
<td height="16" colspan="2" valign="top"><div align="center"><font size="2" face="Verdana, Arial, Helvetica, sans-serif">Product
Name </font></div></td>
</tr>
<tr>
<td width="21%" height="109"><div align="justify">Picture</div></td>
<td width="79%" rowspan="2">Product Info</td>
</tr>
<tr>
<td height="98"><p>Add To Cart Link</p>
How can i put the data in the cells?
Thanks in advance