Lately, I've been working on enhancing the appearance of tooltips on my website. Recently, I stumbled upon the sleek tooltips on Godaddy.com that I would like to emulate in terms of text formatting:
https://i.sstatic.net/sqF9V.png
Here is how my current tooltips look:
https://i.sstatic.net/1IRqN.png
Below is my existing code. While it may appear messy, please focus on the functionality of displaying the tooltip when hovering over an image:
<img src="image URL here" width="20" data-toggle="tooltip" data-placement="top" title="A short description of your project/solution (max 250 characters), will only be displayed on the home screen, not in your post! If you do not wish to use this leave 'None'">
One key feature I am aiming to achieve is the ability to add new lines within the Tooltip content.
I welcome any suggestions or guidance on achieving this! Thank you in advance!