| Hi Karey
Karey Eansor wrote:
> I'm working on a Greenstone collection for school; it's due on Wednesday and
> I could really use some help.
>
>
> 1. I would like to change the SEARCH button on my navigation bar into
> text; the button looks horrible with my stylesheet.
Replace the _imagesearch_ macro in macros/base.dm
e.g. _imagesearch_ {<a href="_httpquery_">search</a>}
> 2. I would like to change the ABOUT logo on the about page to text,
> again, it looks very bad with my style sheet.
Change the _imagethispage_ macro in macros/about.dm
e.g. _imagethispage_{About this collection}
> 3. I would like to remove the HOW TO FIND INFORMATION section on the
> about page; it's all gibberish when it comes to the browsing indexes I
> created. I plan on simply including this information in the ABOUT THE
> COLLECTION section of the about page.
Remove the lines
<h3>_help:textsimplehelpheading_</h3>
_help:simplehelp_
from the _content_ macro in macros/about.dm
Regards,
Katherine
>
> Thanks in advance for any help you can give me.
>
> Karey.
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: https://list.scms.waikato.ac.nz/mailman/private/greenstone-users/attac=
> hments/20051201/081c3eb3/attachment.html
> _______________________________________________
> greenstone-users mailing list
> greenstone-users@list.scms.waikato.ac.nz
> https://list.scms.waikato.ac.nz/mailman/listinfo/greenstone-users
>
> |