Skip to Main Content

Online Tools and Resources

A variety of online tools and resources. Most include instructions for use in LibGuides, a content management system used by librarians.

How to Fit a Database into the LibWizard Frame

1.  In your slide's questions, add a new Text Block.

2.  Give it a title of "CSS CODE TO RESIZE FRAME"

3.  In the Rich Text Editor, click on the Source button.

4.  Add the following HTML code:

<style type="text/css">
	#iframe_div {
	  height: 1500px;
	}
</style>

 

5.  Below the text editor, select the "Hidden" checkbox.

6.  Save your changes.

Note: Depending on the database, you may need to increase the number of pixels above 1,500 to accommodate the full database window. This technique will not work with some database security features.

Acknowledgements

This tip comes from Tim Bowersox of Springshare. Thanks!