[WSG] wrap in print

2009-10-13 Thread Naveen Bhaskar
HI..

Is there any way to wrap the  text around an image  while printing.
my structure is like this

div 
img
psome text/p
psome text/p
psome text/p
/div

thanks a million..

regards
navii

***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***
attachment: navidesigns@live.com.vcf

Re: [WSG] wrap in print

2009-10-13 Thread David Dorward


On 13 Oct 2009, at 11:02, Naveen Bhaskar wrote:


Is there any way to wrap the  text around an image  while printing.


Float the image in a print media stylesheet.

http://css.maxdesign.com.au/floatutorial/
http://www.w3.org/TR/CSS2/media.html

--
David Dorward
http://dorward.me.uk



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***

Re: [WSG] wrap in print

2009-10-13 Thread Matthew Pennell
On Tue, Oct 13, 2009 at 11:02 AM, Naveen Bhaskar naveenbhas...@live.inwrote:

 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: memberh...@webstandardsgroup.org
***

Re: [WSG] wrap in print

2009-10-13 Thread Naveen Bhaskar
on screen it floats correctly. but with the code given below , its not 
happenign while printing

div 
img
psome text/p
psome text/p
psome text/p
/div



From: Matthew Pennell 
Sent: Tuesday, October 13, 2009 3:42 PM
To: wsg@webstandardsgroup.org 
Subject: Re: [WSG] wrap in print


On Tue, Oct 13, 2009 at 11:02 AM, Naveen Bhaskar naveenbhas...@live.in 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: memberh...@webstandardsgroup.org
*** 

***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***


Re: [WSG] wrap in print

2009-10-13 Thread Chris Rode
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 naveenbhas...@live.in

  on screen it floats correctly. but with the code given below , its not
 happenign while printing

  div 
 img
 psome text/p
 psome text/p
 psome text/p
 /div


  *From:* Matthew Pennell matthewpenn...@gmail.com
 *Sent:* Tuesday, October 13, 2009 3:42 PM
 *To:* wsg@webstandardsgroup.org
 *Subject:* Re: [WSG] wrap in print

 On Tue, Oct 13, 2009 at 11:02 AM, Naveen Bhaskar naveenbhas...@live.inwrote:

 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: memberh...@webstandardsgroup.org
 ***

 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: memberh...@webstandardsgroup.org
 ***



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***

Re: [WSG] wrap in print

2009-10-13 Thread Julia . Dalbo
Return Receipt
   
   Your   Re: [WSG] wrap in print  
   document:   
   
   wasJulia Dalbo/ACT/IMMI/AU  
   received
   by: 
   
   at:14/10/2009 08:37:20 AM   
   







Important Notice: If you have received this email by mistake, please advise
the sender and delete the message and attachments immediately.  This email,
including attachments, may contain confidential, sensitive, legally privileged
and/or copyright information.  Any review, retransmission, dissemination
or other use of this information by persons or entities other than the
intended recipient is prohibited.  DIAC respects your privacy and has
obligations under the Privacy Act 1988.  The official departmental privacy
policy can be viewed on the department's website at www.immi.gov.au.  See:
http://www.immi.gov.au/functional/privacy.htm


-



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***