Daniel Carrera wrote:
I did what I would normally do for a static web page: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:
<head>
<title>Respondaro</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="eoinfo.css" />
<link rel="stylesheet" type="text/css" href="eomenu.css" />
</head>
but this is what I got (eo.openoffice.org/respondaro.html) in Firefox View/ Page source:
<head>
<style type="text/css"> /* <![CDATA[ */
@import "/branding/css/tigris.css";
@import "/branding/css/inst.css";
/* ]]> */</style>
<link rel="stylesheet" type="text/css" href="/branding/css/print.css" media="print" />
<link rel="shortcut icon" href="http://www.openoffice.org/favicon.ico" />
<script src="/branding/scripts/tigris.js" type="text/javascript"></script>
<title>
eo: Respondaro
</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="version" content="2.6.2.4.5" /> <meta name="keywords" content="OpenOffice.org, Open Office, OpenOffice, openoffice, StarOffice, Star Office, OOo, ooo, xml, open source, developer, UNO" /> <meta name="description" content="OpenOffice.org: The Open Office Suite" />
</head>
so what is the server doing to my document? Can I tell the server to keep my CSS links, as Daniel says it does?
Thanks, Donald
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
