Hi Folks,
I'm currently putting together my own style sheet for controlling the look of my store.
As I have removed all the Actinic stuff, the extended info link is presently appearing the same as all my other links.
http://www.magicalwonders.com/acatal..._Products.html
I know that I should be able to specify a different style by creating a selector and wrapping the appropriate NQV with a span class="whatever"
But, what is the appropriate NQV ?
I think I've tracked it down to the Act_Productimage template.
Is this the code I need to apply my style to?
Hope someone can confirm I'm right.....or wrong!
Thanks,
Myles
I'm currently putting together my own style sheet for controlling the look of my store.
As I have removed all the Actinic stuff, the extended info link is presently appearing the same as all my other links.
http://www.magicalwonders.com/acatal..._Products.html
I know that I should be able to specify a different style by creating a selector and wrapping the appropriate NQV with a span class="whatever"
But, what is the appropriate NQV ?
I think I've tracked it down to the Act_Productimage template.
Is this the code I need to apply my style to?
<IMG SRC="NETQUOTEVAR:IMAGEFILE"
ALT="NETQUOTEVAR:ALTERNATETEXT"
BORDER=0
NETQUOTEVAR:IMAGEHEIGHT
NETQUOTEVAR:IMAGEWIDTH
NETQUOTEVAR:OTHERIMAGEMARKUP>
ALT="NETQUOTEVAR:ALTERNATETEXT"
BORDER=0
NETQUOTEVAR:IMAGEHEIGHT
NETQUOTEVAR:IMAGEWIDTH
NETQUOTEVAR:OTHERIMAGEMARKUP>
Thanks,
Myles
Comment