Jump to content
  • 0

Помогите с таблицей


Patrickk
 Share

Question

Всем привет!!! Помогите с заданием ... Составить на весь экран HTML-таблицу из трех столбцов так, чтобы ширина левого столбца была 200 пикселей, а ширина остальных в пропорции 5/3. Правую колонку разделите на 6 равных по высоте строк.

Помогите с этим плизз!! Особенно как разделить правую колонку...

Edited by Patrickk
Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

<table bgcolor='#ffffff' cellpadding='2' cellspacing='2' border='4' bordercolor='#000000' align='left' width='70%'>
<tr height='50' bgcolor='#000000' valign=top align=center>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr height='50' bgcolor='#000000' valign=top align=center>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr height='50' bgcolor='#000000' valign=top align=center>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr height='50' bgcolor='#000000' valign=top align=center>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr height='50' bgcolor='#000000' valign=top align=center>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr height='50' bgcolor='#000000' valign=top align=center>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>

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

Link to comment
Share on other sites

  • 0

<table bgcolor='#ffffff' cellpadding='2' cellspacing='2' border='4' bordercolor='#000000' align='left' width='70%'>
<tr bgcolor='#000000' valign=top align=center>
<td rowspan="6"> </td>
<td rowspan="6"> </td>
<td height='50'> </td>
</tr>
<tr height='50' bgcolor='#000000' valign=top align=center>
<td> </td>
</tr>
<tr height='50' bgcolor='#000000' valign=top align=center>
<td> </td>
</tr>
<tr height='50' bgcolor='#000000' valign=top align=center>
<td> </td>
</tr>
<tr height='50' bgcolor='#000000' valign=top align=center>
<td> </td>
</tr>
<tr height='50' bgcolor='#000000' valign=top align=center>
<td> </td>
</tr>
</table>

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