Jump to content
  • 0

УБРАТЬ ГРАНИЦЫ У ТАБЛИЦЫ


tray
 Share

Question

Recommended Posts

  • 0

"header.jpg"

"menu1.jpg""menu2.jpg""menu3.jpg""menu4.jpg""menu5.jpg""menu6.jpg"


Отели Африки
Фотогалерея

Развлечения в Африке

Магазины Африки

Отзывы туристов

Валюта Африки

Транспорт

Разговорник

Новогодние праздники в Африке

Африка и ее курорты совсем не похожи на Альпы или скалистые горы.здесь нету горных пиков с ледниками,крутых долин,горячего солнца.Все пополярному сдержано:огромные холмистые пространства, придушеный свет,приятный холод.

 

 

"footer.jpg"

Link to comment
Share on other sites

  • 0

body,td,th {

font-family: Arial, Helvetica, sans-serif;

font-size: 12px;

color: #333333;

text-indent: 0px;

border-collapse:collapse

}

body {

background-color: #CCCCCC;

}

a:link {

color: #CC6600;

text-decoration: none;

}

a:visited {

text-decoration: none;

color: #0066CC;

}

a:hover {

text-decoration: none;

}

a:active {

text-decoration: none;

}

p {

line-height:normal;

font-family: Arial, Helvetica, sans-serif;

font-size: 14px;

font-style: normal;

font-weight: normal;

font-variant: normal;

}

table {

border-colapse: colapse;

}

Link to comment
Share on other sites

  • 0

body,td,th {

font-family: Arial, Helvetica, sans-serif;

font-size: 12px;

color: #333333;

text-indent: 0px;

border-collapse:collapse;

}

body {

background-color: #CCCCCC;

}

a:link {

color: #CC6600;

text-decoration: none;

}

a:visited {

text-decoration: none;

color: #0066CC;

}

a:hover {

text-decoration: none;

}

a:active {

text-decoration: none;

}

p {

line-height:normal;

font-family: Arial, Helvetica, sans-serif;

font-size: 14px;

font-style: normal;

font-weight: normal;

font-variant: normal;

}

table {

border-colapse: colapse;

}

td {padding: 0;}

Link to comment
Share on other sites

  • 0

Для неверующих.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Пример грамотного обнуления отступов и бордеров между ячейками таблицы</title>
</head>

<style>
body{background:grey}
table{border-collapse:collapse}
table,tr{width:300px;height:300px}
td{width:auto;height:auto; background:#000000; color:#ffffff;text-align:center}
</style>

<body>
<table>
<tr>
<td>1-ая клетка</td>
<td>1-ая клетка</td>
</tr>

<tr>
<td>3-ая клетка</td>
<td>4-ая клетка</td>
</tr>
</table>
</body>
</html>

Неплохо было бы сделать отступ в левой колонке))))

Используйте padding в CSS, например, если ячейка 100px, то с паддингом будет так:

padding:0 0 0 30px; width:70px; Инными словами, ширина ячейки теперь будет складываться из паддинга и значения width. Отступ слева будет в 30px.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 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