Closed (fixed)
Project:
Bluecheese
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 Dec 2004 at 09:31 UTC
Updated:
21 Aug 2014 at 21:00 UTC
Jump to comment: Most recent
People use h2 tags as the "first level" of organization in documentation. But h2.title and h2 are styled identically, making the page confusing to read.
The workaround is to use h3 tags, but this is confusing. Either make the title an h1 tag, or style h2 tags inside the body differently. I've used h3 tags here: http://drupal.org/node/6314
Comments
Comment #1
drummIts been a year and 10 weeks.. still an issue? If it is, you know how to find Steven.
Comment #2
beginner commentedThe title now IS an h1, so this part of the request is done.
But I have always thought that the theming of the different headings left to be desired.
To show the revision that Boris talked about, see how the title (h1) is styled in a similar manner as the in-text heading (h2):
http://drupal.org/node/6314/revisions/61028/view
And the test here gives strange results:
h1 titleblah blah ...
h2 title
blah blah ...
h3 title
blah blah ...
h4 title
blah blah ...
compare to forum posting:
http://drupal.org/node/15501
Comment #3
beginner commentedhmm. the preview didn't show the same thing as after posting. In particular, the h2 heading was not themed at all.
Comment #4
boris mann commentedThanks for the ticket cleanup, beginner. I'm closing this -- this was before the recommended way of doing handbook pages changed to use strong tags and no subheadings, and split into separate pages if subheadings are needed.