Embed the AccessEngineering search widget to allow patrons to search AccessEngineering directly from your library or institution's web pages.
The above search widget is flexible between 250-500px. Just specify the width you need for the DIV id "AE". Include the following code to your website's head:
<link href="http://static.ae.mhp.semcs.net/static/css/search-widget.css" rel="stylesheet">
To website's body:
<div id="AE">
<img src="http://static.ae.mhp.semcs.net/static/img/ae-logo.png" alt="access engineering logo">
<div id="AE-search">
<form id="AE-search-form" action="http://accessengineeringlibrary.com/search">
<label for="q">Search Access Engineering</label>
<input name="q" type="text" placeholder="Search Access Engineering" tabindex="1" />
<input class="submit" type="submit" value="Go" />
<a href="http://accessengineeringlibrary.com/advanced-search">Advanced Search</a>
</form>
</div>
</div>