Many thanks for your text size and page style modules. I'm going to use them both in a project. I want to have them displayed as one block side by side and not as seperate blocks as they are by default. Ideally I want to create a container "Accessibilty" and have "Text size" then the + - = icons then next to that "Page Style" and its icons alongside. Any ideas how to go about this?

Guess your a busy guy, so no worries if you don't have the time to help me out.

Again, many thanks for your great modules.

Cheers...

Comments

CZ’s picture

Hi ludo1960.

At first, it is not a good idea to merge this groups of links under one title. See WCAG/BITV 13.6 [1]. The block titles are ways to bypass the group. But you can create subtitles [2] in the theme (tpl) file with a class "display_hidden", hidde the normal block titles under for example: "admin/build/block/configure/textsize/0" with "<none>" and add a normal block title "Accessibilty" (in themes/templates) over the two blocks and group them with a <div> for the css designing.

[1] http://www.w3.org/TR/WCAG10-TECHS/#tech-group-links
[2] In the next version a new feature.

ludo1960’s picture

Hi Christian,

Many thanks for taking the time to address my issue and point me in the right direction.

Eh, what does "[2] In the next version a new feature." entail?

Cheers, ludo....

CZ’s picture

Title: If only I knew... » Block Text Size and Page Style both in one
Status: Active » Closed (won't fix)

The latest version (1.6) allows you to display a subtitle.

For the solution see http://drupal.org/node/602578.