@joyously
This is the article code
how to changing for Simultaneous linking?
a href=”http://site.com Repeated only once
<p><span style="color: #0000ff;"><strong><span style="font-size: 14pt;">text</span></strong></span></p><p style="text-align: center;"><img class="size-full wp-image-7507 aligncenter" src="http://site.com/wp-content/uploads/2019/09/0112558.png" alt="" width="500" height="199" /></p><p style="text-align: center;"><img class="size-full wp-image-7506 aligncenter" src="http://site.com/wp-content/uploads/2019/09/005770.png" alt="" width="485" height="51" /></p>
-
This reply was modified 6 years, 8 months ago by
uuu.
-
This reply was modified 6 years, 8 months ago by
uuu.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Hmm it might be easier for you to combine those images together in an image editing tool and then upload and insert them
Joy
(@joyously)
According to the reference document, a link can have any content except interactive content, so you can’t nest links or have buttons inside a link.
That means you can just put your link around the entire HTML segment you pasted here.
<a href="example.com">
<p><span style="color: #0000ff;"><strong><span style="font-size: 14pt;">text</span>
</strong></span></p><p style="text-align: center;"><img class="size-full wp-image-7507 aligncenter" src="http://site.com/wp-content/uploads/2019/09/0112558.png" alt="" width="500" height="199" /></p>
<p style="text-align: center;"><img class="size-full wp-image-7506 aligncenter" src="http://site.com/wp-content/uploads/2019/09/005770.png" alt="" width="485" height="51" /></p>
</a>