Most voted "html" questions
Use this tag when the question refers to some resource, information or problem related exclusively to the HTML language (Hypertext Markup Language). HTML is the main markup language used to structure web pages and format content. The latest revision of the HTML specification is HTML5.
Learn more…14,259 questions
Sort by count of
-
0
votes3
answers3387
viewsUnlock field when selecting Chekbox
Setting: I have a table where the employee can view the data that the company has of it. I need an option for the employee to report divergences in their registration data. Clicking on the button…
-
0
votes1
answer151
viewsTables with database data
Someone knows how to restrict a certain number of rows in the table, but when doing scroll see the rest of the data? For example, a company that stores customer data in BD and wants to see all…
-
0
votes0
answers212
viewsAutocomplete in a table cell
I’m having trouble adjusting this example of autocomplete to my table. I intend to put the autocomplete in the designation cell. What happens is the following: HTML TABLE <table class="table…
-
0
votes6
answers1754
viewsHide dives after selecting another category
Select code <select name="category" class="form-control" id="category"> <option value="">Escolha uma categoria</option> <optgroup label="Vehicle"> <option…
-
0
votes1
answer28
viewsAlternative to padding-nevative in table
I have a table, where I need to decrease the padding of the lines of the same. If I could use one padding-bottom: -XXpx; e padding-top: -XXpx; would solve my problem. However, it is not possible to…
-
0
votes0
answers352
viewsChange values from BD in a table
I’m having problems with the data I’m going to retrieve from the database, this when I change it in my table. HTML <table class="table table-striped table-bordered" id="vendaTabela"…
-
0
votes1
answer2148
viewsHow to add more fields in Wordpress users registration wp-login
I developed a site that contains a user registration, then the site administrator releases this registration, but need to add some more fields and by default Wordpress only asks for username and…
-
0
votes3
answers166
viewsHow do I make an Alert?
When I press a button, is it possible to see a dialog box with the yes or no buttons? If I pressed yes, I’d go one way if I hit no, I wouldn’t be on the page. It is possible?
-
0
votes1
answer59
viewsFill in form with customer ID
I have a form with customer ID, customer name, address and email. As the ID is only wanted that when the input of the ID is filled in, do a search in the database and complete the rest of the form…
-
0
votes1
answer3988
viewsHow to take the value of a div and show in javascript?
The method ". getElementById('value'). value" shows the value of div as null <html> <head> <link rel="stylesheet" href="demos.css" type="text/css" media="screen" /> <script…
-
0
votes2
answers545
viewsSummernote plugin fullscreen modal problem
I’m using the Summernote plugin for creating content within a system. But when I’m on fullscreen and try to add a link or image, the respective modal appears behind the bootstrap backdrop. I have…
-
0
votes1
answer490
viewsBackground table image does not work in outlook
I am mounting an email marketing, and when I put the html in outlook it does not show the image that is like bg of a table, someone knows how to force it? Part of the code that is with img as bg:…
htmlasked 9 years, 10 months ago Michel Henriq 647 -
0
votes1
answer29
viewsFriendly urls, back to the directory
Good afternoon, I have a doubt, I implemented friendly urls for a page of my website. This way, RewriteEngine ON RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %(REQUEST_FILENAME} !-d RewriteRule…
-
0
votes1
answer263
viewsProblems inserting HTML using ajax
I’m having trouble inserting HTML using ajax HTML: <table class="table table-hover"> <thead id="thead"> <tr id="tr-thead"> </tr> </thead> <tbody id="tbody">…
-
0
votes1
answer677
viewsColumn offset in bootstrap
I’m putting together a code for columnar a list of products. Each row has 4 columns and jumps to the next row. But when, for example, the height of the first column is greater than the others and I…
-
0
votes1
answer62
viewsPerformance with external images
Hello! On my site there is an area of posts and each post contains your image. The original image is 660px x x 400px size, save this size on an image host to be able to grab the metag URL to present…
htmlasked 10 years, 2 months ago Thiago Porto 292 -
0
votes1
answer668
viewsDIV with color division
I wonder how I can make my div with this color division: Thanks in advance.
-
0
votes1
answer73
viewsBroken texts
I have an imageButton that represents files, and a label on it: <div class="block"> <asp:HiddenField ID="idDirectorio" runat="server" Value='<%# Eval("guid") %>' />…
-
0
votes1
answer5553
viewsHow to insert jQuery via HTML
My question probably has an obvious answer, but I couldn’t find it on Google. I have a site that uses Wordpress. On the site I use a plugin that stopped working (I don’t know the reason). I…
-
0
votes1
answer196
viewsHow to run a video inside a GUI
good evening, I’m having a problem. I need to run a youtube video inside a GUI interface (with Python). A community user helped me by providing the following code:…
-
0
votes1
answer84
viewsInput with Link to "modal"
I am developing a project with sudoku, and I would like to show a "modal" with the possibilities every time the user clicks on some cell. This site illustrates well what I need:…
-
0
votes1
answer305
viewsReturn and reply to email submission in the layout
I have an Email sending system that receives the name and Email of the database and sends . But when I call the function it will load all emails on the screen with your result in front.…
-
0
votes1
answer345
viewsMigrate template to bootstrap
I have a responsive template that repeats some components, which are at the top and the bottom. The problem that the components of the top do not click (buttons) when they are responsive, ie I…
-
0
votes2
answers184
viewsView formatless HTML tags from Twitter Bootstrap
Guys have a column in the bank where I type posts from the site. La I do all the formatting with Bold, alignments, fonts and everything. Only when I will display on the site many settings of the…
-
0
votes0
answers361
viewsDiv going into another
I have a div with an image, and some information inside it, the image is responsive and increases according to the size of the interface: <div class="col-sm-12" align="center"…
-
0
votes1
answer609
viewsExternal links are not 'loading' ? (by left clicking)
Good night, I am setting up a landingpage for a Retreat that will happen in my church, I am working with (middleman / frameworks [bootstrap]/ HTML slim [ruby]/ Heroku), I am creating a default link,…
-
0
votes3
answers104
viewsHow to place an image on the website via link
Where’s the bug here? I’d like the image to appear inside that box I created. box http://files.saichorao.com.br/200000158-545b055540/Teste_leandro.png…
-
0
votes2
answers74
viewsSite does not load in full
I uploaded a new site on the server, everything was working offline, when accessing the site it loads in a way all different from what was offline, only normalizes when I start browsing the site.…
htmlasked 9 years, 10 months ago Henrique Mendes Silveira Rodri 367 -
0
votes1
answer619
viewsMove centered element to corner
I have a simple page with few elements: logo, below has the slogan, below has a ul with social network icons and an arrow that will trigger some script. I would like to keep all these elements…
htmlasked 10 years, 1 month ago morphinduction 473 -
0
votes1
answer358
viewsTable with different size on various monitors
the menTo the following table: <div id="page-wrapper"> <table class="col-xs-12 col-sm-12 col-md-12 col-lg-12 fm-table" > <tr> <td class="col-xs-6 col-sm-6 col-md-3 col-lg-3…
-
0
votes3
answers166
viewsFix name in search field
In this html there is the search field, where I type the name of the teams. There is the option to save the team as default, but I would like to save the name already, every time you open the page…
-
0
votes1
answer24
viewsSort articles via link
wordpress has a system where you sort how many files should appear on the home page, Categories etc. It would be possible to sort the amount of files through the browser link? Here we have a part of…
-
0
votes1
answer494
viewsHow to make a div with 100% height? (passing viewport)
I want to put a background image in this div, I’ve tried with height:100% but the height of the div is limited to the height of the viewport, and when you scroll down, the div ends, and also the…
-
0
votes4
answers115
viewsHow do I not allow "<" and ">" in my Insert
Well, I have an INSERT, and I would like to make sure that if someone typed in the text something with "<" or ">" that gave error when sending. Code: $autor_id = $_POST ["autor_id"]; $texto =…
-
0
votes1
answer61
viewsProblem displaying the result with my blogger code
Yo Galera, beauty! I have a small problem. I made a code so that it was displayed on my blog page a generator of Link Me. In which the person fills in the form and at the end is generated the code…
-
0
votes1
answer82
viewsResults in iframe
I want to show the results of the variable "date in an iframe called "final.html". when I execute the code in iframe enters an error loop. there’s the code I developed py views. def…
-
0
votes1
answer388
viewsHow do I leave absolute scroll to the div?
I wanted to leave the absolute scroll to the div, as they do on the post pages of Mega Curious site, on the left bar where there are indications of other materials. I tapped into the guys' source…
-
0
votes3
answers450
viewsVideo Html5/css3
I have a HD video (1920x818 approximately) on my site, I had help in a part of the solution since it was put 100%x100%. Now I’d like to leave it fixed at the top of the page, tried to use…
-
0
votes1
answer122
viewsHow to collect 'data-userid' from an Ajax-generated Button and use 'data-userid' in a post?
I’m struggling in the following situation: I have two pages: radioPage.php and radioPageBD.php. In the radioPage.php the user will be able to select the RadioButton Company or the RadioButton…
-
0
votes0
answers21
viewsDirect to a particular gallery using Javascript
I have 3 galleries being represented in Javascript, each of the galleries shows 4 main photos with the option "see more" next. I want you to click on the option, open a new window showing all photos…
-
0
votes1
answer384
viewsHow to reset form status with model data?
I have a model in which fills the fields of a form (use Asp.net mvc and the view is typed), that is, I load the fields of this form according to the data of the database for the user to change in…
-
0
votes0
answers54
viewsHow to show table results always at the top?
I’m setting up a chat and it occurred that the messages are appearing at the bottom of the table, from the bottom up. That is, I have to scroll down to see the new messages. And I would like to see…
-
0
votes1
answer249
viewsPosition of components with bootstrap
I have a very simple question, I can’t position elements horizontally with Bootstrap, as would the HTML code with Bootstrap, like this image? Look who’s got the label, and next to the radioGroup,…
-
0
votes1
answer390
viewsEnter values and click the button automatically at the set time
I have a website with a small screen with a login form. And my idea is to schedule the automatic login for such a time. For example, I want to have a simple way to change the code as well. The idea…
-
0
votes0
answers88
viewsHow to create table with android email plugin
Hello! I’m breaking my head since morning and can’t make it work. Using only these HTML commands i need to create a table. Follow the commands if you do not want to enter the site: The table needs…
-
0
votes2
answers72
viewsButton animation does not happen
When I clicked on the button it was supposed to go left for 400ms but when I click it goes straight without the animation, it "jumps" straight to the final place without going through the rest. CSS:…
-
0
votes2
answers4148
viewsWhat should an HTML value attribute contain?
In a maintainability and organization perspective what should contain a value attribute? a number representing a word: <label><input type="radio" name="order"…
-
0
votes1
answer2653
viewsAnimated Slider in Pure Javascript
I researched several questions of the type, both in English and Portuguese and could not do, because I could not understand the logic to leave the slider of my site animated, with the images…
-
0
votes1
answer530
views<button> does not work in Firefox within a Wordpress theme
I am creating a button inside a Wordpress theme, but the same does not work in Firefox, already in Chrome and IE works without any problem. My button: <button class="faleconosco"><a…
-
0
votes1
answer49
viewsDuplication of generated HTML code
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Precetor - Perfil do aluno</title> </head> <body> <form…