Koha ILS

So you were wondering how to highlight "New Items?"

Here is a quick and easy way to highlight some of your new and interesting material. Simply copy and paste the following code into your website or wherever you wish to highlight these items. Then search in your catalog for the items you want to highlight. You will need to copy the URL for the item as well as the URL for the image. Then you update the “URL for item‚Äù and “URL for image‚Äù within the code and you are set.

<table width="500px" align="center">
<tbody>
<tr>
<td colspan="7" align="center">Some great new items at the library. Click on the image to read more!</td>
</tr>
<tr>
<td align="center"><a href="URL for item"><img src="URL for image" alt="" /></a></td>
<td align="center"><a href="URL for item"><img src="URL for image" alt="" /></a></td>
<td align="center"><a href="URL for item"><img src="URL for image" alt="" /></a></td>
</tr>
</tbody>
</table>