Have you ever wanted to put your course reserves list online? Have you ever wanted to share changes to the reserves list with your co-workers in real time?
This is a really simple video explaining how to upload a course reserves list in Excel, how to convert the list from Excel to Google Sheets format, and link or embed this list on your library website or learning management system.
This is the HTML code you will need to embed a spreadsheet. Note: You can create a hyperlink so that your library users can view the spreadsheet online without having to embed it.
This is a really simple video explaining how to upload a course reserves list in Excel, how to convert the list from Excel to Google Sheets format, and link or embed this list on your library website or learning management system.
This is the HTML code you will need to embed a spreadsheet. Note: You can create a hyperlink so that your library users can view the spreadsheet online without having to embed it.
HTML IFRAME TAG (FOR EMBEDDING GOOGLE SHEETS OR ANY OTHER WEB LINK):
<iframe frameborder="0" src="INSERT HYPERLINK HERE" width="-----" height="-----"></iframe>
Be sure to specify a height & width in percentages (ie. "75%") or pixels ("400 px"). Just replace the dots between the quotation marks with either the no. of pixels or percent. Pixels is abbreviated as px in HTML code.
<iframe frameborder="0" src="INSERT HYPERLINK HERE" width="-----" height="-----"></iframe>
Be sure to specify a height & width in percentages (ie. "75%") or pixels ("400 px"). Just replace the dots between the quotation marks with either the no. of pixels or percent. Pixels is abbreviated as px in HTML code.