Web Design Web Design Forum
Registration is free! Here you can view your subscribed threads, work with private messages and edit your profile and preferences Calendar Find other members Frequently Asked Questions Search
Home Web Design

Convenient web based access to our favorite web design Usenet groups

web design reviews

This is Interesting: Free Magazines for Graphics designers and webmasters  





  Last Thread  Next Thread
Author
Thread Post New Thread   

screenplays - print vs. screen
 

David J Patrick




quote this post edit post

IP Loged report this post

Old Post  06-21-04 - 09:39 AM  
On Sun, 20 Jun 2004 22:51:41 -0700, Wolfgang Wildeblood wrote:

> You go about it (screen and print formatting) two different
> ways.
>
> To achieve this in print you measure the size of the paper, deduct the
> margins, then divide by 60 to get the font-size that results in 60
> characters per line. Then set a line-height that results in 25 lines
> per page.

The cardinal rule of screenplay output is Courier 12pt. Knowing this,
would the page not be best defined in points ?
>
> But to get the same formatting on screen (i.e. line breaks in the same
> places), you simply specify directly that you want 60 characters per
> line.

..or whatever each element definition calls for.. which is most often
described in inches from a margin.

>
> p {
>    width: 60em !important;
>    margin: auto;
> }
> }
> That's all there is to it; as usual for screen, no mention of font-size
> at all. So the stylesheet just looks something like:
>
> @media print, projection, screen {
>    * {
>    font-family: "Courier New", monospace !important; line-height: 2;
>    }
>    }
>    }
> @media print {
>    * { font-size: 12pt /* or whatever */ !important;
> }
> }
> @media projection, screen {
>    p {
>    width: 60em !important;
>    margin: auto;
>    }
> }

And if I wanted to have TWO screen layouts (one rigid and one readable)
could I add

@media screen rigid {
* {font size: 12/1 !important;
}

Do you agree that the @page spec (and associated break & number rules) are
too unsupported to use ?

thanks Wolfgang,
djp


Post Follow-Up to this message ]
Re: screenplays - print vs. screen
 

Wolfgang Wildeblood




quote this post edit post

IP Loged report this post

Old Post  06-22-04 - 12:14 PM  
David J Patrick <davidjpatrick@sympatico.ca> wrote:

> On Sun, 20 Jun 2004 22:51:41 -0700, Wolfgang Wildeblood wrote:
> 
>
> The cardinal rule of screenplay output is Courier 12pt. Knowing this,
> would the page not be best defined in points ?

I was using an example I was familiar with - the manuscript format
uses 1500 characters per page. That's neither here nor there, the
process is the same. You set your stylesheet for print by the
traditional required parameters, whatever they may be. Then you print
out a page and count the number of characters in a line.

For the screen stylesheet you work in character widths, which as we
have now established are 3/5em. The result will be the line breaks in
the same place on screen as they are when printed.

 
>
> ..or whatever each element definition calls for.. which is most often
> described in inches from a margin.

Not on screen. Do your margin in inches for print, then count how many
characters across the page that results in. For screen use "padding"
not "margin" or "text-indent", and set in ems. The result will be the
same layout on screen as the printed page.

 

/* That should have said 36em for my example */
 
>
> And if I wanted to have TWO screen layouts (one rigid and one readable)
> could I add
>
> 	@media screen rigid {
> 		* {font size: 12/1 !important;
> 	}

No. That's what the projection media type is for. Read my other post,
and quit messing with the subject line will ya?


> Do you agree that the @page spec (and associated break & number rules) are
> too unsupported to use ?

Yes, no, maybe. Forget about numbering. Page break is useful but not
reliable.


> thanks Wolfgang,

Hmm.


Post Follow-Up to this message ]
Sponsored Links
 





All times are GMT. The time now is 04:22 AM. Post New Thread   
  Previous Last Thread   Next Thread next
Stylesheets archive | Show Printable Version | Email this Page | Subscribe to this Thread

Popular forums

Adobe Photoshop forum Macromedia Flash Web Site Design
Dreamweaver FrontPage forum
JavaScript Forum XML forum
Style Sheets VRML
Forum Jump:
Rate This Thread:

 

XML RSS Feed web design latest articles Syndicate our forum via XML or simple JavaScript

Web Design archive  Database administration help  


Top Home  -  Register  -  Control Panel   -  Memberlist  -  Calendar  -  Faq  -  Search Top