Hello Matt, If we assume that the taglib site resides under http://www.slf4j.org/taglib and that its files reside under $SLF4J_SITE/taglib, where $SLF4J_SITE/ represents the directory where the actual slf4j.org site files reside, then could easily reference the CSS and other slf4j.org files as "../css" from your html files.
The look-and-feel of http://slf4j.org is accomplished with CSS and Javascript files. slf4j-taglib site could easily inherit the same look-and-feel by referencing those files with the "../" relative path. Please see how the slf4j-site module does it. In the slf4j-tablib-site module, you could reference the slfj-site/css folder "symbolically". See http://svnbook.red-bean.com/en/1.0/ch07s03.html for more details. Let me know if the above is not clear in any way, -- Ceki Gülcü _______________________________________________ dev mailing list [email protected] http://www.slf4j.org/mailman/listinfo/dev
