Questions tagged as 'html'

1
answer

Float ignores margin

I want to align a div to the right, but keep the margins as they were imposed, except that it ignores them and stays out of the div box. I think with this photo you can see it better .answer{margin:20px!important;float:right;}Isawthatmanycod...
asked by 17.11.2018 / 19:20
1
answer

Images are not displayed, even with correct path

I'm not able to make any browser display grid images, it's not a path problem since I opened the code in other editors that have the option to display the link in the figure and open it in a separate window, also open in Dreamweaver where even t...
asked by 28.11.2018 / 01:18
1
answer

Lines in export excel

I'm exporting a listing to excel, but when I open excel it comes without the tabs. <?php require_once '../../classes/xajax.inc.php'; $db = new SqlSrv(); //$sql = "SELECT * FROM cad_pessoas WHERE matricula = '$matricula'"; $sql = "SELECT...
asked by 13.11.2018 / 18:55
1
answer

Sending form with Asp net mvc5

Hello, I have a form to send where the button is outside the form, this form has 50 different fields, I made in html and I need to receive this data via post in a C # controller, however I have no idea how to receive these Can someone give me a...
asked by 28.11.2018 / 12:30
1
answer

Update each row of a table via a dropdown built by an associative array

I want to create a table where one of the fields is of the drop-down type, consisting of the key values of an associative array and according to the key that is chosen, a second column is automatically updated with the corresponding value. Th...
asked by 14.11.2018 / 18:42
1
answer

How to leave textarea and button side by side?

I need to implement a textarea (message) and a button (send) on the right side, but that is liquid (100%), that is, if the window size decreases, the textarea decreases and the button retains its size 60px for example) and always pasted to the r...
asked by 27.02.2014 / 20:44
2
answers

How to create a responsive price table?

I need to create a responsive price table, but I do not know how to start. I do not know if I use list or table. Here is an example of how to stay: Does anyone have any ideas?     
asked by 29.07.2014 / 17:45
1
answer

help with form and send confirmation popup

Hello, I need help, I'm trying to make a contact form so I can get it in the email and I wanted it to pop up instead of the page to confirm sending. **mail.php** <?php if (isset($_POST['formSubmit1'])) { // Process the form $me...
asked by 02.11.2018 / 16:02
1
answer

Treat a POST array from a table

Good evening, my dear ones. I'm having a hard time dealing with some data. I created a table, where <td> are fed dynamically when passing through a foreach like this: <table class="table table-striped table-bordered" id="tb-...
asked by 03.11.2018 / 00:29
1
answer

Only render my element if it is not empty with * ngIf

I have the following variable: listAtributos: any[] = []; In my template I want to check if it is empty, if it is, do not show the content, if there is something inside it, show the contents of the div. I tried something like: <div...
asked by 08.11.2018 / 16:44