Questions tagged as 'html'

1
answer

Thymeleaf. Render text with HTML tags in HTML

I'm using TINYMCE so that in a form with a textarea the user can give some styles to the text. In this way in my database this field is saved, for example, in the following way. <p><strong>Some description goes here...</strong...
asked by 12.05.2018 / 21:48
2
answers

How to create a height limit of a page with CSS

I am doing some practices of a Web page. My problem is that I want to delimit a maximum height of my page but I can not find the way, I read that it could be with max-height but it does not respect me and when my elements are finished I still le...
asked by 08.02.2018 / 22:48
3
answers

Error aligning Bootstrap form

I am presenting a problem when aligning my form and it is that when I click on a inputtext as if it were to be entered, it validates it and I get its message and makes the name of textArea Description move ' This is th...
asked by 12.03.2018 / 04:36
2
answers

Get data from a form and store it in variables

I'm making a form that collects data and then stores it in variables to make operations with them, but when you store them in an array and then try to pick them up they get lost somewhere or they do not get picked up with the function that calls...
asked by 11.03.2018 / 14:00
1
answer

Navbar toggler of inverted Boostrap

I was trying one of the default bars that are shown on the official Bootstrap page but the name is inverted with respect to the toggler button and it is not quite good at all. This is how it looks (notice that it is on the screen maximized an...
asked by 06.02.2018 / 06:08
1
answer

insert in database with php and html

I am mediating a nav-item (bootstrap) by saving data in a database using a php file, but at the time of saving the data the php file is opened and I would like it to be executed only without it being opened, that is, that only makes the insertio...
asked by 27.01.2018 / 18:14
1
answer

Problems with JavaScript to show the values of an object

In the following example you can find a Json with previously established information. The problem is that the identifiers are numeric. How can I extract the textual information? Example Hola mundo . var col = []; var mydata =...
asked by 28.01.2018 / 16:21
1
answer

How do I fix the error "Your PHP installation appears to be missing the MySQL extension which is required by WordPress."?

I made my web page based on Wordpress, then I wanted to make backup of the web, and now when I open my page, this error comes out:    Your PHP installation appears to be missing the MySQL extension which is required by WordPress. What do...
asked by 04.02.2018 / 03:43
1
answer

How do I know in which text field the cursor is located?

I am using angularjs and I need to know in which text field the cursor is located ?, I have a problem, it is that I create a keyboard on the screen and it writes depending on the text field where the cursor is since there are more than three tex...
asked by 04.02.2018 / 06:48
1
answer

Submit in php to redirect to different pages?

Good morning, I have a problem. I am starting in php and what happens is that I divided my code into several files so as not to have everything jumbled up in a single file. I'm doing a login type entry however I have two options; one allows the...
asked by 07.02.2018 / 15:59