


Please help, pictures and text should be displayed on one line_html/css_WEB-ITnose
html text arrangement
If you want to achieve the following style, the left side is the picture and the right side is the text.The second line of text I made protrudes further forward than the first line, and the text is not aligned. I don't know how to achieve text alignment.
Reply to the discussion (solution)
Set the background of the image, append-left= front width
How did you implement it, set the image block , and then use float?
You can also use background-image padding-left to implement
css code:
img.pic{ float:left; margin-right:10px; margin-bottom:5px; vertical-align:top; } p.context{ margin:0px; font-size:16px; font-weight:bold; display:inline; }
html code:
<img src="img/warning.png" id="pic"/> <p class="context">第2截面第3测点裂缝计采集值1.06mm高于警戒值1mm</p>
Experts can show me how to change it.
A div on the left and a div on the right of display:inline-block. Similarly, put the picture in a div on the left and the text in a div on the right. That's it.
Or use table directly, the method is similar to the above
Set the background of the picture, append-left= front width
What is append-left?
A div on the left and a div on the right of display:inline-block. Similarly, put the picture in a div on the left and the text in a div on the right. That's it.
Or use table directly, the method is similar to the above
I don’t want to use table. The first method you mentioned doesn’t work. Can you be more specific? Thank you.
Set the background of the picture, append-left= front width
What is append-left?
The padding-left is written incorrectly
Try changing it to this
div, just put the text on the right one
Or use table directly, the method is similar to the above
p.context{ margin:0px; font-size:16px; font-weight:bold; padding-left:50px; background:url(img/warning.png) no-repeat; }
Or use float:left to make the div float. It will also not wrap, as long as the size is appropriate. Not to be squeezed in
Got it?
Set the background of the image, append-left= front width
What is append-left?
The padding-left is written incorrectly
Try changing it to this
& lt; p class = "context" & gt;
I really solved what you said, thank you.
p.context{ margin:0px; font-size:16px; font-weight:bold; padding-left:50px; background:url(img/warning.png) no-repeat; }
Or use table directly , the method is similar to the above I don’t want to use table, the first method you mentioned doesn’t work, can you be more specific? Thank you.
Use the display:inline-block style to render the div as an inline element, and it will not wrap. As long as the size is appropriate, it will not be squeezed out.
Or use float:left to make the div float. It will also not wrap, as long as the size is appropriate. Not to be squeezed out
Got it?
Solved the problem in other ways, but thank you anyway.
Problem solved,

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

The article discusses the HTML <datalist> element, which enhances forms by providing autocomplete suggestions, improving user experience and reducing errors.Character count: 159

The article discusses using HTML5 form validation attributes like required, pattern, min, max, and length limits to validate user input directly in the browser.

The article discusses the <iframe> tag's purpose in embedding external content into webpages, its common uses, security risks, and alternatives like object tags and APIs.

The article discusses the HTML <progress> element, its purpose, styling, and differences from the <meter> element. The main focus is on using <progress> for task completion and <meter> for stati

The article discusses the HTML <meter> element, used for displaying scalar or fractional values within a range, and its common applications in web development. It differentiates <meter> from <progress> and ex

Article discusses best practices for ensuring HTML5 cross-browser compatibility, focusing on feature detection, progressive enhancement, and testing methods.

The article discusses the viewport meta tag, essential for responsive web design on mobile devices. It explains how proper use ensures optimal content scaling and user interaction, while misuse can lead to design and accessibility issues.

This article explains the HTML5 <time> element for semantic date/time representation. It emphasizes the importance of the datetime attribute for machine readability (ISO 8601 format) alongside human-readable text, boosting accessibilit
