Hi All,
using the latest Opencart 2.3
can anyone please tell me why now opencart has fiddle with it so you can not hyperlink a inserted photo into the Description body of a product etc and you can only hyperlink inserted text?????
Does anyone know how to get around this?
Thanks
You can still do it by adding the code yourself....once you have inserted your image into the product description box, then click on the "code view" button (second from right)
then just wrap the code for your image in link text.....example image
linked image
remember that once you have finished editing the code in code view then click the code view button again to return to normal view BEFORE clicking the save button
OR maybe using ckeditor extension instead of default summernote, look Here
then just wrap the code for your image in link text.....example image
Code: Select all
<p><img src="http://localhost/0c2.3.0.2/image/catalog/logo.png" style="width: 268px;"><br></p>
Code: Select all
<p><a href="http://www.YOUR-LINK.COM"><img src="http://localhost/0c2.3.0.2/image/catalog/logo.png" style="width: 466.32px; height: 87px;"></a><br></p>
OR maybe using ckeditor extension instead of default summernote, look Here
Who is online
Users browsing this forum: Amazon [Bot] and 12 guests