Posts by Raquel Romão • 35 points
3 posts
-
0
votes1
answer157
viewsQ: Find comma in the parameters of a function using regex
I need to find the occurrence of a chain function call, but I need to include the case where there is more than one past parameter, such as: Tower.getType(i,j).initialPrice(f,g); So far I have only…
-
2
votes2
answers1070
viewsQ: How to arrange the table so that photo and information are on the same line?
I need the image and property information contained in the table to be at the same time, but I don’t know how to fix. They follow the pictures of how it is and how I wanted: Follows the code:…
-
1
votes1
answer130
viewsQ: The width of my site is not equal, header is smaller than the rest. How to resolve?
The width of my site is not the same as can be seen below: The header (logo bar, navigation and main image) is smaller than the content of the site, I am using Bootstrap. The CSS with the measures…