Questions tagged as 'html'

2
answers

What javascript function do I use to extract an HTML block from one place and insert it into another one on the same page

Next I'm working on moodle and 90% of the html is generated via backend, I need to change a <h1 id='courseheader')>Title</h1> of place via javascript since I do not have access to this element, the idea was to remove it...
asked by 10.03.2016 / 14:17
1
answer

In the automatic return of the pagseguro I can not save the information in the bank

I wonder if something is wrong: if(isset($_POST['notificationType']) && $_POST['notificationType'] == 'transaction'){ //Todo resto do código iremos inserir aqui. $email = 'douglas@...'; $token = '95112...'; $url = 'https://ws.pagsegu...
asked by 01.03.2016 / 23:15
2
answers

Refresh the page while deleting

I have this function to create an alert before deleting and I call it on the button: function ConfirmDelete() { return confirm("Tem certeza de que deseja excluir esta Requisição?"); } <button type="submit" class="btn btn-danger" On...
asked by 19.11.2018 / 16:40
2
answers

Unwanted white space CSS

I'm doing an outdoor activity reservation website and I'm having a problem with CSS. In my document there always appears a blank part below the image, I do not understand why. And another thing: in the comments I would like that when s...
asked by 10.11.2018 / 19:22
1
answer

How to create HTML page with PHP [closed]

I do not have much knowledge and I do not know if the way I'm doing is correct or has some negative point. Are there any better options for me to do? <?php $ht = '<div class="panel panel-headline">'; $ht .= '<div class="panel-headi...
asked by 23.11.2018 / 14:08
2
answers

Save PDF Form - Bootstrap

I would like to save the PDF form or print but keep the layout displayed on the screen. Example: <!doctype html> <html lang="en"> <head> <!-- Required meta tags --> <meta charset="utf-8"> &l...
asked by 06.08.2018 / 17:21
1
answer

infinite slide with css and html

My slide does not want to go through endlessly: <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <style> body { background:#000000; } *{ margin: 0px; padding: 0px; } .galeria { margin: 200px auto; width:...
asked by 28.12.2018 / 01:05
2
answers

Create input with fixed value

I want to create a input to insert mobile contacts. <h5> <strong>Contato</strong> </h5> <input type="text" id="Contato" name="Contato" value="351" style="width:150px" required /> I...
asked by 18.12.2018 / 11:37
1
answer

Multi-line header jsPDF

I need to generate pdf from a table, but my header has several lines and my code is overlapping these lines, I need every tr to be on a different line, how could it be? var startColPosition=defaults.pdfLeftMargin; $(el).find('thead').fin...
asked by 11.09.2018 / 22:43
1
answer

Add to select and display on screen

I have a select: <select class="form-control" id="dataInstalacao"> <option value="0/0" selected disabled>Quando podemos instalar?</option> <option value="6/9">6/9</option> <option value="7/9">7/9</...
asked by 05.09.2018 / 15:14