Daniel Frey wrote on Wednesday, April 27, 2005 4:42 PM: > Hello > > I am revising my sites css. I would like the left navigation > column to have ist gray background going to the bottom of the > page. Trying to find out how this can be achieve I have found > that there are two different types of maven sites on the web: > 1. Those I get where the left and body columns are just > wrapped into a div tag (i.e. http://maven.apache.org/), and > 2. those where they are placed with a table (i.e. > http://db.apache.org/). I would like to have the table > version, as it fullfills my needs easily. How can I switch to > this type of documentation? Are there templates to be exchanged or so?
There's only one Maven site on the web, the one with CSS. db.apache.org is not done with Maven. You can apply your own template though by defining your own site.jsl (see xdoc-plugin docs). Drawback is that you have to update all parts taken from the original with every new release of the plugin yourself. - J�rg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
