html - How can i resize images in a table in twitter bootstrap? -
i want images in table resize. how can that? here table code:
<table class='table' border='2'> <tr> <td class='click go0' id='1'><img src='../images/null.png'></td> <td class='click go0' id='2'><img src='../images/null.png'></td> <td class='click go0' id='3'><img src='../images/null.png'></td> ... </tr> ... </table>
on bootstrap site, says tables not responsive. have put them in else make them responsive.
Comments
Post a Comment