This documentation is deprecated. Adaptavist's documentation has moved to a new location where it is maintained and updated. Please visit Adaptavist's new Documentation area.
highlight macro
Overview:
The {highlight} macro allows you to change background colour of a section of content...
There are times when you want to highlight a section of content (such as a word within a paragrpah) to make it stand out more on your page and that's exactly what this macro does.
You can specify any backgorund colour using either colour names or their hexadecimal colour codes.
Parameters:
Add the macro to your page as follows:
{highlight:myColor}your content{highlight}
Parameter
Required
Default
Notes
default
yellow
The "myColor" default parameter defines the background colour for the content contained within the macro and can be either a common colour name (supported by most browsers) or a hexadecimal colour code (supported by all browsers).
Examples:
Standard Use
The key difference between this macro and the bgcolor macro is that this macro
allows you to highlight
just a portion of content
.
There are several in-built pastel colours ideal for use as backgrounds:
Alternate background colours can be used to highlight important information on a page by drawing the visitors attention to it due to the unusual colour.
When changing background colour, please try and keep a contrast between the text and the background so that it is still clearly readable. For example, in our example above, the slate blue background made the black text barely readable.
Frequently Asked Questions:
Q
I'm annotating revisions to text - is there a quicker way to mark inserted and deleted text?
How do I change the default background colour of my page, etc?
A
If you are using a standard theme, there are some limited options to change colours. If you are using the Builder theme, you have complete control over all colours using Custom CSS Styles.
Q
Can I put a graphic in the background?
A
Yes. The span macro and style macro allow you to apply far more formatting to your content.