Questions tagged as 'html'

1
answer

Problems with format of elements outside the navbar in bootstrap

I am using Bootstrap 4.0. I want to put in the navigation bar some elements that are not inside the menu on the right side of the navbar. But the text is displayed in a different format than the text within the navbar. <link href="htt...
asked by 31.03.2018 / 03:09
1
answer

Why is it not placed in front of the image when positioning with absolute position the text and position relative to the image? [duplicate]

when you put position absolute to the background image and position relative to the front text does not work the text is not positioned in front of the image: .imagen-fondo1{ position: relative; } .imagen-fondo2{ po...
asked by 27.03.2018 / 18:20
1
answer

Generate HTML with Python

I'm trying to generate HTML with Python, what I want to show is just a string, but for some reason it does not take into account the string, I hope you can help me def html_create(self,result): template = open("template.html","r") outp...
asked by 16.04.2018 / 15:29
1
answer

Limit DIV element characters from the Easy editor plugin with Jquery

Hello everyone, I put them in context: I have a textarea to which I found myself in need of adding a plugin in Jquery because I had to add functions of a WYSIWYG editor. The functions were basic, such as: Bold, italics and lists (to say an examp...
asked by 16.04.2018 / 22:31
1
answer

keys with htaccess on a server with cakephp

I have a page in midominio.com.co/descargas/mibd.html this page is hosted in webroot/descargas/mibd.html I'm creating an htaccess there, this is your location webroot/descargas/.htaccess and I think I have some error calling...
asked by 06.04.2018 / 19:17
1
answer

Passing data between .php files

can you help me in a doubt I have a file called a.php and another b.php I need to pass a lot of data from the a.php file to the b.php file I'm doing it with the GET method as follows: But the URL bar becomes excessively full Do...
asked by 07.04.2018 / 02:27
1
answer

Because my component does not render (Vuejs)

My component must render a table with data at the press of a button, but it does not appear even though the console shows me a Array with values Vue.component('list-din',{ template:'<div> <b-button @click="agrega">Agreg...
asked by 19.04.2018 / 06:46
1
answer

Change an avatar created with advanced custom fields from the frontend

I use the latest pro version of ACF. With this I have assigned an image as an avatar that is then seen in the custom-profiole-template that I have made. My problem is that this avatar must be able to change from the same frontend by attaching a...
asked by 18.04.2018 / 06:33
1
answer

Syntax error when trying to insert data into MYSQL with php

When trying to insert the parameters of "User" and "Password" extracted from an HTML form, I miss an error of mySQL Syntax. This is my code when inserting my code require_once ('Conecction.php'); try { // Iniciar la conexión a la base...
asked by 19.03.2018 / 19:32
1
answer

MySQL search engine

I'm trying to implement a word search in a mysql table I have a number search engine that, although very simple, works perfectly: <?php if ($row['albaran'] == $_POST['buscar']): ?> <?php endif; ?> This shows the...
asked by 19.03.2018 / 10:27