|

|
How to add the MORE button to the INFOhio Cat More Libraries page

Instructions for updating your More Libraries Web2 page for MORE
- Save one of the above MORE buttons in SirsiWeb2\Web2\HTML\English_Unicorn\Graphics folder
.
- Right click on the image and choose "Save Picture As" .
- Note the name and extension (will be a JPG or GIF) of the image.
- From the "Save In" drop down box find the directory you want to save the button in (SirsiWeb2\Web2\HTML\English_Unicorn\Graphics folder).
- Click on Save.
- Copy the following code and paste it into "otherlibraries.html".
<span class="direction">
Statewide Resource Sharing<a href="http://live.moreforohio.org:8080/vdx">
<img src="/html/English_Unicorn/Graphics/NAME_OF_BUTTON.GIF_OR_JPG" border=0 alt="Click
here for MORE (Statewide Resource Sharing)"></a>
<br><font size=1 color=black>Check with your Library Media Specialist <br>to
see if your school is participating.</font>
</span>
- Using "Windows Explorer", open
SirsiWeb2\Web2\HTML\English_Unicorn\otherlibraries.html.
- Right click on the page and choose "View Source".
- Paste the above code where you would like
the button to appear.
- Change the text "NAME_OF_BUTTON.GIF_OR_JPG"
to be the name of the button you saved in the graphics folder.
- Save otherlibraries.html and view the page in CAT to make sure it
looks ok. If you would like to look at an example, feel free to see how
we've placed our MORE button on the otherlibraries.html page.
http://web2.noacsc.org
NOTE: If you wish to use an alternate button above, you may
need to adjust the HTML for both filename (one image is a .jpg instead of a
.gif), and possibly the width and height parameters in following line of OtherLibraries.HTML. You can review the source code of this page as an
example.
|