Coding! poof~
#5
Sketch,Dec 20 2004, 06:50 AM Wrote:noooooooooooooo but I need it all to go around the picture.  I need like a wordwrap or something.
[right][snapback]63202[/snapback][/right]

I am not sure what you mean. Can you try to describe it a bit more exactly, or maybe give an example? The CSS property 'float' might be what you are looking for. Here is an example:

Code:
<p>
&nbsp; &nbsp;A text full of interesting information...
&nbsp; &nbsp;<img src='image.png' alt='A really nice image' style='float:left;' />
&nbsp; &nbsp;...interesting information continued...
</p>
<p style='clear:both;'> <!-- this cancels the float. the following text should be displayed below the image -->
&nbsp; &nbsp;Another very interesting text...
</p>

HTH.
Reply


Messages In This Thread
Coding! poof~ - by Sketch - 12-20-2004, 03:58 AM
Coding! poof~ - by Arnath - 12-20-2004, 04:04 AM
Coding! poof~ - by Tal - 12-20-2004, 04:13 AM
Coding! poof~ - by Sketch - 12-20-2004, 05:50 AM
Coding! poof~ - by Moldran - 12-20-2004, 08:29 AM
Coding! poof~ - by Sketch - 12-21-2004, 05:58 AM
Coding! poof~ - by Griselda - 12-21-2004, 06:30 AM
Coding! poof~ - by Sketch - 12-21-2004, 07:11 AM
Coding! poof~ - by Moldran - 12-21-2004, 01:09 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)