Questions tagged as 'html'

1
answer

Dynamic Combobox

I have these two selects: <td> <strong><label for="Valência">Valência</label></strong> <select id="Valencia" name="Valencia" style="width:150px"> <option></option>...
asked by 02.08.2018 / 04:00
1
answer

Failed to Replace ID by PHP Team Name

I'm consuming a Web Service in php, I created a function to compare championships and to return the id of the teams that will play or will play, in another url, I have the names of the teams and the ids of the teams, I'm trying to compare the id...
asked by 02.08.2018 / 13:31
1
answer

User with browser cookies disabled

I have a system and I use cookies to temporarily save an information, but I noticed a problem with a certain user and when trying to solve the problem, I noticed that it had cookies disabled (do not ask me why). I cook the cookies in a conven...
asked by 01.08.2018 / 16:51
1
answer

Doubt how to separate items returned from a Web Service

I have a website in Wordpress and I'm consuming a Web Service, I created a function to filter the championships based on some information: Sex: M Mode: 2 Category: 4 Home If all are true, it returns the name of the respective championship, the...
asked by 31.07.2018 / 13:58
1
answer

In jquery write a different link in a href

I have this HTML snippet that is called on some screens when needed (clicking it opens an iframe inside the HTML): <a href="#" class="tour-360" id="tour-360-{{unit.hash}}" data-toggle="modal" data-target="#modal-tour-360"> <h3 cla...
asked by 04.10.2018 / 16:52
1
answer

Referencing elements with CSS to reposition them

I have to change a code base responsible for generating PDF reports using the Jinja2 tool. For that, I need to change HTML and CSS documents. For the former, my concern is with the naming convention for div's. According to BEM , I should use...
asked by 03.10.2018 / 20:08
1
answer

Print message when loaded csv file is larger or smaller than 9 columns

My application reads a csv file and convert it to pdf. For this I have the frontend in html to load the file. I would like to know how do I show the user a message stating that the file is invalid. The file will be invalid when the number of col...
asked by 03.10.2018 / 16:05
2
answers

bootstrap icons

I'm trying for an icon bootstrap, but I'm not getting it .. <head> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink...
asked by 03.10.2018 / 21:52
1
answer

How to make a box and a box in this box

Well I wanted to create a box where when clicked a hoover appears and it has a link: ex: withhoover: Howisminesofar: htmlcode:<sectionid="promo"> <?php $consulta = $pdo->prepare("SELECT * FROM produtohome");...
asked by 24.09.2018 / 03:37
1
answer

SVG - Problem opening a svg file

Good people, I have a small problem with svg files. Home The situation is this: I have an initial file (also with svg extension) that I edit later (I change the text, dates and so) with the help of a opentype library. The edition r...
asked by 24.09.2018 / 17:38