Caution: This documentation is for eZ Publish legacy, from version 3.x to 6.x.
For 5.x documentation covering Platform see eZ Documentation Center, for difference between legacy and Platform see 5.x Architecture overview.

BackgroundColor

Summary

Sets the background color for text for the specific style defined by the configuration block.

Usage

BackgroundColor=<HTML_color_code>

Description

Sets the background color for text for the specific style defined by the configuration block.  The values which can be used are HTML color codes. HTML colors are defined using a hexadecimal notation (HEX) for the combination of Red, Green, and Blue color values (RGB).

This setting is case sensitive.

Examples

[arial]
 Family=arial
 PointSize=30
 XAdjustment=0
 YAdjustment=0
 WidthAdjustment=8
 HeightAdjustment=6
 BackgroundColor=#ffffff
 TextColor=#000000

For the style "arial" the background color is white.

Geir Arne Waaler (25/10/2010 1:57 pm)

Geir Arne Waaler (25/10/2010 1:57 pm)


Comments

There are no comments.