Jump to content
  • 0

Выравнивание таблици


MefistofeleS
 Share

Question

<table width="95%" align="center" border="0">
<tr>

<td width="250px">
<table width="250" border="0">
<tr align="center"><td></td></tr>
<tr align="left">
<td></td>
</tr>
</table>
</td>

<td>
<table width="700" border="0">
<tr align="center"><td class="title">news</td></tr>
<tr align="left">
<td></td>
</tr>
</table>
</td>

<td width="250px">
<table width="250" border="0">
<tr align="center"><td></td></tr>
<tr align="left">
<td></td>
</tr>
</table>
</td>

</tr>
</table>

Как убрать центрирование так, что бы сама таблица находилась по центру, но если писать в первой колонке строчки, остальные две остовались на месте?

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

Мало сведений, давай весь код страницы

Вообще бред , а не код, в одном месте указал размер с пикселями, в другом без..если не указываешь px или % то браузеры по умолчанию в пикселях воспринимают..если у тебя задана фактическая ширина в тэге <TD>, то если хочешь чтобы в нутри таблица <TABLE> была такого же размера, то поставь 100%, после ты не указываешь "cellspacing="0" cellpadding="0", можно было бы подумать что ты в CSS это сделал, но почему ты border="0" тогда так же в CSS не сделал для всех таблиц...

да и почему в коде ты для двух тэгов <TD> указал размер, а для центрального нет?

<tr align="left">

Что за...? Так не правильно делать в тэге <tr> вообще не грамотно что либо указывать.

Link to comment
Share on other sites

  • 0
Не помогло

Не могло оно не помочь )))

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>тест</title>
<style type="text/css">
* {
padding: 0;
margin: 0;
}
body, html {
width:100%;
height:100%;
}
</style>
</head>
<body>
<table width="95%" style="margin:0 auto;" border="1">
<tr>
<td width="250">
<table width="100%" border="0">
<tr align="center"><td></td></tr>
<tr><td></td></tr>
</table>
</td>
<td>
<table width="700" border="0">
<tr align="center"><td class="title">news</td></tr>
<tr><td></td></tr>
</table>
</td>
<td width="250px">
<table width="250" border="0">
<tr align="center"><td></td></tr>
<tr><td></td></tr>
</table>
</td>
</tr>
</table>
</body>
</html>

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