lisa
(@contentiskey)
can you provide an example of one or two of the hyperlinks you are trying to add? i want to understand the format you are using for the link.
<h2>Links to other sites:</h2>
Click Here for a discount offer from Sprint.
<img title=”Member Cellular Discounts with Sprint” src=”https://www.lovemycreditunion.org/client/love_my_cu/banner_push/?bid=86&campid=4&clientid=3378&sid=1″ alt=”Member Cellular Discounts with Sprint” width=”660″ height=”274″ border=”0″ />
lisa
(@contentiskey)
suggestion: use the html/text editor not the visual editor
basic format for any link to an external website
<a href="http://www.lovemycreditunion.org/Sprint-169.html">Click here for a discount offer from sprint</a>
basic format to link an image to an external website
<a href="http://www.lovemycreditunion.org/Sprint-169.html">
<img title="Member Cellular Discounts with Sprint" src="https://www.lovemycreditunion.org/client/love_my_cu/banner_push/?bid=86&campid=4&clientid=3378&sid=1" alt="Member Cellular Discounts with Sprint" width="660" height="274" border="0" />
</a>
I tried your suggestion and it is still not working.
lisa
(@contentiskey)
can you share the full html you are using for the link….everything from the <a href....... to </a>
<a href="http://www.lovemycreditunion.org/Sprint-169.html" target="_blank">Click here </a>
<a href="http://www.lovemycreditunion.org/Sprint-169.html">
<img title="Member Cellular Discounts with Sprint" src="https://www.lovemycreditunion.org/client/love_my_cu/banner_push/?bid=86&campid=4&clientid=3378&sid=1" alt="Member Cellular Discounts with Sprint" width="660" height="274" border="0" />
</a>
lisa
(@contentiskey)
I will try your links in my WordPress test website on a new post.
lisa
(@contentiskey)
both of the links worked okay exactly as you have them formatted in your support forum post.
======
this is what I see in your website source code. are you using the text editor when you are creating the content?
<p>Click here </a> for a discount offer from sprint
<br />
<br />
<img title="Member Cellular Discounts with Sprint" src="https://www.lovemycreditunion.org/client/love_my_cu/banner_push/?bid=86&campid=4&clientid=3378&sid=1" alt="Member Cellular Discounts with Sprint" width="660" height="274" border="0" /><br />
</a></p>
I am using the text editor and I update it and its saved. I don’t know where it is going wrong? is there another way I am not doing to save it?
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Try doing the same with all plugins deactivated *and* the Twenty Fifteen/ Fourteen theme active.
Ok, I tried all of that and it worked!!! Thank you so much for everyone’s help. I appreciate it lots.