Questions tagged as 'html'

1
answer

How can I add a user's id to a redirect file in html?

This is the html that I use to redirect, how can I make the end of the url where it says "subid=" add the id of a registered user on my web page? that is, when the user joins with id = 57 go to www.example.com/redirect.html, take him to link ....
asked by 30.04.2018 / 15:37
0
answers

How to direct a bootstrap library to a html DIV

here is a small example of an html, what you happen is that I have a page which presents its own design (styles.css), and I am implementing a design for a multiselect, which requires bootstrap-multiselect.css and bootstrap-3.3.2.min.css .... so...
asked by 30.04.2018 / 15:23
1
answer

Bootstrap super put pull-down menu in the mobile version above the content below

   My problem arises when putting the small version (mobile) with the menu, you know that with bootstrap when you increase the size of a menu it becomes a button with a drop-down with the icon of three dashes, well then my problem that little bu...
asked by 29.04.2018 / 11:57
1
answer

Checkbox validated and show popup

I explain, it happens that I want that when you accept the terms and conditions, and when you enter, show me the pop up integrated in the button, but it happens the opposite or in disorder, without chulear the checkbox or being chuleado, if or i...
asked by 26.04.2018 / 22:04
0
answers

XSL: If you perform a data validation and modify this data

I must admit that I do not deal with XSL, so I ask for help to understand and understand what I must do to obtain a value different from the one delivered by the XML. I require that the value 1 be modified to "Includes" and if the value is 2 a D...
asked by 26.04.2018 / 15:55
0
answers

I have an XML, problems to get the XSL

I have this XML and this photo, and I have to take out an XSL so that the XML looks like the photo, do you have any idea how to do it? Some help? I'm pretty lost ... <?xml version="1.0" encoding="utf8"?> <taldea kodea="IS-31">...
asked by 27.04.2018 / 08:26
2
answers

Borders / HTML blank spaces

I put this image and I get those white edges around, I would like it to fit 100% of the screen, without those white edges. <html> <head> <title>Prueba</title> <style> .imagen { height: 100%;...
asked by 27.04.2018 / 14:31
1
answer

How to restrict the function of a CSS?

~ I am adding a multiselect function in a page already created, which presents its own design and its own css. the multiselect also presents its own design ~ ~ in the image you can see that it works with two css addresses, the styles...
asked by 27.04.2018 / 16:40
2
answers

Center form with Bootstrap

I have a form here, I am trying to center the input and everything in general. I'm not getting results because I'm still a newbie in the tool. How should I do to focus the content? This is my code: <!DOCTYPE html> <ht...
asked by 30.04.2018 / 19:39
0
answers

How to bring various data according to your id in a modal

I have a modal that brings me the data of two tables according to their id, the problem is that I do not know how to make a for to print if there are more than a data according to the id, so far only brings me one. code ... PHP connection...
asked by 25.04.2018 / 12:29