Jump to content

asido

Newbie
  • Posts

    1
  • Joined

  • Last visited

asido's Achievements

Explorer

Explorer (1/14)

0

Reputation

  1. Привет всем!! Вот решила немного подучится 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> полуается что между ячейками таблицы белые промежутки- как бы, границы. Не огу понять что сделала не так. Может кто поможет?
×
×
  • 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