Hi Donald, Both of the following options work for me:
Option 1: ~~~~~~~~~ <html> <body> <style type="text/css"> ... </style> ... Option 2: ~~~~~~~~~ <html> <head> <link rel="stylesheet" type="text/css" href="style.css" /> </head> <body> The second instance works because, although SourceCast modifies the <head> of the file, it doesn't actually remove the entries you have there, it just adds some new ones. See this page: http://native-lang.openoffice.org/conference/ It was done using the method above. Cheers, Daniel. On Mon, Feb 28, 2005 at 08:39:13PM +1300, Donald Rogers wrote: > Fellow maintainers, > > I have spent over an hour trying to find information on the ooo website > on what functions we can use in the html. In > http://www.openoffice.org/styles/ it says "OpenOffice.org allows both > local style sheets, per document, directory, or project, and global. It > is your decision which to use." But how? The obvious method of putting > the links in the head does not seem to work. The server seems to strip > off our head and include what is inside the body in the general > template. Can we use include files too? It would be efficient to put the > right hand menu in a file and include it in every page. > > Can someone please point me in the direction of some documentation on this? > > Donald Rogers > (new co-maintainer of eo.openoffice.org) > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- Daniel Carrera | I don't want it perfect, Join OOoAuthors today! | I want it Tuesday. http://oooauthors.org | --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
