Questions tagged as 'html'

2
answers

Sidebar Transparent

I'm around with a Wordpress template called Uncode from Envato . Your support forum is fine, but they do not give me a solution for the following: The template has a menu that can be placed horizontally on the top of the page or as a sid...
asked by 14.09.2016 / 09:03
1
answer

Identify a span tag that is inside a string with jquery

Good morning. I have a function that highlights the text of a list, according to the word (s) by which the user searches. The problem is that when they write two words for example "Juan Carlos" I want the Juan and Carlos to change color in the l...
asked by 12.01.2016 / 20:15
3
answers

I have a doubt I do not take a CSS class

I was created a css style for my project works all right the issue is that I do not take a class in CSS to put the font bigger and bold. the problem is in .metric .title span .metric { -webkit-border-radius: 5px; -moz-border-radius:...
asked by 05.01.2019 / 15:29
3
answers

How to show local time with PHP?

Try the following script: <?php $hora = date("G:a"); echo $hora; ?> Select the G format to print the time without the initial 0, but print me 14: pm and on my computer it's 11: am, how do I synchronize php with my local time?     
asked by 09.06.2016 / 16:26
2
answers

how to set up htaccess to be able to embed .php in HTML files

I have a web in html, css and javascript (without libraries or framework) and I need to embed footer and external header to make it easier to maintain. I found the following code that would solve it, but they clarify that, if it does not work, t...
asked by 13.12.2018 / 12:18
1
answer

Input in square, css

I have to take the following format that I must replicate: The fact is that it does not come out and I do not know what else to do. I have the following code: <div style="display: flex; -ms-flex-wrap: wrap;flex-wrap: wrap;...
asked by 10.12.2018 / 23:56
1
answer

Problem with CSS property to scroll [closed]

I have a chat, and as you know, I have to make it scroll in some way where the messages are seen. For that I have the property overflow and I put the value to him auto, but this does not show the last message once it is sent, it is necessary to...
asked by 23.07.2018 / 06:52
2
answers

Send form with onClick. Only Javascript and HTML

I'm doing the shopping cart part of a page (It's a college job, I'm just starting). For each item in the cart you should be able to increase and decrease the quantity purchased. I managed to do it but only with one product, if I copy and paste s...
asked by 22.06.2018 / 00:55
2
answers

Why do I have a gap in one of the sections?

I am creating a site and one of the sections does not occupy the whole height, there is a small gap up and down. It is in the penultimate section the one before the Copyright, it is green and the white holes are visible. I put the example in CO...
asked by 24.12.2017 / 19:52
4
answers

Enable and disable fields in an html form

My question is this: Is it possible to enable or disable a field of a form from PHP?. Depending on a number that I extract from a database: if the number I get is 4894-rt , that I have a field in the form where I enter a datum to...
asked by 25.10.2016 / 17:26