Closed Thread Icon

Preserved Topic: HTML word wrapping (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=20492" title="Pages that link to Preserved Topic: HTML word wrapping (Page 1 of 1)" rel="nofollow" >Preserved Topic: HTML word wrapping <span class="small">(Page 1 of 1)</span>\

 
counterfeitbacon
Paranoid (IV) Inmate

From: Vancouver, WA
Insane since: Apr 2002

posted posted 04-24-2002 06:25

Hi, does anyone know how to do word wrapping in HTML. I want to have a right alligned picture and have the words go around it and to the side of it, would this just be layers (dreamweaver) or could i hard-code it

{<<-<< >>->>}

mr.maX
Maniac (V) Mad Scientist

From: Belgrade, Serbia
Insane since: Sep 2000

posted posted 04-24-2002 07:13

To do this, make your image floating and align it to the right, like this:

--- example ---
<IMG SRC="test.png" WIDTH="320" HEIGHT="240" BORDER="0" ALIGN="right">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diem nonummy nibh euismod tincidunt ut lacreet dolore magna aliguam erat volutpat. Ut wisis enim ad minim veniam, quis nostrud exerci tution ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
--- example ---


Emperor
Maniac (V) Mad Scientist with Finglongers

From: Cell 53, East Wing
Insane since: Jul 2001

posted posted 04-25-2002 00:16

counterfeitbacon: Or use CSS (and stealing mr.maX's code for an example):

--- example ---
<IMG SRC="test.png" WIDTH="320" HEIGHT="240" BORDER="0" style="float:right;" />Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diem nonummy nibh euismod tincidunt ut lacreet dolore magna aliguam erat volutpat. Ut wisis enim ad minim veniam, quis nostrud exerci tution ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
--- example ---

Emps

counterfeitbacon
Paranoid (IV) Inmate

From: Vancouver, WA
Insane since: Apr 2002

posted posted 04-25-2002 02:36

thanks, works great


{<<-<< >>->>}

« BackwardsOnwards »

Show Forum Drop Down Menu