|
|
#1 |
|
Member
![]() Posts: 10
Karma: 10
Join Date: Dec 2022
Device: ninguno
|
text
How to make text tight to an .png image
|
|
|
|
|
|
#2 |
|
A Hairy Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 3,397
Karma: 20212733
Join Date: Dec 2012
Location: Charleston, SC today
Device: iPhone 15/11/X/6/iPad 1,2,Air & Air Pro/Surface Pro/Kindle PW & Fire
|
If you want text close to an image like a caption:
Code:
CSS:
div.image {margin: 2em auto; font-size:.8em; text-align:center}
div.image img {display:block; margin:0}
HTML:
<div class="image">
<img alt="" src="yourimage.png"/>
Whatever text you want.
</div>
Code:
CSS:
div.image {float:left; padding:5px; width:20%}
HTML:
<div class="image">
<img alt="" src="yourimage.png"/>
</div>
<p>Some paragraph of text.</p>
<p>Some paragraph of text.</p>
<p>Some paragraph of text.</p>
|
|
|
|
| Advert | |
|
|
|
|
#3 |
|
Member
![]() Posts: 10
Karma: 10
Join Date: Dec 2022
Device: ninguno
|
THANK YOU SO MUCH
|
|
|
|
![]() |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| OCR'd PDF to EPUB/TXT/etc. not copying text over (text under image). | Tenome | Conversion | 1 | 10-24-2022 11:17 AM |
| If you select text then apply italic, then UNDO, the text should remain selected | paperback | Editor | 2 | 03-08-2022 07:26 AM |
| How to Copy & Paste text from Chinese text PDF? | E-Books | 4 | 08-09-2014 10:22 AM | |
| Text formatting issues when creating IDs/hyperlinking text | rnuss | Sigil | 2 | 09-28-2013 07:49 AM |
| Need help w/very simple task: page of Word text > Kindle text I can share w/friends | kearnine | Conversion | 1 | 10-17-2012 09:25 PM |