Hi Henrik,

2 options you can take, depending on what type of coding you are more
comfortable with:

1. If you just don't want the bolding of the current page, you can
turn this off in css without needing to change the simpleNavigation
taglib at all. Just do something like:
.menu strong { font-weight: normal }

2. If you 'really' want the <strong> tag gone, you will need to create
your own new version of it - I don't think there are any options to
turn this off in the config.
You can copy the relevant java file, give it a new name, and then
amend the output. You will then need to compile the code, create a new
tag entry in the .tld file and reference that from your code.
So much more complicated to do

Option 1 is the best option if you can do it!

Hope that helps,

Simon

2009/2/26 Henrik Eriksson <[email protected]>
>
> Hi!
> How can I tweek the simpleNavigation? I don't want the <strong> tag...
> //Henrik

----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to