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.
Актуальные контакты:
Telegram: @Nikker_web
E-Mail: tarasevich.email@gmail.com
Портфолио https://www.behance.net/d4d4186e
Разрабатываю дизайн групп в соц сетях, сайтов, приложений, другой дизайн под заказ
Актуальные контакты:
Telegram: @Nikker_web
E-Mail: tarasevich.email@gmail.com
Разрабатываю дизайн групп в соц сетях, сайтов, приложений, другой дизайн под заказ
Портфолио https://www.behance.net/d4d4186e
Question
asido
Привет всем!! Вот решила немного подучится html и css. Наткнулась на такую проблему:
нужно сформировать некоторый вид части html документа с помощью таблицы.
В css по этому поводу - написано следующее:
table { border:0px; background-color:#ffffff; align: center; text-align: justify;}
table td { vertical-align : bottom;}
#trwhite { background-color: #ffffff;}
#trgray { background-color: #e6e7e8;}
#tdwhite { background-color: #ffffff;}
#tdgray { background-color: #e6e7e8;}
в html вот это:
<table align="center" width="100%" >
<tr>
<td id="tdgray" rowspan=2 ></td>
<td id="tdgray" rowspan=2 width="164"> </td>
<td id="tdwhite" rowspan=2 width="202" > <img src="annagreen.jpg" alt="logo" ></td>
<td id="tdwhite" width="90" > <img src="SmallGreenCircle.jpg" alt="circle" ></td>
<td id="tdwhite" width="460" > </td>
<td id="tdgray" rowspan=2 width="40" cellspacing="0" cellpadding="0"> </td>
<td id="tdgray" rowspan=2></td>
</tr>
<tr >
<td colspan=2 width="550" ><img src="logo2.jpg" alt="logo2" ></td>
</tr>
полуается что между ячейками таблицы белые промежутки- как бы, границы.
Не огу понять что сделала не так.
Может кто поможет?
Edited by asidoLink to comment
Share on other sites
14 answers to this question
Recommended Posts
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.