Formatting H2s

Hey all-I found a manual way to format H2s. Has anyone found a auto-gen way to do it? The CSS isn't the best way cause you have to change all <h2></h2> tags to <font class=h2></font>. Or am I going about this all wrong?Thanks!
[279 byte] By [lkrell] at [2007-9-26 4:06:23]
# 1
The context of your question is unclear. Is this related to Javadoc?Are you looking for a tool that enables you to insert <H2></H2> tagsinto doc comments?-Doug KramerJavadoc team
dkramer at 2007-6-29 13:06:37 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...
# 2

I am applying a stylesheet.css to the javadoc according to our company's styles. All works well...except for titles of pages such as the name of a package. In the source, they are formatted with <h2> tags during generation. I can format the title of the javadoc by formatting text within the -doctitle option. But I can't format all of the <H2>s with the stylesheet.

Is there a way to format these? May not be...but thought I would ask. :)

Thanks!

lkrell at 2007-6-29 13:06:37 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...