alt=string
be more cleared about wrap
2007-06-10 18:53:25
·
answer #1
·
answered by redworm2k2 3
·
0⤊
0⤋
To have the text on the left and the image on the right with the text wrapping around the imgae:
Here is some text that wraps around.. [snip]
Place the image before the text
2007-06-10 18:54:31
·
answer #2
·
answered by Anonymous
·
0⤊
0⤋
You need to specify the alignment of the image using the align attribute of the IMG tag. So if you want the image to be on the left and the text on the right, write the IMG tag as:
If you want to place the image on the right, change the align attribute value to "right".
Here is a detailed article:
http://www.webdevelopersnotes.com/tips/html/aligning_text_and_objects_around_images.php3
Also refer - http://www.webdevelopersnotes.com/tips/html/aligning_text_and_objects_around_images.php3
One last point, to discontinue text wrapping using the HTML
tag with the clear attribute as:
2007-06-10 20:15:32
·
answer #3
·
answered by Memphis 3
·
0⤊
0⤋
I design all my webpages with CSS (Cascading Style Sheets). This allows me to separate the Look - Design layout of my sites from the Content.
Between the
and tags:
The HTML
Now all the text will align to the right margin of the "left-floated" image, and any following text will do the same until it comes to the bottom of the image (+5px for the bottom margin).
When the text reaches the bottom, it will wrap underneath the image.
If you want the text to stop floating to the margin of the image, you type in:
and the text will appear underneath the image
Right-Floated Image:
Some paragraph
All my designs are enclosed in
containers. I don't use
, or tags to lay out my web pages.
I hope this information has been helpful.
All the Best,
ClaireP
2007-06-11 04:19:32
·
answer #4
·
answered by tygeraffs 2
·
0⤊
0⤋
The align parameter of the img tag has the following values.
ALIGN=left| right| middle| top| texttop| absmiddle| baseline| bottom| absbottom
You probably want left or right to be safe. Middle will only display one line of text next to the middle of the image.
2007-06-10 20:19:19
·
answer #5
·
answered by AnalProgrammer 7
·
0⤊
0⤋
There are 2 the thank you to wrap text cloth around a photo. the two use the align characteristic as in or use the CSS flow sources as in . the extra desirable decision is to apply CSS.
2016-10-08 23:20:51
·
answer #6
·
answered by siqueiros 4
·
0⤊
0⤋
fedest.com, questions and answers
|