0
Php code on span
$msg=“span style=‘color:red’>username or password is incorrect</span>”; How can I display this at the bottom. I used text align but it still displayed at the top of my website.
1 ответ
+ 2
//Yes you can do it using css position properties
$msg= "<span style='position:absolute;bottom:0;'>username or password is incorrect</span>"