Jump to content

nbratina

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by nbratina

  1. Hi!

     

    I have this issue: i need to align two different divs inside some tds. One has to be aligned left the other one needs to be aligned absolute center. How can i do it?

     

    Example:

    <table>

    <tr>

    <td>

    <div>Div 1</div>

    </td>

     

    <td>

    <div>Div 2</div>

    </td>

    </tr>

     

    </table>

     

    Div 1 needs to be aligned left while Div 2 needs to be aligned center (1/2 width).

     

    Thank You!

×
×
  • Create New...