How to make sure that there is no empty space left in the cells?

Here is the code

<td width="74%" valign="top"><table width="100%" border="1" cellspacing="0" cellpadding="0" "> <tr> <td width="24%" align="center"> Информация</td> <td width="47%" align="center">Адрес</td> <td width="12%">Площадь</td> <td width="8%">Комнат</td> <td width="3%">Цена</td> <td width="3%"><p>Добавлено</p></td> 
  • remove all width="*%" - KoVadim
  • And how then to give the width of the cells, through the pixels? - aaa
  • and why, if you need, that there would be no empty space? - KoVadim
  • Well, I need one cell to be wider than the other - aaa
  • one
    @aaa, and nothing on the page where your link leads, in general there is not a single <table> element? That is, absolutely. - Deonis

0