Matt England wrote: > I want to put the TOC in a non-default position similar to what I want to > do with the date below. >
Matt,
You can move the TOC by editing the default stylesheet
(asciidoc/stylesheets/xhtml11.css)
Just add a style for the div#toc element. Try this for example:
div#toc {
float: right;
}
Troy
_______________________________________________
Asciidoc-discuss mailing list
[email protected]
http://metaperl.com/cgi-bin/mailman/listinfo/asciidoc-discuss
