Questions tagged as 'html'

1
answer

How to remove dark part on the sides of the carousel bootstrap

I'm doing a scrolling system to show some tables using a carousel, but the default is with a darker tint on the sides and even in the table itself, how can you remove that color leaving only the tables and buttons? I'm not using anything othe...
asked by 02.11.2017 / 21:22
1
answer

Change page content without having to go elsewhere

I want the product page of my site to see if you have how to click on a particular category of products, and just change the quantity of the products on the page, without going on another page. I wanted to do this so I did not have to create man...
asked by 02.11.2017 / 20:07
1
answer

How do I get the value returning from console.log (results [4] .geocode) to use when comparing my if?

var init = [iAppLib.getPersonalBits(), iAppLib.getGeoCode() ]; var codes = false; var gcOk = new Array("BRH04700","BRH04600","BRH00200","BRH04500","BRJ01400","BRM00100","BRM00200","BRM096...
asked by 13.12.2017 / 12:56
1
answer

Put responsive site

Well, good afternoon, next. It's the first time I've been making a website, and in my head I would do the desktop site first and then make the changes responsive (reduce font size, images, change some columns, etc ...) for mobile and tablet ....
asked by 13.11.2017 / 20:03
1
answer

Center Horizontal Menu at the Top of the Screen in CSS

My menu is on the left of the page, Iwanttoleaveitcentralized,howdoIdoit?Here'smyHTMLpageandMyCSS:<!DOCTYPEHTML><htmllang="pt-br"> <head> <meta name="description" content="Como usar charset na <meta> tag">...
asked by 14.12.2017 / 20:30
1
answer

Problems with the responsiveness of a retractable menu

How can I format correctly so that the menu that is horizontal in its full screen, stand vertically and show the sub-menus correctly? Follow the code below. <!DOCTYPE html> <html> <link rel="stylesheet" href="https://maxcd...
asked by 31.10.2017 / 16:52
1
answer

Why does each browser interpret / format badly formatted HTML differently from the rest?

This week I came across a bug on a system. This system was developed in Asp Web Forms and on a given page has a input that is as hidden . When I made a Post, I noticed that in Chrome and Firefox the value of this input w...
asked by 16.11.2017 / 13:18
1
answer

Pass variable value through a button

Is there a way to pass the value of a variable retrieved from a database search to a button, which will redirect the user to another page, where a new search in the database will be made using the value of the variable? The code below is used...
asked by 18.11.2017 / 02:32
1
answer

Saving an image from a form to the bank

In my form, the user places their order information and an image for reference, but that image is not being saved along with the record. The form: <!DOCTYPE html> <html lang="utf-8"> <head> <meta charset="UTF-8"&g...
asked by 24.10.2017 / 13:19
1
answer

How do I pass an array in HTML attributes and not show single quotes?

Following this post I've created the following html passing arrays as an input element attribute: ... <input type="text" name="setValues[cardExpiration]" id="card_expiry" class="input-small" value="1222"> <input type="text" name="se...
asked by 24.10.2017 / 14:56