Questions tagged as 'html'

1
answer

Create "dependent" attributes in Magento

I'm trying to make attributes that depend on the other in Magento, for example, have two genres (Male | Female), if the user chooses Male, in the size attribute, the options P, M, G and GG will be available and if it choose Female, the options G...
asked by 22.01.2015 / 14:08
1
answer

Editing Table layout

Good afternoon! I have basic knowledge of CSS, and I'm having a hard time completing a task. I need to create an email for abandoned cart in Magento. Follow the model that is. <tr> <td>{{var row_item_row_number}}</td>...
asked by 31.10.2018 / 20:53
2
answers

Open specific accordion when clicking on a list

My problem is this: I have a list (ul > li) that when clicking on one of them, should go to a page where it contains the specific accordions. The site is this: www.alfacontabil.com.br On the home page I have Services and Inquiries, each...
asked by 27.05.2014 / 22:45
1
answer

How to capture the HTML of the open page in Chrome with Delphi?

I need to capture through delphi the source code of a particular HTML page that was currently open in google chrome. In Internet Explorer I know how it does, from chrome I do not think anything like it. Any suggestions?     
asked by 12.05.2014 / 04:31
1
answer

Error in the CEP query in PHP

I'm trying to fix the URL that queries the zip code in PHP, when typing zip XXXXX-XXX the URL is displaying the amp; characters that are causing error in the XML result. Correct query: http://cep.republicavirtual.com.br/web_cep.php?format...
asked by 20.09.2018 / 16:07
1
answer

How to repeat a html snippet using php loop?

<div class="container"> <form method="POST" action='enviaMform.php'> <div class="form-group"> <label for="nomeHost">Host que pretende monitorar:</label> <input type="text" class="f...
asked by 04.09.2018 / 20:59
2
answers

How do I limit the amount of characters in a textarea and an input using CSS

Good afternoon. I'm doing an activity in college, where I need to limit a text field to 100 characters, but I have to use only CSS for this. I've tried these two ways: Example 1: .es1[type="text"]{ background-color: rgb(173,234,234);...
asked by 05.09.2018 / 20:36
2
answers

Avoid scrolling horizontally html

Galera tou configuring my css but ta showing a horizontal scroll already tried in various ways and nothing! Follow the code: @charset "UTF-8"; body{ width: 100%; height: 100%; background-color: white; } li{ color: white; } header#fund...
asked by 22.09.2018 / 01:36
2
answers

Calculation of top in the scss

I have a container that has a variable height, depending on the resolution of the computer. I need to figure out when to use top to get content to be centralized. I tried something like: .container { height: auto; position: relative;...
asked by 10.09.2018 / 18:47
2
answers

How to use an external (ready) CSS style in HTML code?

My question is the following, I have an HTML code that I am using to learn in my course classes. So after CSS class I wanted to use one of the templates used during the explanation in my code. I put the folder with the style inside the folder...
asked by 31.08.2018 / 03:04