css height and width don't work / here is my table http://novye-podarki.ru/heeg.html#table . I want to make width of the first cell 1 px and height 30px how can I do it?
четверг, 18 декабря 2014 г., 17:11:32 UTC+3 пользователь Tobias Beer написал: > If all else fails, you can always use and style plain html tables... > > <table class="my-table"> > <thead> > <tr> > <th>Name</th> > <th>Age</th> > <th>Sex</th> > <th>Location</th> > </tr> > </thead> > <tbody> > <tr> > <td>Dave Gamache</td> > <td>26</td> > <td>Male</td> > <td>San Francisco</td> > </tr> > <tr> > <td>Dwayne Johnson</td> > <td>42</td> > <td>Male</td> > <td>Hayward</td> > </tr> > </tbody> > </table> > > Best wishes, Tobias. > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

