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.
Здравствуйте, подскажите какой тег использовать для увеличения значения, пример на картинке.
Вроде, про такой тег я слышала. Если есть тег прогресс бар, значит и такое должно быть.
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.