Questions tagged as 'html'

2
answers

Edit within a modal

I have a table with data and one of the fields has 1 edit button. What I want is that, when clicking, it opens me a modal with the data all filled out of the respective line that I clicked on. I already managed to do this, but it was not with a...
asked by 10.12.2017 / 06:19
1
answer

Google Map does not appear

The google map is not showing up on my site. Code: <div class="row"> //O ERRO OCORRE QUANDO INCLUO A DIV MAP DENTRO DESSA DIV ROW <div id="map" class="col-6"></div> <div class="col-6">teste</div> </d...
asked by 10.12.2017 / 21:21
4
answers

css does not work with div added with append

I have a list and I add the elements with the jquery append, and the elements of the list do not capture the css of my styles file, it simply ignores. Why? html: <ul id="list_arquivos"></ul> css: #list_arquivos{ list-st...
asked by 10.12.2017 / 15:52
1
answer

Table in IONIC 2

Hello everyone, I am new to Ionic 2 and I have some doubts about how to manipulate the tags, I am doing an exercise that on the screen I have a table like the image like I would do this table in ionic?     
asked by 22.12.2017 / 19:49
2
answers

Receive POST ID and play to Location via GET

I'm looking forward to getting the ID of the entity that just registered. Only it will be played to another screen, to be registered other information. I wonder how I can get the entity ID when saving the form. This is HTML <form act...
asked by 24.12.2017 / 21:56
2
answers

Echo colored in php

How can you leave ECHO in PHP colorful? Print in HTML, colorful letter-by-letter ex: if (strpos($d5, '{"name":"')) { echo 'LIVE ->' . $a . '|' . $b . ' | C:' . $c . ''; } else { echo "DEAD -> $a|$b "; } All that gives LIVE an...
asked by 24.12.2017 / 03:27
1
answer

How to make a structure with divs of the same id

Well, lately I've seen in many templates, that a div with the same id, takes different places in space. I, as I have little knowledge of CSS, wanted to do something that looks like this: Thatis,adivwiththesameidtakes4placesontop,andinthe"5th...
asked by 04.11.2016 / 17:35
2
answers

How to put frame in an image?

I'm trying to put a different frame in the image but it's not working, follow how I'm doing, I want the image inside the frame with a hidden orhtml<divclass="depoimentos__moldura"> <img alt="depoimento" src="img/foto-depoiment...
asked by 01.12.2017 / 12:48
1
answer

Insert html code into markdown file

Is it possible to use HTML to supply what markdown does not support in its syntax? For example, insert a video tag: <div class="video"> <iframe width="854" height="480" src="https://www.youtube.com/embed/QkqoNB_s77U"frameborder...
asked by 30.11.2017 / 14:02
1
answer

Return andrebaill result in browser

I have the following answer: <<?php echo $valor->usu_id; ?>> However, it is interpreted by the browser as TAG and not as a return. How do I return it without being tagged? In this example, I would return% with%     
asked by 05.11.2017 / 18:29