Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
  • Guest, before posting your code please take these rules into consideration:
    • It is required to use our BBCode feature to display your code. While within the editor click < / > or >_ and place your code within the BB Code prompt. This helps others with finding a solution by making it easier to read and easier to copy.
    • You can also use markdown to share your code. When using markdown your code will be automatically converted to BBCode. For help with markdown check out the markdown guide.
    • Don't share a wall of code. All we want is the problem area, the code related to your issue.


    To learn more about how to use our BBCode feature, please click here.

    Thank you, Code Forum.

Is it possible to create custom arrows for html gallery- html entities?

Edrol97

Bronze Coder
Hi all,

Wondering if it's possible to create html entities and, if it is, how to encode them into a slider gallery. I have the images ready and have them at an appropriate size. Grateful for your support as always.

All the best,

Edrol
 
Hi all,

Wondering if it's possible to create html entities and, if it is, how to encode them into a slider gallery. I have the images ready and have them at an appropriate size. Grateful for your support as always.

All the best,

Edrol

HTML entities such as &rdquo; which is curly right double quotes?

Most code editors can encode special characters either on their own or with an add-on extension.

In VS Code, I use https://marketplace.visualstudio.com/items?itemName=christopherstyles.html-entities

In Panic's Nova i use an extension called Text Tools

THere are also many websites to help such as https://www.toptal.com/designers/htmlarrows/symbols/
 
HTML entities such as &rdquo; which is curly right double quotes?

Most code editors can encode special characters either on their own or with an add-on extension.

In VS Code, I use https://marketplace.visualstudio.com/items?itemName=christopherstyles.html-entities

In Panic's Nova i use an extension called Text Tools

THere are also many websites to help such as https://www.toptal.com/designers/htmlarrows/symbols/
Hi Tom, not exactly, but useful to know anyhow. Have managed to code them just by using img src. It's looking like this now, thanks to my coding tutor, your help and the others on this forum. Thanks a million.
 

Attachments

  • Screenshot 2024-04-26 at 01.30.57.png
    Screenshot 2024-04-26 at 01.30.57.png
    3.6 MB · Views: 3

New Threads

Latest posts

Buy us a coffee!

Back
Top Bottom