[identity profile] ex-kit-rentg909.livejournal.com posting in [community profile] useful_faq
Помогите, пожалуйста!
Как переместить мою таблицу (у меня стиль Generator) например вправо?
Сорри, если вопрос тупой, я в ЧАВО не нашёл ответа...

Date: 2005-06-25 10:12 am (UTC)
From: [identity profile] xor-lifestyle.livejournal.com
TABLE {
MARGIN-RIGHT:60%;
}
TABLE TABLE {
MARGIN: 0px;
}

поиграйся с значением MARGIN-RIGHT

Date: 2005-06-25 10:13 am (UTC)
From: [identity profile] xor-lifestyle.livejournal.com
http://www.livejournal.com/community/de_generator и здесь пошарься

Date: 2005-06-25 11:01 am (UTC)

Date: 2005-06-25 10:34 pm (UTC)
From: [identity profile] kasjan.livejournal.com
table {
width: 700px; /* допустим */
float: right; /* перемещаем вправо */
margin: 0 50px 0 0; /* отступ сверху-справа-снизу-слева */
}