bobik02 Posted May 20, 2008 Report Share Posted May 20, 2008 Добрый день! есть такой код:<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 More sharing options...
0 Emm Posted May 20, 2008 Report Share Posted May 20, 2008 #tablet {width: 700px;margin: 10px auto 0 auto;border: 1px solid #000;} Link to comment Share on other sites More sharing options...
0 Vlad Posted May 22, 2008 Report Share Posted May 22, 2008 Уже все написаноhttp://htmlbook.ru/faq/?a=64 Link to comment Share on other sites More sharing options...
Question
bobik02
Добрый день! есть такой код:
Подскажите пожалуйста как сделать что бы "таблица" была по центру ? (не текст в таблицы).
Или подскажите в какую сторону копать ?
Буду очень благодарен!
Link to comment
Share on other sites
2 answers to this question
Recommended Posts