I used to use the following code to position items when I used regular html, but now I'm upgrading my skills to xhtml and this code no longer works. Here's an example:
<img src="top.jpg" div style="position: absolute; top:0; left:0">
I would use the same div style=etc. to position everything from graphics to tables and even my iframes. Why won't it work in xhtml and what will work now?
<img src="top.jpg" div style="position: absolute; top:0; left:0">
I would use the same div style=etc. to position everything from graphics to tables and even my iframes. Why won't it work in xhtml and what will work now?