Jump to content
  • 0

Разваливается таблица


zxcv
 Share

Question

очень нужна ваша помощь я совсем новичок , и при создании таблицы возникла проблема .

как сделать так чтоб таблица смотрелась целостно ?

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>???? ????</title>
</head>
<body bgcolor="#453631">
<p>????? </p>
</body>
</html>
<body>
<center>

<table cellpadding="0" cellspacing="0" style="background:#5C443A; " >
<tr style="background:5C443A; ">
<td ><img src="pop/images/imeges_07.gif" /></td>
<td><img src="pop/images/imeges_08.gif" /></td>
<td><img src="pop/images/imeges_09.gif" /></td>
</tr>
<tr>
<td style="background:#5C443A;">
<td><img src="pop/images/imeges_12.gif"/></td>
<td><img src="pop/images/imeges_08.gif"></td>
<td><img src="pop/images/imeges_14.gif"/></td>
</tr>
<tr>
<td><img src="pop/images/imeges_17.gif" /></td>

<td><img src="pop/images/imeges_18.gif" /></td>
<td><img src="pop/images/imeges_19.gif"/></td>

</tr>
</table>

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

Здравствуйте, чтоб тему новую не создавать отпишусь тут.

Тоже пытаюсь разобраться с табличками. Фикс. ширина страницы 960px, нужна таблица из трех столбцов одинаковой ширины, на всю страницу.

   <table border="1" width="100%" cellpadding="5">
<tr>
<td>Ячейка 1</td>
<td>Ячейка 2</td>
<td>Ячейка 3</td>
</tr>
</table>

Как это реализовать?

Пробовал через <col>, <colgroup> выставлять ширину, но почему то меняется только первая ячейка.

upd. проставил width к тегам td - 33% к каждому тегу, вроде стало как хотел, мб. есть еще какие то выходы?

Edited by just_do_it
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