Questions tagged as 'html'

2
answers

Put jQuery function on button

I need to put a function call on the submit button, which checks if there is at least one file in the database and if it does not, do not let the form be submitted.     
asked by 14.11.2014 / 13:26
1
answer

Replace static text in several files

I have a static website and I'm implementing some functions in php in it and one of them is to include a menu on all pages, which is already created and all the files are with it. What I want is the following: replace all this code with: incl...
asked by 04.03.2014 / 17:40
2
answers

decrease jQuery slider time

I did not use any plugin to make a simple transition between divs, because it was not to be too complicated and I did not want to overload the page with several plugins, but in my script the slider takes too long to start initializing, decrease...
asked by 11.03.2014 / 16:18
1
answer

Return and reply to sending the email in the layout

I have a mailing system that receives the name and email of the database and sends it. But when I call the function it will load all the emails on the screen with its result in front. [email protected] => enviado [email protected] => err...
asked by 30.03.2015 / 22:16
1
answer

html - Two vertical scrollbars on Android [pendant]

Custom Scrollbars and Chrome's default scrollbar are in conflict due to height: 100vh . But I think Chrome detects how 100vh is equivalent to the number of Android Y pixels, not WebView pixels. Anyway, I want the site to stay on 100% of th...
asked by 31.12.2018 / 21:02
3
answers

Leave td with transparent background

How do I leave a 'td' with transparent bgcolor without using STYLE? I can only use bgcolor in the part, not to cause errors !! many browsers do not render the style. As email marketing I can not use style sheet, I have to apply all inline...
asked by 04.04.2014 / 16:05
1
answer

How to concatenate RadioButtons values in Razor / HTML?

I have a question and it's kind of hard to find a practical way to solve it. I created a groupbox with 10 radiobuttons . I would like to know the best practice so that when the user marks one of them I store this value in a varia...
asked by 03.04.2014 / 00:41
2
answers

Line Misalignment

Using bootstrap I have the following code DEMO : <div class="container"> <div class="page-header"> <h1>Seja bem vindo <small>Selecione um curso:</small></h1> </div>...
asked by 02.10.2014 / 20:05
1
answer

How to customize the og (Open Graph) tags on the post page - Wordpress

I am creating a template from scratch for Wordpress, but I would like to change the content of the og tags according to the content of the post, ie define image title and description Thank you in advance     
asked by 10.09.2014 / 18:09
1
answer

Break line on links

I'm developing a mobile site and I'm having a problem, when I have a very large link (no spaces or '-' hyphens), it does not "break" and leaks out of the layout. Is there a way to fix this?     
asked by 16.09.2014 / 19:43