Wapper Promotional Popup
<<<<<<< HEAD
<!-- The `<html>, <head>, <body>` tags are required within the Manage Templates-->
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<!-- Important Info
- You can add either in-style CSS or CSS classes to an HTML element
- If using CSS classes to an HTML element, you can either add CSS in within the Manage Template, or pointing it to your website CSS
- **Note: If you are using CSS classes, please make sure they are only to be used for the pop-up itself and not manipulate/change anything else in the Wrapper or your website
-->
<style>
.optimove-main-div{
display: block;
}
</style>
<!-- You can add IDs to an HTML element -->
<!-- You can add either in-style CSS or CSS classes to an HTML element -->
<div id="optimove-main-div" class="optimove-main-div">
<h2>Lorem ipsum dolor sit amet.</h2>
<p>Lorem ipsum dolor sit amet.</p>
<img src"image-source" alt="some alt message">
<a href="#" id="close-popup">Lorem ipsum</a>
</div>
</body>
=======
<!-- The `<html>, <head>, <body>` tags are required within the Manage Templates-->
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<!-- Important Info
- You can add either in-style CSS or CSS classes to an HTML element
- If using CSS classes to an HTML element, you can either add CSS in within the Manage Template, or pointing it to your website CSS
- **Note: If you are using CSS classes, please make sure they are only to be used for the pop-up itself and not manipulate/change anything else in the Wrapper or your website
-->
<style>
.optimove-main-div{
display: block;
}
</style>
<!-- You can add IDs to an HTML element -->
<!-- You can add either in-style CSS or CSS classes to an HTML element -->
<div id="optimove-main-div" class="optimove-main-div">
<h2>Lorem ipsum dolor sit amet.</h2>
<p>Lorem ipsum dolor sit amet.</p>
<img src"image-source" alt="some alt message">
<a href="#" id="close-popup">Lorem ipsum</a>
</div>
</body>
>>>>>>> 8481f49f3237d7eeb33c75069199bf36b840b5b3
</html>
Updated 8 months ago