Posts by Harry Carvalho • 35 points
3 posts
-
2
votes0
answers564
viewsQ: error #1932 in phpMyAdmin
I installed XAMPP for Windows 5.6.15, Apache + Mariadb + PHP + Perl. Everything works fine until "out of the blue" some tables are randomly "in use". I just can’t access them anymore, keep…
-
0
votes1
answer111
viewsQ: Media querie is ignoring attributes
I’m trying to get a DIV only be shown on small screens, then set the following: @media screen and (max-width: 460px) { #bloco{ display: block; width: 100%; height: 50px; background-color:…
-
1
votes1
answer35
viewsQ: How to modify, only via CSS, a color already defined in HTML?
I am trying to modify a color in a text, marked by the tag "U" with the color already defined in html. is like this in html: <u> <font color="#0000c0">somente no seu…