Jump to content
  • 0

Как убрать отступ после изображения


Elizabeth2018
 Share

Question

3 answers to this question

Recommended Posts

  • 0

 @klierik Спасибо за ответ!Но у меня все равно не получается. Я пишу: <p><img src="Large_Houston_Landsat.jpg" alt="Large">Хьюстон со спутника Landsat 7</p>

И сейчас приложу скриншот, что все равно отступ после изображения есть. А надо, чтобы отступа после изображения не было.

 

Снимок.PNG

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

  • Similar Content

    • By Balalayka
      Не могу расположить второй ряд картинок все div идут в одну строчку. Пробовал и команду clear (both, left) всем блокам прописан float:left.(Всё в конце кода). Заранее спасибо за помощь.На всякий случай прикреплю ещё картинки.
      index.html
      style.css









    • By Lex_85
      Здравствуйте! Есть небольшая проблема: имеется блок, в который вставляем строчные гиперссылки с изображениями внутри. Обнаружил, что в данном блоке появляется странный отступ снизу (зеленного цвета), от которого я не могу избавиться. Так как я новичок, то прошу помощи. Визуально проблему можно посмотреть здесь: https://jsfiddle.net. Проблема плевая, но я застрял . Заранее благодарю!
    • By gadjet
      Такая конструкция работает нормально
      <img src="/img/logo.png" alt="Logo" />
       
      Перестает работать внутри контейнера <a>. И локально и на хостинге, картинка не отображается
      <a href="/index.html>
      <img src="/img/logo.png" alt="Logo" />
      </a>
    • By jack123537
      <!DOCTYPE html>
      <html lang = "eng">
      <head>
      <meta charset = "utf-8">
      <link rel = "stylesheet" href = "css/mains.css"/>
      <title>Шапка</title>
      </head>
      <body>
      <header>
      <div class = "container">
      </div>
      </header>
      <section>
      <div class = "container">
      </div>
      </section>
      <section>
      <div class = "container">
      </div>
      </section>
      <section>
      <div class = "container">
      </div>
      </section>
      <footer>
      <div class = "container">
      </div>
      </footer>
      </body>
      </html>
       
       
      css....
      (Файл называется mains.css и находится по пути css/mains.css)
      header {
          background-image: url(../img/first-bg.jpg): no-repeat center top / cover;
          height: 8 px;
          width: 811 px;
      }
×
×
  • 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