Hi-

Just downloaded beta-8, and did a "maven site:generate" just like I do in beta-7... The generated HTML doesn't seem to be coming out correctly... Here's a few excerpts from the generated index.html file from beta-8 vs. beta-7

beta-8
<style type="text/css">
@import url("/style/tigris.css");
@import url("/style/maven.css");
</style>
<link rel="stylesheet" href="/style/print.css" type="text/css" media="print"></link>
beta-7
<style type="text/css">
@import url("./style/tigris.css");
@import url("./style/maven.css");
</style>
<link rel="stylesheet" href="./style/print.css" type="text/css" media="print"></link>

Also, all the links (Front Page, Project Info, Project Reports, etc. etc.) are all "hard links" vs. "relative links", so none of them work either... the HREF's all start with a leading "/".

Is there something somewhere I need to change? The browser can't find the stylesheets because the URL's aren't relative, and none of the links work! Any ideas?

Thanks,

--Leif



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to