I have some text that I wanna bring to front of an image. I do that in Javascript by using z-index.They call it the stack order of an element...so does anybody know what are the similar tags in php ?! If you can provide me with a link of related php tags that would be much appreciated.
The problem with using css is that this is a conditional php session, which displays the username of the customer once he/she logs in. I don't know how to do such a thing with css. There are some tags you may use to determine the font the color etc... so may be there's a tag that can bring it forward or send it backward. Here's the the code so it may make the problem clear. if (isset($_SESSION['name'])) { echo "<div style=\"margin-left: 20px;margin-top: 20px;\"><p><FONT face=Verdana> <FONT size=2><FONT color=#000000><b>{$_SESSION['name']}</b></FONT></FONT></FONT></p></div>"; } Code (markup):