you are using a fixed width in your opening table
750px
you need to open up a new table above that. set it to 100% width and then a new table row.
for example.
<table width='100%' border='0' cellspacing='0' cellpadding='0'> <tr><td width='100%' align='center'>
'now put your existing code into this wrapper. <table width="750" border="0" cellpadding="0" cellspacing="0"> ..... etc etc ...
' heres the end of your existing code. <td> </td> <td> </td> </tr> </table>
' and close the wrapper table </td></tr></table>
|
sorted