Advanced Search
Search Results
2 total results found
Alternate Colors in Table in a Database Activity
CCLE and Moodle
In order to create a table with alternating row colors in a database activity:The following code goes into the javascript template:function highlightRows() {var myTables=document.getElementsByTagName('table');var myRows = [];for (var i=0;i<myTables.length;i...
Take a full page screenshot in Google Chrome
Internet and Web Browsers
Chrome
Download the extention “Awesome Screenshot: Capture & Annotate”https://chrome.google.com/webstore/detail/alelhddbbhepgpmgidjdcjakblofbmceThis will add an icon in your Google Chrome toolbar that allows you to capture screenshots and annotate them easily.Tak...