mandar
07-15-06, 12:31 PM
Hi,
I want to modify MIVA Code a bit
in Navigation Bar
Original Code is:-
<mvt:if expr="g.Store_Count GT 1">
<a href="&mvt:global:secure_sessionurl;Screen=STSL"><img src="graphics/en-US/mmui/steel/selstr.gif" alt="Select Store" border=0></a>
</mvt:if>
I want to modify the code as:-
<mvt:if expr="g.Store_Count GT 1">
<a href="&mvt:global:secure_sessionurl;Screen=STSL">HOME</a>
</mvt:if>
ie i want to add "HOME " instead of the image
But its not working
Can anybody help me for it .
:)
I want to modify MIVA Code a bit
in Navigation Bar
Original Code is:-
<mvt:if expr="g.Store_Count GT 1">
<a href="&mvt:global:secure_sessionurl;Screen=STSL"><img src="graphics/en-US/mmui/steel/selstr.gif" alt="Select Store" border=0></a>
</mvt:if>
I want to modify the code as:-
<mvt:if expr="g.Store_Count GT 1">
<a href="&mvt:global:secure_sessionurl;Screen=STSL">HOME</a>
</mvt:if>
ie i want to add "HOME " instead of the image
But its not working
Can anybody help me for it .
:)