+ 1
Is it possible to put an image inside of a text (literally so)?
Is there any possible way, whether it be css, html, or javascript to (literally) insert an image inside of a text. That is a say, is there anyway to make an image become the background of a text. I included a few links below to try and clarify what I'm asking... https://graphic.com/blog/wp-content/uploads/2016/08/graphic-blog-image-template-1-1024x669.png https://i.ytimg.com/vi/ttViunKI6GI/maxresdefault.jpg
8 Answers
+ 6
This image is not inserted in text, the whole text is an image...~_~
+ 6
Create an image (with text in it) and import it with <img srt="source">
+ 6
I think you could do that with font-family (CSS) (change letter style to your own style with images, but you would have to make one by yourself...)
+ 4
It's possible ( never try before today ) to do this with <svg> elements... look at my code: https://code.sololearn.com/WOrLOi09pA1s/#html
It's a very simple test, because I discover and practice svg in html from few times, and make it juste now. So, I success to make it with fixed size, but don't actually know how to size it proportionnaly ( percentage sizing ) but it's also possible. Cannot explain anymore how fine tune image placement and so on, but this is a base demo-test for continue searching-learning ;)
+ 1
Yeah, I included the examples because I did not not if the eay I worded it was write or wrong. Wehn looking on Google I only got results based on how I worded it above...
Nonetheless, is it possible to make a text an image?
+ 1
Is that the only possible way? That kind of seems out of the way. Not that I'm lazy, I relatively new to this so I figured maybe it included many lines of code. Like the many lines of code it takes to make a heart using css.
+ 1
Thanks, it's a start but I won't let it trouble me to much.
+ 1
Hey visph, that's really cool! I did not consider using svg elements. But it's a really good push into this field I have yet to explore. I guess we're all learning here. đ