Questions tagged as 'html'

2
answers

Export HTML form to PDF with input field initialized by js does not appear in Pdf document

I have an HTML form where each input tag has its empty value attribute. This value attribute must be filled in randomly by a javascript code. So far so good. The problem is that when I use the plugin (jspdf) to submit this form to a PDF output,...
asked by 11.03.2016 / 15:11
2
answers

CSS popup menu opening more submenus within a submenu

I know that to set up an accordion type menu is like this: <html> <head> <style> .menu-sanfona li ul{ display:none; } .menu-sanfona li:focus ul{...
asked by 10.12.2016 / 03:19
2
answers

Create a record in which the user increments a new checkbox to save new information in MySQL

I need to create a customer registry, where certain part of the user's registration has several checkboxes that would use to store if the client has such documents, for example: [] RG [X] CPF [] Certidão de nascimento and a button so you c...
asked by 02.02.2016 / 04:23
3
answers

Format search field with CSS button

I want to format the button on the side of the search field like this: ButIcannot: HTML:<divclass="col-6 col-md-4"> <div class="busca"> <input type="text" id="campo_busca" placeholder="O que você procura?"> <bu...
asked by 27.09.2017 / 17:53
4
answers

Share Link with Facebook Image

I would like to know how I paste a link into a Facebook post and it shows an image. For example: if I paste the Twitter link into a post, it puts a picture, followed by the title and page description of the URL (in this case, Twitter). How do I...
asked by 03.01.2017 / 18:13
3
answers

image and hr side-by-side

I want an image (the yellow curve below) and an hr like this: AndIhavethecodelikethis: <div> <img src="http://culturalis.pt/wp-content/uploads/2015/06/curva.png"alt="curva"/> <hr style="height: 3px; width: 250px; border-widt...
asked by 18.06.2015 / 00:33
2
answers

How to stylize only a snippet of text?

I want to know how I can have a result like this in my text: I want to highlight a certain section and by bold. <p> A ferramenta é 100% online, desenvolvida com as mais modernas tecnologias </p>     
asked by 06.05.2015 / 15:30
2
answers

Create automatic PHP file [closed]

I have an Administration Panel, and I would like that: Every time someone signs up, this Panel is automatically created (all files). I'm using fopen(); but I'm on 4737 line and not even half the Panel, do you have any other meth...
asked by 30.08.2016 / 20:02
3
answers

same div with different colors

How can I make a DIV change its color in the next instance of it? TwointwoIcangeneratethiseffect:     
asked by 29.07.2016 / 15:35
4
answers

Apply class to a link within an echo? [duplicate]

I have this echo below and would like to apply the class buttonlink to it, however I'm not getting it. I do not know if it's the quotation marks, this backslash, or if it's not possible to do that even if someone can help. echo "&l...
asked by 26.10.2017 / 19:38