Jump to content
  • 0

Помогите!не могу убрать границы таблицы


asido
 Share

Question

Привет всем!! Вот решила немного подучится 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 asido
Link to comment
Share on other sites

14 answers to this question

Recommended Posts

  • 0
border:0; - так тоже можно, это не есть извращение. :)

Ну просто не приятно :)

Вместо того, чтобы сказать не кладите мне сахар в чай, вы говорите положите мне 0 грамм сахара в чай. На результат ни как не влияет, но выглядит не красиво :)

Link to comment
Share on other sites

  • 0
Ну просто не приятно :)

Вместо того, чтобы сказать не кладите мне сахар в чай, вы говорите положите мне 0 грамм сахара в чай. На результат ни как не влияет, но выглядит не красиво :)

Ага, а еще наверна margin:nemnojko

Link to comment
Share on other sites

  • 0
border:0;

ВОТ ТАК НИКОГДА НЕ ДЕЛАЙТЕ!!!

Еще скажи что запись

margin:0; некрасиво. А красиво margin:0px;

Всегда из соображений краткости кода писал именно так! border:0;

Ага, а еще наверна margin:nemnojko

:) супер, посмеялся :)

Link to comment
Share on other sites

  • 0

А ссылку-то на какой быдлячий сайт дали. Ну нельзя же отсылать на ресурсы школоты-то

(у него и другое приминение есть).

Теперь привожу вам код которы заменяет

table { border:0px; background-color:#ffffff; align: center; text-align: justify;}
Так можно? Edited by Int
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