Jump to content
  • 0

Не могу выровнять по центру картинку и текст


crazyawm
 Share

Question

привет

есть следующий код

.title /текст/
{
font-weight:bold;
}

.cell /ширина текстового поля/
{
float:left;
min-width:150px;
}

.img/картинка/
{
border:none !important;
float:left;
padding:5px 5px 5px 0;
}

визуально получается картинка прижатая к краю, и с правой стороны обтекается текстом

необходимо же чтобы картинка была по центру ячейки, а текст был прописан под ней

делаю следующую конструкцию:

.title /текст/
{
font-weight:bold;
display:block;
text-align:center;
}

.cell /ширина текстового поля/
{
min-width:150px;
}

.img/картинка/
{
border:none !important;
display:block;
margin:0 auto;
padding:5px 5px 5px 0;
}

результата нет...

что я делаю не так?

Edited by crazyawm
Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

Так не делал?

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Документ без названия</title>
<style type="text/css">
div.center { min-width: 500px; text-align: center;}
div.center span { display: block; text-align: center;}
</style>
</head>

<body>

<div class="center">

<img alt="">
<span>Text</span>

</div>

</body>
</html>

Link to comment
Share on other sites

  • 0
Нужен код html.

не не не

там все настраивается исключительно чкерез css, которые залиты отдельным файлом

Так не делал?

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

нет, сейчас попробую перекинуть все это

хм.. занятная ситуация. попросил хостера на всякий случай зарестартить апач

текст сразу выравнялся так как и нужно было, по центру, а вот картинка с конструкцией:

.img/картинка/
{
border:none !important;
display:block;
margin:0 auto;
padding:5px 5px 5px 0;
}

никак не дается...

может это быть по причине того что должно быть не

margin:0 auto;

а

margin:0px auto;

?

Edited by crazyawm
Link to comment
Share on other sites

  • 0

перезаписал файл стилей по новой, внес все теже самые изменения, все заработало

что это было так и не понял, наверное все-таки глюк хостера, т.к. и кэш чистил, и код перепроверял... полтергейст вобщем

всем кто откликнулся на вопрос - огромное спасибо за принятие участия в решении данной проблемы

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