• I have used the Make A Page tool from the ShareASale website, created a page in WordPress, copied the code I was given but it seems a large portion of the beginning code disappears and the page in WordPress does not look like what I created with their tool. The ShareASale support person wrote this:

    “It appears as though a large portion of the beginning of the code I provided is not making it to your post. Which is very odd, but it probably has to do with your theme.

    The first part is all CSS, which is the part that is getting stripped and why the style isn’t working on your website. I would research CSS getting stripped out of posts on WordPress and/or your specific theme and see if there is a remedy.”

    Can someone help me with this?

    The following code is what I attempted to paste:

    <style>#shrs_MAP38496_target { text-align: center; width: auto; margin: 5px; border: 1px solid rgb(0, 0, 0); padding: 4px; font-family: Arial, Helvetica, sans-serif; height: auto; } #shrs_MAP38496_pagingDsp { font-size: 1.2em; font-weight: bold; text-align: center; } #shrs_MAP38496_pagingDsp ul.shrs_MAP38496_pagingList { padding: 0px; margin: 5px 0px 0px; } #shrs_MAP38496_pagingDsp ul.shrs_MAP38496_pagingList li { display: inline; list-style-type: none; padding-right: 10px; } #shrs_MAP38496_pagingDsp ul.shrs_MAP38496_pagingList li.shrs_MAP38496_currentPage { font-size: 1.3em; font-weight: bold; } #shrs_MAP38496_pagingDsp ul.shrs_MAP38496_pagingList li a { color: rgb(0, 82, 156); } #shrs_MAP38496_pagingDsp ul.shrs_MAP38496_pagingList li.shrs_MAP38496_currentPage a { text-decoration: none; color: rgb(0, 0, 0); } ul.shrs_MAP38496_productDspList li a.MAP38496_productNameLink { color: rgb(0, 0, 0); font-size: 1.1em; } .shrs_MAP38496_productDiv { vertical-align: top; padding: 5px; border: 2px solid rgb(0, 0, 0); display: inline-block; margin: 5px; width: 192px; height: 468px; font-family: Arial, Helvetica, sans-serif; overflow: auto; } ul.shrs_MAP38496_productDspList { margin: 0px; padding: 0px; } ul.shrs_MAP38496_productDspList { margin: 0px; padding: 0px; } ul.shrs_MAP38496_productDspList li { list-style-type: none; margin-bottom: 5px; font-size: 15px; text-align: center; } ul.shrs_MAP38496_productDspList li.MAP38496_pTitle { font-size: 1em; font-weight: bold; } ul.shrs_MAP38496_productDspList li.MAP38496_pThumb { } ul.shrs_MAP38496_productDspList li.MAP38496_pThumb a img { max-width: 150px; height: auto; max-height: 150px; } ul.shrs_MAP38496_productDspList li.MAP38496_pShortDesc { display: block; } ul.shrs_MAP38496_productDspList li.MAP38496_pDesc { display: none; } ul.shrs_MAP38496_productDspList li.MAP38496_pPrice { font-weight: bold; color: rgb(8, 82, 165); display: none; } ul.shrs_MAP38496_productDspList li.MAP38496_pRetailPrice { display: none; } ul.shrs_MAP38496_productDspList li.MAP38496_pSku { display: none; } ul.shrs_MAP38496_productDspList li.MAP38496_pImage { display: none; } ul.shrs_MAP38496_productDspList li.MAP38496_pManufacturer { display: none; } ul.shrs_MAP38496_productDspList li.MAP38496_pIsbn { display: none; } ul.shrs_MAP38496_productDspList li.MAP38496_pMerchantName { display: none; } ul.shrs_MAP38496_productDspList li.MAP38496_pPartnumber { display: none; } ul.shrs_MAP38496_productDspList li.MAP38496_pMerchantsubcategory { display: none; } ul.shrs_MAP38496_productDspList li.MAP38496_pCustomText { display: none; } ul.shrs_MAP38496_productDspList li.MAP38496_pImage a { font-size: 0.8em; color: rgb(0, 0, 0); text-decoration: none; } #shrs_MAP38496_largerImageViewer { border: 2px solid black; position: fixed; left: 35%; top: 50%; z-index: 503; height: auto; margin-top: -200px; width: auto; display: none; background-color: white; } ul.shrs_MAP38496_productDspList li span { margin-right: 5px; color: rgb(94, 94, 94); } ul.shrs_MAP38496_productDspList li span.MAP38496_lbl_productName { display: none; } ul.shrs_MAP38496_productDspList li span.MAP38496_lbl_thumbnail { display: none; } ul.shrs_MAP38496_productDspList li span.MAP38496_lbl_price { display: none; } ul.shrs_MAP38496_productDspList li span.MAP38496_lbl_shortDesc { display: none; } ul.shrs_MAP38496_productDspList li span.MAP38496_lbl_image { display: none; } ul.shrs_MAP38496_productDspList li span.MAP38496_lbl_manufacturer { display: none; } ul.shrs_MAP38496_productDspList li span.MAP38496_lbl_subcategory { display: none; } ul.shrs_MAP38496_productDspList li span.MAP38496_lbl_partNumber { } ul.shrs_MAP38496_productDspList li span.MAP38496_lbl_retailPrice { } ul.shrs_MAP38496_productDspList li span.MAP38496_lbl_sku { } ul.shrs_MAP38496_productDspList li span.MAP38496_lbl_isbn { } </style><script type="text/javascript">var shrs_empty =''; var shrs_MAP38496_loadSubPage = function (pageNum, aEl){   try{         var arrPage = shrs_getElementsByClassName(document.getElementById('shrs_MAP38496_target'), 'MAP38496_pagedDisplay');                var pageToshow = document.getElementById('MAP38496_page'+pageNum);   var menuEl = document.getElementById('shrs_MAP38496_pagingListEl');        var dspCurrentPage = document.getElementById('shrs_MAP38496_pagingDspCurrentPage'); for (var i=0;i<arrPage.length;i++)                              arrPage[i].style.display = 'none';               pageToshow.style.display ='block';          var arrMenuList = menuEl.childNodes;       for (var i=0;i<arrMenuList .length;i++)                    arrMenuList[i].className = 'shrs_MAP38496_notCurrentPage';         dspCurrentPage.innerHTML = pageNum;             if(aEl.parentNode)                          aEl.parentNode.className = 'shrs_MAP38496_currentPage';     }catch(err){}                };shrs_getElementsByClassName = function(node, classname) {    var a = [];    var re = new RegExp('(^| )'+classname+'( |$)');    var els = node.getElementsByTagName("*");    for(var i=0,j=els.length; i<j; i++)        if(re.test(els[i].className))a.push(els[i]);    return a;};</script><div id="shrs_MAP38496_target"><div id="MAP38496_page1" class="MAP38496_pagedDisplay"><div id="MAP38496_579203433" class="shrs_MAP38496_productDiv"><ul class="shrs_MAP38496_productDspList"><li class="MAP38496_pTitle"><a href="https://www.shareasale.com/m-pr.cfm?merchantID=29190&userID=1135050&productID=579203433&afftrack=">Tunisian Crochet: Revolutions in Color and Style</a><li class="MAP38496_pThumb"><a href="https://www.shareasale.com/m-pr.cfm?merchantID=29190&userID=1135050&productID=579203433&afftrack="><img src="https://static-sympoz.s3.amazonaws.com/course/69/titleCard.jpg" onerror="this.src='https://static-sympoz.s3.amazonaws.com/course/69/titleCard.jpg'; this.onerror = '';"></a><li class="MAP38496_pShortDesc"><span class="MAP38496_lbl_shortDesc">Description:</span> Worked with a tool that's a cross between a crochet hook and a knitting needle, Tunisian crochet creates interesting textures and lends itself to bold color combinations. In this class, you'll learn the basic Tunisian stitches before making a versati</div><div id="MAP38496_579203590" class="shrs_MAP38496_productDiv"><ul class="shrs_MAP38496_productDspList"><li class="MAP38496_pTitle"><a href="https://www.shareasale.com/m-pr.cfm?merchantID=29190&userID=1135050&productID=579203590&afftrack=">See It, Crochet It: Reading Diagrams</a><li class="MAP38496_pThumb"><a href="https://www.shareasale.com/m-pr.cfm?merchantID=29190&userID=1135050&productID=579203590&afftrack="><img src="https://static-sympoz.s3.amazonaws.com/course/4843/titleCard.jpg" onerror="this.src='https://static-sympoz.s3.amazonaws.com/course/4843/titleCard.jpg'; this.onerror = '';"></a><li class="MAP38496_pShortDesc"><span class="MAP38496_lbl_shortDesc">Description:</span> Never be confused about where to make the next stitch! Crochet expert Charles Voth shows you how to make sense of crochet symbols and diagrams for crochet that’s fast and enjoyable. First, learn essential crochet stitch symbols and find out how they</div><div id="MAP38496_579203657" class="shrs_MAP38496_productDiv"><ul class="shrs_MAP38496_productDspList"><li class="MAP38496_pTitle"><a href="https://www.shareasale.com/m-pr.cfm?merchantID=29190&userID=1135050&productID=579203657&afftrack=">Quick & Easy Crochet Cowls</a><li class="MAP38496_pThumb"><a href="https://www.shareasale.com/m-pr.cfm?merchantID=29190&userID=1135050&productID=579203657&afftrack="><img src="https://static-sympoz.s3.amazonaws.com/course/4920/titleCard.jpg" onerror="this.src='https://static-sympoz.s3.amazonaws.com/course/4920/titleCard.jpg'; this.onerror = '';"></a><li class="MAP38496_pShortDesc"><span class="MAP38496_lbl_shortDesc">Description:</span> Are you afraid that working in the round might have you spinning in circles? Join designer Tamara Kelly as she takes you on a journey through three captivating cowl projects, teaching you all the skills you need to crochet in the round with comfort and c</div><div id="MAP38496_579203411" class="shrs_MAP38496_productDiv"><ul class="shrs_MAP38496_productDspList"><li class="MAP38496_pTitle"><a href="https://www.shareasale.com/m-pr.cfm?merchantID=29190&userID=1135050&productID=579203411&afftrack=">Quick & Easy Crochet Cables</a><li class="MAP38496_pThumb"><a href="https://www.shareasale.com/m-pr.cfm?merchantID=29190&userID=1135050&productID=579203411&afftrack="><img src="https://static-sympoz.s3.amazonaws.com/course/4975/titleCard.jpg" onerror="this.src='https://static-sympoz.s3.amazonaws.com/course/4975/titleCard.jpg'; this.onerror = '';"></a><li class="MAP38496_pShortDesc"><span class="MAP38496_lbl_shortDesc">Description:</span> Are you ready for a new twist in your crochet? Join designer Shannon Mullett-Bowlsby in this exciting mini-class, and work your way step by step through a spectrum of stunning cables, from simple, elegant post stitches to weaving wonders. Shannon will co</div><div id="MAP38496_579203823" class="shrs_MAP38496_productDiv"><ul class="shrs_MAP38496_productDspList"><li class="MAP38496_pTitle"><a href="https://www.shareasale.com/m-pr.cfm?merchantID=29190&userID=1135050&productID=579203823&afftrack=">Professional Finishing for Perfect Crochet</a><li class="MAP38496_pThumb"><a href="https://www.shareasale.com/m-pr.cfm?merchantID=29190&userID=1135050&productID=579203823&afftrack="><img src="https://static-sympoz.s3.amazonaws.com/course/4719/titleCard.jpg" onerror="this.src='https://static-sympoz.s3.amazonaws.com/course/4719/titleCard.jpg'; this.onerror = '';"></a><li class="MAP38496_pShortDesc"><span class="MAP38496_lbl_shortDesc">Description:</span> Join crochet designer and beloved instructor Linda Permann as she reveals flawless finishing techniques that will vastly improve the quality of your crochet. Pick up insider tips for smooth edges and impeccable joins and confidently create neater colorwo</div><div id="MAP38496_579204116" class="shrs_MAP38496_productDiv"><ul class="shrs_MAP38496_productDspList"><li class="MAP38496_pTitle"><a href="https://www.shareasale.com/m-pr.cfm?merchantID=29190&userID=1135050&productID=579204116&afftrack=">Next Steps in Crochet</a><li class="MAP38496_pThumb"><a href="https://www.shareasale.com/m-pr.cfm?merchantID=29190&userID=1135050&productID=579204116&afftrack="><img src="https://static-sympoz.s3.amazonaws.com/course/5110/titleCard.jpg" onerror="this.src='https://static-sympoz.s3.amazonaws.com/course/5110/titleCard.jpg'; this.onerror = '';"></a><li class="MAP38496_pShortDesc"><span class="MAP38496_lbl_shortDesc">Description:</span> Move confidently beyond the basics and start exploring the breathtaking possibilities new crochet techniques have to offer. Join popular Craftsy instructor Kim Werker and learn a variety of stitch patterns sure to add visual and textural intrigue to any </div><div id="MAP38496_579203372" class="shrs_MAP38496_productDiv"><ul class="shrs_MAP38496_productDspList"><li class="MAP38496_pTitle"><a href="https://www.shareasale.com/m-pr.cfm?merchantID=29190&userID=1135050&productID=579203372&afftrack=">My First Crochet Cardigan</a><li class="MAP38496_pThumb"><a href="https://www.shareasale.com/m-pr.cfm?merchantID=29190&userID=1135050&productID=579203372&afftrack="><img src="https://static-sympoz.s3.amazonaws.com/course/4851/titleCard.jpg" onerror="this.src='https://static-sympoz.s3.amazonaws.com/course/4851/titleCard.jpg'; this.onerror = '';"></a><li class="MAP38496_pShortDesc"><span class="MAP38496_lbl_shortDesc">Description:</span> Learn how to crochet a cardigan you’ll love to wear! Join designer Sara Delaney to see how easy crocheting clothing can be, and gain the skills and confidence you need to create pieces that will make you proud! Your road to sweater success starts as</div><div id="MAP38496_579203846" class="shrs_MAP38496_productDiv"><ul class="shrs_MAP38496_productDspList"><li class="MAP38496_pTitle"><a href="https://www.shareasale.com/m-pr.cfm?merchantID=29190&userID=1135050&productID=579203846&afftrack=">Mastering Foundation Crochet Stitches</a><li class="MAP38496_pThumb"><a href="https://www.shareasale.com/m-pr.cfm?merchantID=29190&userID=1135050&productID=579203846&afftrack="><img src="https://static-sympoz.s3.amazonaws.com/course/4809/titleCard.jpg" onerror="this.src='https://static-sympoz.s3.amazonaws.com/course/4809/titleCard.jpg'; this.onerror = '';"></a><li class="MAP38496_pShortDesc"><span class="MAP38496_lbl_shortDesc">Description:</span> Master foundation stitches and eliminate the need for a long foundation chain at the beginning of any crochet project. Join fiber artist and instructor Marty Miller as she walks you through the four basic foundation crochet stitches: single, half double,</div><div id="MAP38496_579203953" class="shrs_MAP38496_productDiv"><ul class="shrs_MAP38496_productDspList"><li class="MAP38496_pTitle"><a href="https://www.shareasale.com/m-pr.cfm?merchantID=29190&userID=1135050&productID=579203953&afftrack=">Joining Crochet Motifs</a><li class="MAP38496_pThumb"><a href="https://www.shareasale.com/m-pr.cfm?merchantID=29190&userID=1135050&productID=579203953&afftrack="><img src="https://static-sympoz.s3.amazonaws.com/course/304/titleCard.jpg" onerror="this.src='https://static-sympoz.s3.amazonaws.com/course/304/titleCard.jpg'; this.onerror = '';"></a><li class="MAP38496_pShortDesc"><span class="MAP38496_lbl_shortDesc">Description:</span> Conquer that stack of crocheted motifs and turn them into a beautiful finished project! Edie Eckman shows you creative ways to join granny squares, hexagons and other shapes with smooth seams and corners that don't pucker. You'll learn 11 different croch</div><div id="MAP38496_579203814" class="shrs_MAP38496_productDiv"><ul class="shrs_MAP38496_productDspList"><li class="MAP38496_pTitle"><a href="https://www.shareasale.com/m-pr.cfm?merchantID=29190&userID=1135050&productID=579203814&afftrack=">Improve Your Crochet: Essential Techniques</a><li class="MAP38496_pThumb"><a href="https://www.shareasale.com/m-pr.cfm?merchantID=29190&userID=1135050&productID=579203814&afftrack="><img src="https://static-sympoz.s3.amazonaws.com/course/4807/titleCard.jpg" onerror="this.src='https://static-sympoz.s3.amazonaws.com/course/4807/titleCard.jpg'; this.onerror = '';"></a><li class="MAP38496_pShortDesc"><span class="MAP38496_lbl_shortDesc">Description:</span> Join author and renowned instructor Edie Eckman as she shares techniques for improving the look and quality of your crochet. Begin by learning how to create and maintain control over your fabric and prevent a too-tight foundation chain. Then, get comfort</div><div id="MAP38496_579204120" class="shrs_MAP38496_productDiv"><ul class="shrs_MAP38496_productDspList"><li class="MAP38496_pTitle"><a href="https://www.shareasale.com/m-pr.cfm?merchantID=29190&userID=1135050&productID=579204120&afftrack=">Freeform Crochet</a><li class="MAP38496_pThumb"><a href="https://www.shareasale.com/m-pr.cfm?merchantID=29190&userID=1135050&productID=579204120&afftrack="><img src="https://static-sympoz.s3.amazonaws.com/course/4727/titleCard.jpg" onerror="this.src='https://static-sympoz.s3.amazonaws.com/course/4727/titleCard.jpg'; this.onerror = '';"></a><li class="MAP38496_pShortDesc"><span class="MAP38496_lbl_shortDesc">Description:</span> Internationally renowned instructor Myra Wood has devoted years to testing new techniques for accessible freeform crochet, and she’s ready to share them with you! Discover practical steps and clear processes for creating, connecting and embellishing</div><div id="MAP38496_579203543" class="shrs_MAP38496_productDiv"><ul class="shrs_MAP38496_productDspList"><li class="MAP38496_pTitle"><a href="https://www.shareasale.com/m-pr.cfm?merchantID=29190&userID=1135050&productID=579203543&afftrack=">Fair Isle Crochet: Demystifying Colorwork</a><li class="MAP38496_pThumb"><a href="https://www.shareasale.com/m-pr.cfm?merchantID=29190&userID=1135050&productID=579203543&afftrack="><img src="https://static-sympoz.s3.amazonaws.com/course/3984/titleCard.jpg" onerror="this.src='https://static-sympoz.s3.amazonaws.com/course/3984/titleCard.jpg'; this.onerror = '';"></a><li class="MAP38496_pShortDesc"><span class="MAP38496_lbl_shortDesc">Description:</span> Crochet Fair Isle patterns that look just as smooth and sharp as knitting! Join expert instructor and published author Karen Whooley as she demystifies Fair Isle charts and provides tips for creating your own colorful patterns. Learn how to cleanly chang</div><div id="MAP38496_579203494" class="shrs_MAP38496_productDiv"><ul class="shrs_MAP38496_productDspList"><li class="MAP38496_pTitle"><a href="https://www.shareasale.com/m-pr.cfm?merchantID=29190&userID=1135050&productID=579203494&afftrack=">Custom-Fit Tunisian Crochet</a><li class="MAP38496_pThumb"><a href="https://www.shareasale.com/m-pr.cfm?merchantID=29190&userID=1135050&productID=579203494&afftrack="><img src="https://static-sympoz.s3.amazonaws.com/course/4610/titleCard.jpg" onerror="this.src='https://static-sympoz.s3.amazonaws.com/course/4610/titleCard.jpg'; this.onerror = '';"></a><li class="MAP38496_pShortDesc"><span class="MAP38496_lbl_shortDesc">Description:</span> Create garments that truly flatter with personalized pattern alterations. Join crochet designer and author Dora Ohrenstein as she demystifies Tunisian crochet and shares accessible techniques for making a flattering vest you’ll adore. Warm up your h</div><div id="MAP38496_579204118" class="shrs_MAP38496_productDiv"><ul class="shrs_MAP38496_productDspList"><li class="MAP38496_pTitle"><a href="https://www.shareasale.com/m-pr.cfm?merchantID=29190&userID=1135050&productID=579204118&afftrack=">Curvy Crochet: Plus Size Techniques</a><li class="MAP38496_pThumb"><a href="https://www.shareasale.com/m-pr.cfm?merchantID=29190&userID=1135050&productID=579204118&afftrack="><img src="https://static-sympoz.s3.amazonaws.com/course/32/titleCard.jpg" onerror="this.src='https://static-sympoz.s3.amazonaws.com/course/32/titleCard.jpg'; this.onerror = '';"></a><li class="MAP38496_pShortDesc"><span class="MAP38496_lbl_shortDesc">Description:</span> Have you ever set out to crochet a sweater, spent days of work and hundreds of dollars on yarn, only to end up with something you never wear because it just doesn't? Marly Bird to the rescue!  In Curvy Crochet, you'll select the perfect pattern for your </div><div id="MAP38496_579203355" class="shrs_MAP38496_productDiv"><ul class="shrs_MAP38496_productDspList"><li class="MAP38496_pTitle"><a href="https://www.shareasale.com/m-pr.cfm?merchantID=29190&userID=1135050&productID=579203355&afftrack=">Crochet: Beyond Rectangles</a><li class="MAP38496_pThumb"><a href="https://www.shareasale.com/m-pr.cfm?merchantID=29190&userID=1135050&productID=579203355&afftrack="><img src="https://static-sympoz.s3.amazonaws.com/course/21/titleCard.jpg" onerror="this.src='https://static-sympoz.s3.amazonaws.com/course/21/titleCard.jpg'; this.onerror = '';"></a><li class="MAP38496_pShortDesc"><span class="MAP38496_lbl_shortDesc">Description:</span> Bored of blankets and scarves? If you're ready to tackle more complex patterns, Linda's darling baby sweater is the perfect first crocheted garment. You'll learn professional secrets to create smooth edges, link stitches, shape your pieces, sew them toge</div><div id="MAP38496_579203545" class="shrs_MAP38496_productDiv"><ul class="shrs_MAP38496_productDspList"><li class="MAP38496_pTitle"><a href="https://www.shareasale.com/m-pr.cfm?merchantID=29190&userID=1135050&productID=579203545&afftrack=">Crochet: Basics & Beyond</a><li class="MAP38496_pThumb"><a href="https://www.shareasale.com/m-pr.cfm?merchantID=29190&userID=1135050&productID=579203545&afftrack="><img src="https://static-sympoz.s3.amazonaws.com/course/4728/titleCard.jpg" onerror="this.src='https://static-sympoz.s3.amazonaws.com/course/4728/titleCard.jpg'; this.onerror = '';"></a><li class="MAP38496_pShortDesc"><span class="MAP38496_lbl_shortDesc">Description:</span> Learn the stitches, tools and techniques you need to get started with crochet! Join author and popular blogger Kim Werker as she provides step-by-step instruction for getting started — from selecting the right yarn and deciphering tricky yarn labels</div><div id="MAP38496_579203535" class="shrs_MAP38496_productDiv"><ul class="shrs_MAP38496_productDspList"><li class="MAP38496_pTitle"><a href="https://www.shareasale.com/m-pr.cfm?merchantID=29190&userID=1135050&productID=579203535&afftrack=">Crochet Mittens & Fingerless Gloves</a><li class="MAP38496_pThumb"><a href="https://www.shareasale.com/m-pr.cfm?merchantID=29190&userID=1135050&productID=579203535&afftrack="><img src="https://static-sympoz.s3.amazonaws.com/course/4855/titleCard.jpg" onerror="this.src='https://static-sympoz.s3.amazonaws.com/course/4855/titleCard.jpg'; this.onerror = '';"></a><li class="MAP38496_pShortDesc"><span class="MAP38496_lbl_shortDesc">Description:</span> Are you looking to get hands-on with mitten making? Join designer Brenda Anderson to build on your skills and crochet classic mitten designs! With each design you’ll learn how easy it is to make stunning mittens as you work through techniques for co</div><div id="MAP38496_579203756" class="shrs_MAP38496_productDiv"><ul class="shrs_MAP38496_productDspList"><li class="MAP38496_pTitle"><a href="https://www.shareasale.com/m-pr.cfm?merchantID=29190&userID=1135050&productID=579203756&afftrack=">Crochet Essentials: Increases & Decreases</a><li class="MAP38496_pThumb"><a href="https://www.shareasale.com/m-pr.cfm?merchantID=29190&userID=1135050&productID=579203756&afftrack="><img src="https://static-sympoz.s3.amazonaws.com/course/5174/titleCard.jpg" onerror="this.src='https://static-sympoz.s3.amazonaws.com/course/5174/titleCard.jpg'; this.onerror = '';"></a><li class="MAP38496_pShortDesc"><span class="MAP38496_lbl_shortDesc">Description:</span> Crochet decreases and increases for lots of common situations! Join the mind behind Moogly, Tamara Kelly, and learn how to give your projects great shape. During class, you'll see each method demonstrated in single, double and half-double crochet, whethe</div><div id="MAP38496_528327150" class="shrs_MAP38496_productDiv"><ul class="shrs_MAP38496_productDspList"><li class="MAP38496_pTitle"><a href="https://www.shareasale.com/m-pr.cfm?merchantID=29190&userID=1135050&productID=528327150&afftrack=">Crafty Crochet Embellishments</a><li class="MAP38496_pThumb"><a href="https://www.shareasale.com/m-pr.cfm?merchantID=29190&userID=1135050&productID=528327150&afftrack="><img src="https://static-sympoz.s3.amazonaws.com/course/22/titleCard.jpg" onerror="this.src='https://static-sympoz.s3.amazonaws.com/course/22/titleCard.jpg'; this.onerror = '';"></a><li class="MAP38496_pShortDesc"><span class="MAP38496_lbl_shortDesc">Description:</span> With its lacy motifs and sculptural qualities, crochet is the perfect medium for adding one-of-a-kind details to any project — knit, sewn or crocheted. You will love the quick and fun projects as Linda teaches seven simple techniques to trim, edge a</div><div id="MAP38496_579203378" class="shrs_MAP38496_productDiv"><ul class="shrs_MAP38496_productDspList"><li class="MAP38496_pTitle"><a href="https://www.shareasale.com/m-pr.cfm?merchantID=29190&userID=1135050&productID=579203378&afftrack=">Classic Crochet Openwork</a><li class="MAP38496_pThumb"><a href="https://www.shareasale.com/m-pr.cfm?merchantID=29190&userID=1135050&productID=579203378&afftrack="><img src="https://static-sympoz.s3.amazonaws.com/course/5175/titleCard.jpg" onerror="this.src='https://static-sympoz.s3.amazonaws.com/course/5175/titleCard.jpg'; this.onerror = '';"></a><li class="MAP38496_pShortDesc"><span class="MAP38496_lbl_shortDesc">Description:</span> Crocheting heirloom-worthy lace is easier than you think! Join returning Craftsy instructor Jennifer Hansen in this survey of timeless crochet lace motifs, and turn all your openwork projects into treasured gifts. During class, Jennifer will guide you st</div><div id="MAP38496_579203357" class="shrs_MAP38496_productDiv"><ul class="shrs_MAP38496_productDspList"><li class="MAP38496_pTitle"><a href="https://www.shareasale.com/m-pr.cfm?merchantID=29190&userID=1135050&productID=579203357&afftrack=">Amazing Crochet Textures: Ribbing, Cables & Beads</a><li class="MAP38496_pThumb"><a href="https://www.shareasale.com/m-pr.cfm?merchantID=29190&userID=1135050&productID=579203357&afftrack="><img src="https://static-sympoz.s3.amazonaws.com/course/4233/titleCard.jpg" onerror="this.src='https://static-sympoz.s3.amazonaws.com/course/4233/titleCard.jpg'; this.onerror = '';"></a><li class="MAP38496_pShortDesc"><span class="MAP38496_lbl_shortDesc">Description:</span> Take your crochet up a stitch with beautiful ribbing, cables and beads as you make a richly textured 12-square afghan. Enjoy instruction from expert Drew Emborsky, aka The Crochet Dude, as you learn to work a chainless foundation, create complex cable co</div><div style="clear:both;"></div></div><div id="shrs_MAP38496_largerImageViewer"></div></div>

    The page where I pasted this code is https://alpacameadows.com/classes/crochet-classes/

    Thank you in advance for your help!

Viewing 1 replies (of 1 total)
  • Julie

    It seems you are trying to add the code in the “Visual Editor” instead of “Text Editor”, all you need to do is simply click “Text” button on the editor and paste the code there. Here’s a screencast I recorded doing the same, pardon for the noise in the background, I’m at a coffee shop.

Viewing 1 replies (of 1 total)
  • The topic ‘Code Being Stripped Out Of Post’ is closed to new replies.