How to put text on over an image. I remember there was a function to add a text box where you could move it anywhere on the page, and other anything. What is it, and how do i get to it?
Seven answers:
ZORCH
2007-05-21 00:33:22 UTC
Use "Draw Layer" to create a layer for the text and park it over the image. Make sure the "Z" value for the text layer is larger than that for the image, so it will display on top.
anty
2007-05-21 00:06:59 UTC
Normally you would add the text in the image and display just the image.
An other way would be to define the image as a background image in a div with CSS.
Then you are able to write your text into the div.
Don't forget to define the with and height of the div to the same values as the image has.
your text here
.something {
background-image: url("path/to/image.jpg");
width:#px;
height:#px;
}
I'm not 100% sure about the CSS, thought.
2016-04-05 10:15:26 UTC
For the best answers, search on this site https://shorturl.im/awKQm
Select the table and open properties - set Bg image - for backround,link to the image for your table backround ,thats all you need to do,you will then be able to type in table.
Pratap
2007-05-21 05:23:40 UTC
add image as a background to the table and the columns of that table write text.
DOS!!!!!!!!!!
2007-05-20 23:48:40 UTC
using dreamweaver 8 u can use this function
u just need to click on the seleted object and then select the property for css and modify it as u want ???
kish
2007-05-21 04:24:20 UTC
if you want an easy solution, use tables..
then you use the picture as the background..
now you can write in the table with no problems..
using other method will make the page more complicated and increase download rate..
?
2016-03-13 17:50:16 UTC
but table will show its border too.
any way to make table invisible and only text visible?
ⓘ
This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.