Php code on span | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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.

10th Mar 2019, 4:34 PM
Paveetra
Paveetra - avatar
1 Resposta
+ 2
//Yes you can do it using css position properties $msg= "<span style='position:absolute;bottom:0;'>username or password is incorrect</span>"
10th Mar 2019, 7:06 PM
Sudarshan Rai
Sudarshan Rai - avatar