In defining the link syles in "site properties" there are several categories (normal,hover, etc.). To the right of each category are a series of boxes to define behavior (bold, underline). When activating those boxes, one click puts a "square" inside the box. A second click puts a checkmark inside the box. What is the difference between the square and the checkmark?
Hi SarahSchwartz12,
The checkmark means that the property will be applied and the unchecked means that the property will not be applied. Whereas the square means the property will not be specified and the styling will be picked from the parent container which could be a div or the body itself.
So if we talk about the underline,
Checked = text-decoration: underline;
Unchecked = text-decoration: none;
Square = nothing specified
Hope that helps.
Regards,
North America
Europe, Middle East and Africa
Asia Pacific