来自 SQL 数据库的图像顶部的文本
所以我想弄清楚如何做到这一点: http://www.hetemeel.com/einsteinform.php 与我自己的形象。我还需要弄清楚如何用从 SQL 数据库获取文本来替换文本框。非常感谢任何帮助。谢谢! :-)
So I am trying to figure out how to do this: http://www.hetemeel.com/einsteinform.php
with my own image. I also need to figure out how to replace the text-box with fetching text from an SQL database. Any help is much appreciated. Thanks! :-)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试使用这个脚本。
Try playing around with this script.
首先,将此图像作为 div 的背景图像,对于图像中显示的文本,您可以使用 CSS3 将文本转换为您看到的样子,使用:
并使用字体给它一种手写的感觉写法类似于“Buxton Sketch”字体名称。
然后使用该文本的 padding-left 属性将其按照您想要的方式放置在图像中。
我希望这会有用。
First, make this image a background-image for the div, for the text displayed in the image you can use CSS3 to transform the text to look like the way you saw using:
and use a font to give it a feeling that it is hand written like "Buxton Sketch" font name.
then use padding-left property for this text to position it the way you want in the image.
i hope this will be useful.