Display:inline not working

display:inline is very limited and doesn’t allow any block-level styling to added to it. You’re better off using display:inline-block or using float:left. Keep in mind that if you use floats then you need to set the overflow of the parent element to overflow:auto (use visible for IE < 8) and this should work. Use inline-block first.

How does str(list) work?

Well you have a total of 4 questions, let us go one by one. 1. Why does str(list) returns how we see list on the console? How does str(list) work? What is str() and __str__()? The str() callable is to return a printable form of the object only! From the docs str(object) does not always attempt to return a string that is acceptable to eval(); its goal is to return a … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)