Jump to content
  • 0

рамка вокруг изображения и текста


IceBeerG
 Share

Question

11 answers to this question

Recommended Posts

  • 0
И еще все-таки хорошим тоном является указание размеров изображения для тега img.

Спасибо буду знать...теперь на все img буду ставить размеры. Вот только разберусь с данной проблемой.

Link to comment
Share on other sites

  • 0

причем здесь sign:left??? Я писала про float:left!!!

<html>
<head></head>
<style type="text/css">
#sign {
padding: 10px;
margin: 0px 10px 10px 0px;
background: #fbebbf; border: 1px solid black;
font-size: 400px
width: 190px; /* Ширина */
float: left; /*Вот это надо добавить*/
}

#caption {
float: left; /* Подпись справа от картинки */
border: 1px solid black; /* Рамка вокруг изображения */
margin: 3px /* Отступы вокруг изображения */
}
</style>
<body>

<div id=sign>
<img src="IMG_0116.jpg" id=caption width="35%">
<b>08.04.2007</b>

Группа ГУАХО срочно разыскивает грамотного ударника. Владение карданом ОБЯЗАТЕЛЬНО!!! с вопросами и предложениями обращаться в асю 441-207-205 или по мылу <a href="mailto:mail@mail.ru">guaho@darkmail.ru</a>



</div>
</body>
</html>

Работает! Проверяла

Link to comment
Share on other sites

  • 0

В общем я попробовала у себя локально посмотреть твою страницу, и добавила следующее

#sign {
padding: 10px; margin: 0px 10px 10px 0px;
background: #fbebbf; border: 1px solid black;
font-size: 14px;
width: 90%; /* Ширина */
float:left;
}

Может и не вариант, но у меня отобразилось нормально. Попробуй. Ну и

поубирай

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