Posts by Luiz Vitor • 11 points
2 posts
-
1
votes2
answers330
viewsA: Topenpicturedialog does not take the path from the Images folder
Here’s an example of how I use this component. Dir is a variable I create to play the name of the directory. -- Beginning -- if Dir = '' then begin Dir := 'C:\'; end else begin…
-
0
votes4
answers248
viewsA: Error when centralizing ul in div
Have you tried putting the centering on this part of css? ul { list-style-type:none; padding:0; }