this is just a snippet of it
Code: Select all
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;">
<table class="MsoNormalTable" style="border-style: none; border-width: medium; font-size: 10pt; border-collapse: collapse; text-align: left; margin-left: auto; margin-right: auto;" border="1" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td style="border: 1pt solid windowtext; padding: 0in 5.4pt; background-color: rgb(153, 153, 153); width: 92.15pt;" valign="top" width="123">
<p style="margin-top: 0in; margin-bottom: 0pt; text-align: center;" class="MsoNormal" align="center">
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;">
<span style="color: white; font-family: Tahoma,sans-serif;">
<o:p>
<br />
</o:p>
</span>
</span>
</p>
</td>
<td style="border-color: windowtext windowtext windowtext rgb(236, 233, 216); border-top: 1pt solid windowtext; border-right: 1pt solid windowtext; border-bottom: 1pt solid windowtext; padding: 0in 5.4pt; background-color: rgb(153, 153, 153); width: 92.15pt;" valign="top" width="123">
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: center;" align="center">
<span style="color: white; font-family: Tahoma,sans-serif;">300W
<o:p />
</span>
Code: Select all
<table border="1" align="center" cellspacing="0" width="600">
<tr align="Center" valign="top" bgcolor= "grey";>
<td width="20"> </td>
<td width="20"><font color="white">300W </td>
<td width="20"><font color="white">500W </td>
<td width="20"><font color="white">1K </td>
<td width="20"><font color="white">2K </td>
</tr>
<tr align="center">
<td width="20"> AA quality level</td>
<td width="20">$853 </td>
<td width="20">$916 </td>
<td width="20">$1,221 </td>
<td width="20">$1,045 </td>
</tr>
<tr align="Center" valign="top" bgcolor= "grey";>
<td width="20"> </td>
<td width="20"><font color="white">3KW </td>
<td width="20"><font color="white">5KW </td>
<td width="20"><font color="white">10KW </td>
<td width="20"><font color="white">20KW </td>
</tr>
<tr align="center">
<td width="20"> AA quality level</td>
<td width="20">$3,291 </td>
<td width="20">$4,528 </td>
<td width="20">$10,812 </td>
<td width="20">$14,044 </td>
</tr>
What i am trying to do is to have php write the tables and I have a file that I can easily read and make changes to:
lets say I want to change $14,044 to $15,000 with out going through a bunch of code.
Is there a way to make spread sheet and include that information in to the page?
Thanks for any help