I need to insert coloured Note/tip section in a box, when inserting textbox, I cannot format it.
I need to insert Notes/tips in a formatted box with a different color. Is there a way to do that rather than inserting "text boxes'?
I need to insert Notes/tips in a formatted box with a different color. Is there a way to do that rather than inserting "text boxes'?
Try this in your CSS.
P.Emphasis1 {
color: rgb(0, 84, 159);
font-size: 10pt;
font-weight: normal;
margin-top: 0pt;
margin-bottom: 10pt;
padding: 6pt;
font-family: Verdana, sans-serif;
border: solid 2px rgb(140, 180, 225);
background-color: rgb(239, 242, 249);
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
}
Mix as required and bake for five minutes. 🙂
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.