Hi Guys,
I am used modalizer with mod_cornerAd extension. What am looking forward is to have a fixed image - and when someone clicks on it, the modal window opens with description.
Currently in mod_cornerAd, when I specify the link as: warning.htm - things work ok.
When I change to link as: warning.htm class="modal" - the url is converted with extra "class="
e.g. -
www.willnevergrowup.com/draft/warning.ht...m&tmpl=component
where it should be
www.willnevergrowup.com/draft/warning.ht...m&tmpl=component
---
I can not use the {modal} syntax here because, if I use that the link is parsed again with an <a href...
e.g. -
<a href="/draft/
<a href="warning.htm?ml=4&mlt=system&tmpl=component" title="Hello" target="_blank"
---
Can somebody please suggest a solution to any one of the above...
