Posts by Pazzinato • 55 points
4 posts
-
2
votes2
answers110
viewsQ: C# override autocomplete does not work
I can’t write a superscript with suggestions from override. The completion of the override does not give suggestions of virtual classes or methods as Tostring(). How do I make these suggestions…
-
2
votes2
answers54
viewsQ: Why does a Function invoked by onclick not influence external commands to it?
As can be seen in the code, the variables declared are global, and the routine should display the result on the console as soon as the "Send" button was selected. <!DOCTYPE html> <html>…
-
0
votes2
answers75
viewsA: <! DOCTYPE html> changing image
To style the images, I was creating a tag div tagged img inside and using in it a class. For some reason, in HTML5 the internal spacing of the div is slightly larger than the photo I insert,…
-
1
votes2
answers75
viewsQ: <! DOCTYPE html> changing image
I finished a personal page, which contains 2 images. But after that, I noticed that I forgot to put the command !DOCTYPE html. When I inserted it, my images got a line underneath: Like the DOCTYPE…