I know this can be done with curved images by cutting up the image into 
numerous images at a certain pixel height (e.g., 20 pixels) and using CSS to 
wrap text. 
Is there an easier way way text around an image? The code below shows how to do 
this around a curved image (as seen in Inside Web Development October 2002).

 
<style type="text/cc">
   body {
      margin:0;
      padding:0;
      height:100%}
h1 {margin-bottom:0}
p {margin-top:1em}
.curve {
     float:left;
     clearLleft;
     margin-tight:1em}
</style>
 
Thanks,
Tree
 


Theresa HalpinWeb Development | Project Management | Marketing215.523.5771 
[home office]267.467.0515 [cell]
                
---------------------------------
 Start your day with Yahoo! - make it your home page 
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to