Look into cascading style sheets (CSS). You can see a simple paragraph wrapped around my picture here:
http://www.geocities.com/denmarks/
2007-01-18 05:15:12
·
answer #1
·
answered by Barkley Hound 7
·
0⤊
0⤋
If the image is aligned right or left with the ALIGN attribute, text will flow around it.
This also works on tables and DIVs.
You can't do this with the image aligned in the center. (No, not even with CSS.) Unless of course you use the table trick that has already been mentioned. (The table trick takes a lot of tweaking to get right, and usually has to be retweaked any time you change the image or the text.)
2007-01-18 06:05:44
·
answer #2
·
answered by romulusnr 5
·
0⤊
0⤋
place an insertion point just to the right of the closing quotation mark of the image source value. press spacebar.
type: ALIGN="right"
type:
to stop wrapping text
2007-01-18 05:27:21
·
answer #3
·
answered by lil_duke07 1
·
0⤊
0⤋
A lot depends on the graphic you use. Here's an interesting demo of the technique: http://meyerweb.com/eric/css/edge/raggedfloat/demo.html
2007-01-18 08:17:04
·
answer #4
·
answered by DianeD 4
·
0⤊
0⤋
sorry really not sure what you're meaning here - perhaps a visual example would help - but what I'd suggest is possibly adding some margin to your image #floatleftimage{ float:left; margin: 0px 0px 10px 10px; }
2016-05-24 03:43:51
·
answer #5
·
answered by Teresa 4
·
0⤊
0⤋
The recommended solution for W3C is to use XHTML + CSS. You can follow this very nice tutorial http://www.bigbaer.com/css_tutorials/css.image.text.wrap.htm
DO NOT use tables. XHTML is for the structure and CSS is for the presentation, Check http://en.wikipedia.org/wiki/CSS and http://en.wikipedia.org/wiki/XHTML
2007-01-18 05:37:35
·
answer #6
·
answered by Jean M 2
·
0⤊
0⤋
The best thing to use is a div block with the float style set where you want the image.
Hope that helps
RJ
2007-01-18 06:24:29
·
answer #7
·
answered by Anonymous
·
0⤊
0⤋
Put them in a table with fixed width.
2007-01-18 05:16:56
·
answer #8
·
answered by Beavis111 2
·
0⤊
0⤋