Jump to content
  • 0

frD-таблица на таблице


vrednyu4aya
 Share

Question

Ребят, у меня табличный дизайн

типа этого

 <table width="20%" border="0" cellspacing="0" cellpadding="0" id="container">
<tr>
<th id="bok" rowspan="5"></th>
<th id="СЕРЕДИНА" colspan="2"></th>
<th id="bok" rowspan="5"></th>
</tr>
<tr>
<td id="banner2"></td>
<td id="banner1"></td>
</tr>
<tr>
<td id="fon" colspan="2"></td>
</tr>
<tr>
<td>пока пустой</td>
<td>пустой</td>
</tr>
<tr>
<td colspan="2"></td>
</tr>
</table>

так вот, я хочу теперь чтоб СВЕРХУ НА таблице "СЕРЕДИНА"

НА Н?М стояла ещ? одна таблица (это картинка со своей шириной и высатой)

так вот что я хочу сросить, возможно ли это?

Link to comment
Share on other sites

25 answers to this question

Recommended Posts

  • 0

не внутри таблици, а на таблице

то что я написала СЕРЕДИНА это у меня фон....так вот на этом фоне хотелаб поставить ещ? одну таблицу тож с картинкой (фоном)

мне именно табличный дизайн нужен(

Link to comment
Share on other sites

  • 0

Вот так что ли?

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

<html>
<head>
<title>Untitled</title>
</head>

<body>
<table width="20%" border="1" cellspacing="0" cellpadding="0" id="container">
<tr>
<th id="bok" rowspan="5">1</th>
<th id="СЕРЕДИНА" colspan="2">
<table border="1" width="200px" height="100px">
<tr>
<td>СЕРЕДИНА</td>
</tr>
</table>
</th>
<th id="bok" rowspan="5">1</th>
</tr>
<tr>
<td id="banner2">1</td>
<td id="banner1">1</td>
</tr>
<tr>
<td id="fon" colspan="2">1</td>
</tr>
<tr>
<td>пока пустой</td>
<td>пустой</td>
</tr>
<tr>
<td colspan="2">1</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