+ 1
Implement text on webpages with images?
I found a couple of websites which had their content written directly on images (as part of the image-file). As a consequence, the html-code was quite short and consisted mainly of <img> tags instead of semantic elements and paragraphs. Is there any good reason to do this?
5 odpowiedzi
+ 5
It is good for captcha's and other content where you don't want to it to be web scraped but otherwise not ideal
+ 3
The reason is to protect website content from direct and easy copy. Some website owners think this for cool :(
+ 2
It's stupid practice. Site like this won't be positioned in Google search or Yahoo etc...
+ 1
Damyan Petkov
The same website owners cannot programming and need to do this. :(
0
What programming language?
In PHP, you can use this:
http://php.net/manual/en/function.imagestring.php