Need a coder to design a simple table-chart

sennin436

New member
Sep 29, 2007
562
2
0
Looking for a simple solution. An html-based table/chart that i can copy & paste to wp blog pages on different wp blogs i have. I'm thinking we avoid the use of any css/style sheets and make it a simple html-based table/chart so it'll be alot easier to simply copy & paste into multiple wp blogs?

pm me. leave your skype handle if you'd like to discuss it further (your recommendations, prices, etc).
 


good:banana_sml:
g.gif
Why good sir, please do expand...
 
Here ya go

  1. <table>
  2. <thead>
  3. <tr>
  4. <th>…</th>
  5. <th>…</th>
  6. </tr>
  7. </thead>
  8. <tbody>
  9. <tr>
  10. <td>…</td>
  11. <td>…</td>
  12. </tr>
  13. <tr>
  14. <td>…</td>
  15. <td>…</td>
  16. </tr>
  17. </tbody>
  18. </table>