I go to page builders and hit on a page I made and update often, but now i hit the html block to add a code which i can with no problem and then hit update.. then I get what is in attachment. the html code does not save.
I go to page builders and hit on a page I made and update often, but now i hit the html block to add a code which i can with no problem and then hit update.. then I get what is in attachment. the html code does not save. |
It really depends on the code you are trying to insert. For example, if you are trying to insert a Javascript code that starts with <script> then more than likely its gonna get stripped by the HTML Purifier.
Codes like that have to be inserted via the database to get around that. Nothing to see here |
The code I'm putting in is <a href="www.pickupflowers.com/products/usa/12-red-long-stem-roses" target="_blank"> </a> |
i'm also using a table format too. |
Is that the full code? All that is is a link with no text.. nothing is going to show with that. Now if you switched it to this instead:
<a href="www.pickupflowers.com/products/usa/12-red-long-stem-roses" target="_blank"> Long Stem Roses </a>
The you should see something like this in your block: Nothing to see here |
<a href="www.pickupflowers.com/products/usa/12-red-long-stem-roses" target="_blank"> </a><p>25% Off on $35 or below, Exclusive Mother's Day flowers </p><http://www.shareasale.com/u.cfm?d=93097&m=19225&u=551635>5/25
This is the code above. it will show on the html block but it wont save |
The html block source editor goes blank when you hit update but you can see it in the html block but won't save |
<a href="www.pickupflowers.com/products/usa/12-red-long-stem-roses" target="_blank"> </a><p>25% Off on $35 or below, Exclusive Mother's Day flowers </p><http://www.shareasale.com/u.cfm?d=93097&m=19225&u=551635>5/25
This is the code above. it will show on the html block but it wont save I can imagine. Looks like crap :)
Not sure where you are getting this code from, but its format is completely off. It looks like you are trying to make a link to that roses discount page. Try pasting ONLY this code in your HTML box. I just did it and it works fine:
<p><a href="/administration/www.pickupflowers.com/products/usa/12-red-long-stem-roses" target="_blank">25% Off on $35 or below, Exclusive Mother's Day flowers</a></p>
I dont have a CLUE what you are trying to do with this though: <http://www.shareasale.com/u.cfm?d=93097&m=19225&u=551635>5/25 Nothing to see here |
<a href="www.pickupflowers.com/products/usa/12-red-long-stem-roses" target="_blank"> </a><p>25% Off on $35 or below, Exclusive Mother's Day flowers </p> I put this in and it work ... so where would i fit this in :<http://www.shareasale.com/u.cfm?d=93097&m=19225&u=551635>5/25 Thanks so much for you help |
Thats line is a tracking url |
This worked??? <a href="www.pickupflowers.com/products/usa/12-red-long-stem-roses" target="_blank"> </a><p>25% Off on $35 or below, Exclusive Mother's Day flowers </p> Looking at this, only thing you should see in the box would be: 25% Off on $35 or below, Exclusive Mother's Day flowers But there wouldnt be a link to click it. In order for it to be a link you can click, you have to put your text BEFORE the </a> as I showed you before. Tracking URL? Is that some type of affiliate link or something? Why do you need it in there? Nothing to see here |
yes it is a affiliate link and yes the code work. <a href="www.pickupflowers.com/products/usa/12-red-long-stem-roses" target="_blank"><p>25% Off on $35 or below, Exclusive Mother's Day flowers </a></p> </a> is this in the correct spot now |
yes it is a affiliate link and yes the code work. <a href="www.pickupflowers.com/products/usa/12-red-long-stem-roses" target="_blank"><p>25% Off on $35 or below, Exclusive Mother's Day flowers </a></p> </a> is this in the correct spot now Ok, well if you are an affiliate of www.pickupflowers.com, then you should be using another link that includes your affiliate ID. (this is just an example) www.pickupflowers.com/products/usa/12-red-long-stem-roses?affID=123456 Looking at that URL you provided 'shareasale' doesnt seem to be related. If this is some sort of 'tracking URL' and not a real affiliate link of pickupflowers.com, then I am not sure how you can embed that so it track it. Sorry Nothing to see here |
Thanks you, You have been a great help:) |