Questions tagged as 'html'

4
answers

Change the text of a p-label with jquery without affecting its child element

A query that may be easy, I want to change the text of a "p" element but without affecting its child element, that is, its element must be intact. <p class="price-cash" >Precio:<strong class="idprecio">$ 0.89</strong></p&g...
asked by 21.11.2018 / 17:23
1
answer

function wp_head () wordpress

Ando in the task of optimizing the load of a site wordpress , I see that it has too many plugin that causes the header to make several calls to scripts and css , and from what I saw, that global call does the function wp_...
asked by 21.11.2018 / 15:45
1
answer

HTML Menu with CSS

My menu is as follows: <html> <head> <title>Menu Desplegable</title> <style type="text/css"> * { margin:0px; padding:0px; } #header { margin:au...
asked by 19.11.2018 / 14:26
1
answer

Text that is aligned to the right

I have a text inside a div but it happens that when the line breaks it moves to the right <div style="width: 300px;"><b> aqui va el texto que cuando llega el momento de saltar linea se va hacia la derecha</b></div>...
asked by 16.11.2018 / 23:51
0
answers

redirect to an id with html tag to

<ul id="tabs-swipe-demo" class="tabs " > <li class="tab " title="Para empezar"><a class="active" href="#swipe-1" > Para empezar</a></li> <li class="tab" title="Datos a tomar en cuenta "><a...
asked by 19.11.2018 / 19:31
1
answer

How to save a value in mysql with express

I'm doing a login but I have a problem that I can not save the data in mysql. For the register I made a form with a method post. With express create the connection that is this: const mysql= require("mysql"); module.exports=()=>{ retur...
asked by 17.11.2018 / 15:27
0
answers

insert image path with their respective PHP MySQL data

I am trying to upload a photo with its respective data such as: name, date of creation, among other data, to my MYSQL database but I can only save the image in a server folder, but not insert the image in the bd nor your data, this is my code:...
asked by 18.11.2018 / 09:05
1
answer

How can I perform an operation in input with radiobutton HTML?

hello I need your help, what I need is that when entering quantities in item_1 and item_2, and mark a radiobutton, in the same one where the initial amount was entered (item_1 and item_2) the new amount in this case will be shown that pressing t...
asked by 25.11.2018 / 04:35
1
answer

Bootstrap carrousel can not find my image

Hello friends I do not know why my bootstrap carrousel does not include my images, in the developer tools I can see that I am referencing the images well if they arrive, but it does not show them to me, could someone tell me if I'm doing somethi...
asked by 16.11.2018 / 18:51
0
answers

Send table and data format to email with php

How could you implement the design of the table so that it reaches the recipient email as shown in the query screen, if you have any suggestions or help in any way. <!DOCTYPE html> <html> <body> <form method="POST" action=...
asked by 16.11.2018 / 22:19