Is it possible in Microsoft Word to create a style that automatically adds a background image to every "Heading 1"? In CSS, this would be something like
H1 {background-image: url('image.gif');}
Is this in any way possible in Word? I need this, because the company style that I need to make a Word template for, needs a richly decorated Heading 1 style.
One possibility I have been thinking of, is applying a bullit style to Heading 1, where the bullit is made of a custom designed TrueType Font that contains the decoration as a character. However, this way I am only able to use a single color for the decoration.
Is there a more flexible way to get what I need?
Thanks, Peter
H1 {background-image: url('image.gif');}
Is this in any way possible in Word? I need this, because the company style that I need to make a Word template for, needs a richly decorated Heading 1 style.
One possibility I have been thinking of, is applying a bullit style to Heading 1, where the bullit is made of a custom designed TrueType Font that contains the decoration as a character. However, this way I am only able to use a single color for the decoration.
Is there a more flexible way to get what I need?
Thanks, Peter