Posts by Gustavo Gonçalves • 13 points
7 posts
-
0
votes1
answer46
viewsQ: HTML/CSS - side-by-side alignment
I’m trying to align the div with the telephones and the div with the flags side by side, as in the example https://prnt.sc/103tig0 but they stay only under each other. I tried to use display:…
-
1
votes1
answer106
viewsQ: HTML/CSS - lists next to images
Hello, I’ve just started dealing with HTML5/CSS and I’m doing some tests and I came across a difficulty. I’m trying to align four lists next to an image, but it doesn’t align. The example I’m basing…
-
-2
votes1
answer36
viewsQ: html/css - image alignment
Hi, I’m starting now with html and css and I’m running some tests. I would like help to leave the image on the right side of the browser and leave a list on the left side. html <!DOCTYPE html>…
-
0
votes1
answer102
viewsQ: Python/Selenium - Webscrapping, click
Hello, I started to study Python a little bit and I’m doing some tests with Lenium and I came across an error in which I am not able to solve. I’m trying to click a button on a website but the…
-
-1
votes1
answer154
viewsQ: Python/Smtp - sending multiple emails
Hello, I am developing an email sending automation for a billing department that consists of checking a spreadsheet for customers who have not made a payment and sending an automatic email to those…
-
-1
votes1
answer53
viewsQ: Python - print blank cells in excel
Hello, I am developing an automation to check in an excel spreadsheet which customers did not make the payment. The code itself works, but only shows me the last column of the spreadsheet, which in…
-
-1
votes1
answer1122
viewsQ: Python/Selenium - no such element
Hello, I’m developing a Python automation with the Selenium library to access the Econet website and retrieve data from a table from an NCM code. At first I wrote the code to open the browser,…