Hi Zachary,
The _homelink_ macro is defined at the top of the nav_css.dm file in
Greenstone's "macros" directory:
_homelink_ {_navtaborig_(_httppagehome_,_linktextHOME_,_textdescrhome_)}
Try changing this to:
_homelink_ {<a class="Menu1-Tab-Normal" href="_httppagehome_"
title="_linktextHOME_">_textdescrhome_</a>}
All the best,
Michael
--
DL Consulting Ltd
Greenstone Digital Library, Web Development, Hosting and Digitisation Specialists
www.dlconsulting.com
Zachary Spalding wrote:
> How can I change the html code around a variable, such as _homelink_
>
> _homelink_ has the following html code
>
> <a class="navlink"
> href="/gsdl/cgi-bin/library?a=p&p=home&l=en&w=utf-8"
> title="Home page">HOME</a>
>
> where I would like to change the code in this specific case to
>
> <a class="Menu1-Tab-Normal"
> href="/gsdl/cgi-bin/library?a=p&p=home&l=en&w=utf-8"
> title="Home page">HOME</a>
>
>
> I could change the style sheet but I have other changes that our a
> little bit more than just what class name is being used, but can't
> find where the variables our stored.
>
>
> Zachary Spalding
> Systems Manager
> Southeastern New York Library Resources Council
> 21 S. Elting Corners Rd.
> Highland, NY 12528
>
> Phone: 845-883-9065
> Fax: 845-883-9483
> Email: spalding@senylrc.org <mailto:spalding@senylrc.org>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> greenstone-users mailing list
> greenstone-users@list.scms.waikato.ac.nz
> https://list.scms.waikato.ac.nz/mailman/listinfo/greenstone-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://list.scms.waikato.ac.nz/mailman/private/greenstone-users/attachments/20080704/c6167645/attachment-0001.html |