Jump to content
  • 0

Выравнивание по центру "таблицы" (css)


bobik02
 Share

Question

Добрый день! есть такой код:

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=cp-1251" />
<style type="text/css">

#title1, #col1 { /* 1 */
font-family: Verdana, Arial, sans-serif;
font-weight: bold
font-size: 80%;
color: white;
width: 600px;
padding: 5px;
border: 1px solid black;
margin-left: 5px;
margin-top: 2px;
float: left
}
#col1 { /* 2 */
font-family: "Times New Roman", Times, serif;
font-size: 100%;
font-weight: normal;
color: black
}

/* Цвет фона каждого слоя */
#title1 { background: #008159 }
#col1 { background: #BBE1C4 }

#tr { /* 3 */
clear: both
}
</style></head>
<body>
<div id="tr">
<div id="title1">Test</div>
</div><br/>
<div id="tr">
<div id="col1">
<form id="form1" name="register" method="post" action="">
<input type="text" size="25">
</form>
</div>
</div>
</body>
</html>

Подскажите пожалуйста как сделать что бы "таблица" была по центру ? (не текст в таблицы).

Или подскажите в какую сторону копать ? ;)

Буду очень благодарен!

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

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