rmady87
05-26-2006, 10:26 PM
help! how do i put a picture and have the body of my words go around the picture?
|
View Full Version : help rmady87 05-26-2006, 10:26 PM help! how do i put a picture and have the body of my words go around the picture? fighter93203 05-26-2006, 11:47 PM like marquee or DIV or ??? amyaurora 05-26-2006, 11:58 PM I believe the effect is done with CSS. I've never tried it myself. rmady87 05-27-2006, 01:50 AM I want the code for putting a photo and have the text go around it.. text text text PICTURE text PICTURE text PICTURE text PICTURE text text text text like that. :scared: I wish someone would tell me, because i want to do it. :) iTom 05-27-2006, 09:11 AM CSS: .imageleft { float: left } Then some HTML: and bleh bleh bleha jgfdji mdjoivjdsa\zorijfcojiv jdijviojjofdjdfojidsijofjiodsjiofdsoijfdijodsijofj iodsjiof <img class="imageleft" src="wellidunno.gif" /> fsdjkljaklsjkldsfjijkaldsjlkfdjfdkjlfsljdkafjkjakj fdsif jefadsjkflkj jkldjkfjkfldsdkjlvfajkslkjl jkesfkjasdkjkj jkffjklkasadljkf Etcetera... Hope this helps. |