This comment is not about "the box" but "the need for the box".
My particular college is "having a discussion" about the perceived, whether it is correct or not has yet to be determined, "swamping of the students" by "excessive e-mails". This has been started by a nearby University and does not necessarily apply to our students, but there is "discussion" and I quite imagine that the college will "do something".
The "suggested fix" is that, in some way, there should be a "central portal" ....through which all "mass? " emails, except for those to "individual students", would be funneled.
If this is implemented then I would imagine one of two, or three or four, whatever, things might happen:
a) that the "e-mail to the student that an announcement has been posted" will go in the hopper and might be lost.
b) or, the college might decide to disable the "email to the student that an announcement has been posted" function in Canvas itself.
IF the college chooses to disable the "announcement e-mail" function then THIS ANNOUNCEMENT BOX WILL ASSUME GREATER IMPORTANCE.
I have the box enabled on my instructor page and have been fiddling with it.
IN ORDER TO ATTRACT THE ATTENTION OF THE STUDENT TO THE BOX:
The background colour of the box may be changed by invoking edit/HTMLeditor/
The very first line:
code:
<div class="img-rounded" style="float: right; background-color: #800000; width: 315px; height: 260px; border: 1px solid black; margin: 10px;">
break code
Using a browser search engine ---- search for something similar to this: " HTML colors" without the quotes.
There are a variety of such sites, pick one which displays various colours which are applicable, one can also use the link provided below.
It is suggested that one choose a relatively light colour such as #a6f7f3 which will produce a pale blue.
Then the next time use another colour such as pale pink.
To ease use, it is suggested that the instructor make a "collection" of the HTML colors in a text document, with the appropriate names, so that one does not need to navigate to the web page all the time. Merely copy and paste from the document.
In the above line of HTML select and delete #800000 and replace it with the code: Xa6f7f3.
Save.
I provide a link to a very easy use site, just adjust the slider and copy the code at the top left.
http://htmlcolorcodes.com/
My compliments to the develolpers and to the commenters to the OP.
James Sheldon
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.