Creating HTML Offer for Global Mbox | Community
Skip to main content
Ridder_M
Level 2
October 16, 2015
Solved

Creating HTML Offer for Global Mbox

  • October 16, 2015
  • 2 replies
  • 1337 views

Hello,

I'm trying to create an HTML Offer in Target Classis to be used in a global mbox.  It's supposed to change the navigation with a different URLs and names for the navigation.  I tried creating the following offer, but all I'm getting is that the current navigation gets hidden:

<style>
#navigation {visibility:hidden};
</style>


<script type="text/javascript">

$('#navigation').html('<li>
                    <a href="index.html">Home</a>
                </li>
                <li class="active">
                    <a href="features.html">Features - New</a>
                </li>
                <li>
                    <a href="news.html">News - Offer</a>
                </li>
                <li>
                    <a href="about.html">About Us</a>
                </li>
                <li>
                    <a href="contact.html">Contact Us</a>
                </li>');

</script>

The page where I'm running this test is http://test.manzanet.us/features.html

Any guidance on how I can do this will be greatly appreciated because I'm stuck.

Thanks,

Ridder H. Manzanet

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by WhoaShekhar

Hi There,

Thanks for reaching out to Adobe Community.

Please go through the below document and see if you meet the prerequisites: 

https://marketing.adobe.com/resources/help/en_US/tnt/help/t_Creating_an_HTML_Offer.html

Thanks!

2 replies

WhoaShekhar
WhoaShekharAccepted solution
Level 10
October 16, 2015

Hi There,

Thanks for reaching out to Adobe Community.

Please go through the below document and see if you meet the prerequisites: 

https://marketing.adobe.com/resources/help/en_US/tnt/help/t_Creating_an_HTML_Offer.html

Thanks!

October 16, 2015

Thank for sharing.............