Jump to content
  • 0

TABLE - высота 100%


mimic
 Share

Question

11 answers to this question

Recommended Posts

  • 0
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>

<head>
<title></title>
<style type="text/css">
<!--
body, table {
margin: 0;
padding: 0;
height: 100%;
}
table {
border-collapse: collapse;
}

-->
</style>
</head>

<body>
<table width="100%" border="1">
<tr>
<td width="100%" height="100%" colspan="2">
<p style="font-size:20px" align="center">Добро пожаловать....</p>
<br/>
</td>
</tr>
<tr valign="bottom">
<td valign="bottom" align="left">
some text
</td>
<td align='right'>
another text
</td>
</tr>
</table>
</body>

</html>

Link to comment
Share on other sites

  • 0

Эх, третий раз уже пишу за два дня пребывания на этом форуме: после стандарта HTML 3.2 вертикальное растяжение сайта более не работает... В примере выше оно сработало лишь потому, что доктайп оформлен неправильно. Да и вообще нельзя указывать параметр height у тегов table, tr и td - жуткое нарушение стандарта.

Link to comment
Share on other sites

  • 0

1) Высоту для этих элементов нужно указывать через стили;

2) Ни одному элементу нельзя задать высоту в относительных единицах (относительно экрана).

Так как же все таки растянуть контент по высоте окна ?

В соответствии со стандартами - никак. Либо, если вам побоку на стандарты - то не указывайте доктайп - тогда потянется...

Link to comment
Share on other sites

  • 0
Подскажите кто-нибудь, что нужно прописать чтобы страница не растягивалась в ширину? И чтобы текст автоматически переносился в следующую строку?

Обычно именно так и происходит... Код, пожалста...

Link to comment
Share on other sites

  • 0

вот код.

 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
</head>
<body>

<table border="1" cellspacing="0" cellpadding="5" width="100%" >
<tr>
<td width="18%">
</td>
<td width="64%">
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td>
<p>hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhррррррррррррррррооооооооооооооооооооооооооhhhhhhhhhhhhhhhhhhhhhhhрррррррррррррррррррррррррррррррр</p>
</td>
</tr>
</table>
</td>
<td width="18%">
</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