Posts by Alexandra • 88 points
11 posts
-
0
votes1
answer294
viewsA: Page content duplication (HTML/PHP)
Hi, Julio Hi, Julio! I redesigned the code structure, changed positioning, I believe it solves your problem, I ask you to test this structure, I took some php tags at assembly time. <body>…
-
0
votes1
answer54
viewsA: Why can’t I do the grid system on my php page?
Hello, Alexandre! Well, one thing that always helps me in web development is to set in Styles an edge for all Divs, so the visualization of the structure is better to find the space where each…
-
0
votes1
answer187
views -
1
votes1
answer884
viewsA: How to decrease the space between Carousel bootstrap 4 images?
Hello, Rafitos! I tried to build the structure of the code for you, I used the carousel of the framework itself. Well, for it to work as you want, we need to set some classes, I will use the example…
-
0
votes2
answers94
viewsA: Email Marketing - Responsive
Hello, Diego! Yes, it happens because Outlook needs some specific tags to work properly, has a template that always uses and works properly: @media screen and (max-width: 600px) {…
-
1
votes3
answers1911
viewsA: Leave label side by side , bootstrap
Hello, Bruno! Well, I’ll try to explain to you how the Bootstrap GRID works: You stated right, but each col has its proportion, the sequence is like this; col-Xs (For super small or extrasmall cell…
-
0
votes1
answer60
viewsA: Make facebook widget responsive
Hello, Igor I get it. I believe that basically it is the structure of the code, I think it used Bootstrap as a framework. I created from Bootstrap the new structure, left commented in the code, you…
-
0
votes1
answer46
viewsA: Problems with HTML + CSS Element Placement
Hello, Wilson Actually there is no program that creates this, you just have to imagine the structure of this menu. I’ll give you a generic example, when you create a menu, its structure is based on…
-
3
votes2
answers230
viewsA: because the Hover does not overlap the div
Hello, Bruno! I think I understand what you mean, I tried to put the code together, I hope that’s about it: Complete Code ul { list-style: none; } ul li { width: 350px; } .lista-hover { padding: 0;…
-
1
votes1
answer239
viewsA: ROUTE scheme . htaccess
All redirect modifications and url extensions are changed in the . htaccess file! Below follows the code! RewriteEngineOn RewriteCond%{REQUEST_FILENAME}!-f RewriteCond%{REQUEST_FILENAME}!-d…
-
1
votes2
answers95
viewsQ: Difficulty to rescue information from AFFILIATE given a PRODUCT, many relationship to many
I recently started my studies in the area and I have a difficulty in the code. I need to display the data as follows: Product code Product class Product description Name of the subsidiary holding…