I would like to add a button caption with part of the text linking to a phone number in the fourth column of a pricing table. I’ve already tried using CSS with AI assistance, but I hope real experts can help me realize it since it’s still not working.
Not exactly. ‘Of bel ons’ would remain the standard caption text, but I’d like to make the phone number ‘+31 299 411 800’ a clickable link so users can call directly.
Great news - it’s possible to make the phone number clickable. I’ve replaced your caption with this one Of bel ons <a href="tel:+31299411800">+31 299 411 800</a> and everything worked fine.
Check it out and let me know if you like the result