Is the css applied to the print media or just the screen? ie: is it linked via
<link href="your stylesheet here" media="screen" rel="stylesheet" type="text/css" /> ? if so try <link href="your stylesheet here" media="all" rel="stylesheet" type="text/css" /> 2009/10/13 Naveen Bhaskar <[email protected]> > on screen it floats correctly. but with the code given below , its not > happenign while printing > > <div > > <img> > <p>some text</p> > <p>some text</p> > <p>some text</p> > </div> > > > *From:* Matthew Pennell <[email protected]> > *Sent:* Tuesday, October 13, 2009 3:42 PM > *To:* [email protected] > *Subject:* Re: [WSG] wrap in print > > On Tue, Oct 13, 2009 at 11:02 AM, Naveen Bhaskar <[email protected]>wrote: > >> Is there any way to wrap the text around an image while printing. my >> structure is like this >> > > You mean you want to float the image? Or something more complicated? You > can't wrap text completely around an image (i.e. all four sides). > > - Matthew > > ******************************************************************* > List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm > Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm > Help: [email protected] > ******************************************************************* > > ******************************************************************* > List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm > Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm > Help: [email protected] > ******************************************************************* > ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [email protected] *******************************************************************
