Jump to content
  • 0

Подскажите, в чем ошибка


olgastaf
 Share

Question

Подскажите, пожалуйста, в чем ошибка? Как сделать поля вокруг текста в ячейках. Использую padding, но он почему-то не работает. В чем ошибка?

<table style="padding: 10px;" width=100% valign="top" >

<thead>

<tr >

<td width=80px; height=40 px;>время</td>

<td width=170px;>название</td>

<td width=350px;>описание</td>

<td width=200px;>тема</td>

<td width=200px;>теги</td>

</tr>

</thead>

<tr>

<td colspan="6">Сегодня 16 августа, воскресенье</td>

</tr>

<tr bgcolor="#93a3b0;">

<td>16.20</td>

<td>Кино</td>

<td>Игра для любителей и знатоков кино</td>

<td>кинокомедии</td>

<td>Игра кино</td>

</tr>

</table>

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

1) Атрибуты так не пишутся width=350px; а пишётся так width=350; - единицы измерения не указываются, только проценты!

2) Я ставлю так и у меня лично всё работает

<style type="text/css">

td { border: 1px solid #000; padding: 30px;}

</style>

Edited by psywalker
Link to comment
Share on other sites

  • 0

значения атрибута width ячейки надо указывать без единиц измерения если это не проценты, только цифры, а пикселы ставятся по умолчанию, тоесть просто пишешь: <td width="80". Мало того после значения не надо ставить точку с запятой ";", потому что это не свойства CSS, а атрибуты TD

Edited by psywalker
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy