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]
__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
______________________________________________________________________
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