- From: Erik Aronesty <earonesty@montgomery.com>
- Date: Tue, 16 Sep 1997 05:40:40 -0700
- To: "'www-talk@w3.org'" <www-talk@w3.org>
Hello all, Has any print support been added yet for HTML? I had to write a program about a year a go to translate HTML into EPS...and added support for invisible tags like: <!--HEAD--><!--FOOT--> <!--PAGE LMARGIN=X RMARGIN=Y BREAK--> The only thing I need is reasonable support for print-only and view-only regions page headers/footers tables with rolling headers/footers. Is this something I can easily do with styles? Can someone give me an example? >-----Original Message----- >From: galactus@htmlhelp.com [SMTP:galactus@htmlhelp.com] >Sent: Saturday, September 13, 1997 11:09 AM >To: www-talk@w3.org >Subject: Re: URL specification: referring to the current directory. > >In article <Pine.SOL.3.93.970912161301.24836H-100000@lamin>, >Brian Kelly <lisbk@ukoln.ac.uk> wrote: >> How should one refer to an internal anchor in such a file. Are >> >> <A HREF="./#section1>An internal anchor in the default file</A> >> <A HREF="index.html#section1>An internal anchor in the default file</A> >> >> equivalent, > >These are not equivalent, just as the URLs without the #section1 >fragment identifier are not equivalent. In most cases, they will >refer to the same document at the same location, because most servers >will send back the contents of file 'index.html' if the browser requests >a 'directory URL'. But that is only a convention. > >(I'm assuming you intended to close the quotes for the values of both >HREF attributes) > >> or with browsers or other user agents treat #section1 as a >> filename? > >They must not. The #section1 part must always be treated as a >fragment identifier. If you want to use a literal '#' character >in an URL, you must URL-encode it as %23 (the hexadecimal code >for the position of the '#' character in the ISO Latin 1 character set). > >-- >E-mail: galactus@htmlhelp.com .................... PGP Key: 512/63B0E665 >Maintainer of WDG's HTML reference: <http://www.htmlhelp.com/reference/> >
Received on Tuesday, 16 September 1997 08:40:57 UTC