http://docs.codehaus.org/display/MAVENUSER/FAQs#FAQs-HowdoIgetthetoplineofatabletobe%22headers%22forthatcolumninAPT%3F

How do I get the top line of a table to be "headers" for that column in APT?


With the snapshot you can do:

|| header 1 || header 2 || header 3 ||

 Example:

*----------------+----------------*--------------------------+
|| header 1 ||   | || header 2 || | || header 2 ||
*----------------+----------------*--------------------------+
cell1            | cell1          |  cell3

*----------------+----------------*--------------------------+

______________________________________________________________________________________________________

i have built the maven Where is the correct snapshot?
I have built a Maven 2.0.2-SNAPSHOT from source that is checked out
from svn (http://svn.apache.org/repos/asf/maven/components/branches/maven-2.0.x/
),and built a maven-site-plugin 2.0-SNAPSHOT.(checkted out from
http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin/
)
But can NOT generate the header of html table.
Is the SNAPSHOT version INCORRECT?

Reply via email to