Jump to content

constantin

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Posts posted by constantin

  1. I whant to generate a tabel takeing data from database like this one so the results to be display on 2 columns

     

     

    <table width="50%" border="0" cellspacing="0" cellpadding="0" align="center">

    <tr>

    <td>Picture 1</td>

    <td>Details 1</td>

    <td width="30"> </td>

    <td>Picture 2</td>

    <td>Detalii 2</td>

    </tr>

    <tr>

    <td>Picture 3</td>

    <td>Details 3</td>

    <td> </td>

    <td>Picture 4</td>

    <td>Details 4</td>

    </tr>

    <tr>

    <td>Picture 5</td>

    <td>Details 5</td>

    <td> </td>

    <td>Picture 6</td>

    <td>Details 6</td>

    </tr>

    <tr>

    <td>Picture 7</td>

    <td>Details 7</td>

    <td> </td>

    <td>Picture 8</td>

    <td>Details 8</td>

    </tr>

    </table>

     

    Thank you

     

     

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.