I am creating some web pages and all of them are in jpeg and psd file I am converting them into html but I have some problem here, I do not know how to put some text above in the picture so it might CSS can do to do this. What is the script for this.
CSS Help
Collapse
X
-
It's not a script. It's CSS itself. It's involved in the HTML. -
Comment
-
-
[email protected]
ICQ: 269486444
ZoxEmbedTube - Build unlimited "fake" tubes with this easy 100% unencoded CMS!Comment
-
Text in the picture you say, it sounds like you need to create div tags with the size of your pic/s and your pic/s as the background.
Something like:
And position it on your page of course, also with css or html tables.Code:<div style="background-image:url('yourpic.jpg'); width:XXpx; height:XXpx;">Comment



Comment