Hi, im building a simple html/css website and im trying to place text over an image using this code: <div id="container"> <div><img src="about1.png" width="950" height="758"></div> <div style=" position:absolute; left: 800px; top: 10px;"> <span style="font-weight: bold; color: #000;">Moooooo...</span> </div> Everything works fine but when I open the web page on a different screen (different size) text is losing its right place. Any thoughts?
Not sure about your code above, but you could have the pic as a background in a table and then place the text in one of the table cells... Or to me (a graphic designer) it would be the quickest solution to add the text directly onto the image about1.png already from start...