-
Notifications
You must be signed in to change notification settings - Fork 0
msa advance mwb weekend
ajtruckle edited this page Jun 11, 2024
·
1 revision
The images that you drag and drop onto the Notes and Images window is converted into a HTML snippet.
This HTML is designed to work with the "Worksheet-S-140-Weekend Meeting" from the Styles list to show the media as thumbnails in a grid.
Here is an example:
<div class="thumbnailsContainer"> <div class="thumbContainer"> <span> CIG_IMG074.jpg#8202;</span> <div class="thumb"> <img src="D:\My Photos\2018-07-19 The Wild Place Project\CIG_IMG074.jpg"/> </div> </div> <div class="thumbContainer"> <span> CIG_IMG088.jpg#8202;</span> <div class="thumb"> <img src="D:\My Photos\2018-07-19 The Wild Place Project\CIG_IMG088.jpg"/> </div> </div> <div class="thumbContainer"> <span> CIG_IMG113.jpg#8202;</span> <div class="thumb"> <img src="D:\My Photos\2018-07-19 The Wild Place Project\CIG_IMG113.jpg"/> </div> </div> </div> |
---|
If you are comfortable with editing HTML code then you can customize the HTML as you see fit.
The HTML snippet uses CSS classes to help make it easier for adjusting the look and feel.
Here is a breakdown of the CSS classes and elements:
thumbnailsContainer | Main container for the grid of image thumbnails |
---|---|
thumbContainer | Container for the image thumbnail and caption |
thumbContainer span | Image thumbnail caption |
thumb | Container for the image thumbnail |
thumb img | Image thumbnail |
thumb img:hover | Image thumbnail (when mouse hover over) |
Copyright © 2003 - 2025 by Andrew Truckle. All Rights Reserved.
- Overview
- File Menu
- Tools Menu
- Database Menu
- Options Menu
- Help Menu
- Assignments Editor
-
Meeting Editor
- Overview
- Menus
- Sections
- Exporting Schedules
- Printing Schedules
- Foreign-Language Group mode
- Weekend Meeting Editor
- Notes and Images
- Sending S-89 Student Slips by Email
- Student Selector Window
- Swapping Assignments and Referencing Schedules
- Monthly Workbook Data - Volunteering
- Monthly Workbook Data - Validation
- Advanced Customization
-
Revision History
- Archived Revision History 24.0
- Archived Revision History 23.0
- Archived Revision History 22.0
- Archived Revision History 21.0
- Archived Revision History 20.0
- Archived Revision History 19.0
- Archived Revision History 18.0
- Archived Revision History 17.0
- Archived Revision History 16.0
- Archived Revision History 15.0 - 10.0
- Archived Revision History 9.0 and earlier
- Contacting Me