• hi, i got this code:

    <style type="text/css">
    table.example3 {background-color:transparent;border-collapse:collapse;width:100%;}
    table.example3 th, table.example3 td {border:1px solid black;padding:5px;}
    table.example3 th {background-color:AntiqueWhite;}
    table.example3 td:first-child {width:20%;}
    </style>
    
    <table class="example3">
    <tr>
    <th colspan="2">PAVYZDYS</th>
    </tr>
    <tr>
    <td width="20%"><img src="http://konstal-garaze.pl/gallery/thumbs/image1134.jpg?t=1367492407"></td><td>Techniniai duomenys: Plotis - 2m Ilgis - 2m Priekio aukštis - 1,70m Galo aukštis 1,50m Stogas - su nuolydži
    810,00 Lt su PVM
    » daugiau</td>
    </tr>
    </table>

    and all my text in <td>techniniai duomenys etc is in down of table like this: http://i.snag.gy/5TYMb.jpg
    but i want it to make in top and dont bug the table, how to do this?

The topic ‘twentyeleven table making’ is closed to new replies.