Questions tagged as 'html'

1
answer

Problem with HTML document validation

When validated my HTML document is giving the following problem    Section lacks heading. Consider using h2-h6 elements But I do not need this, it's really unnecessary for the purpose of my site (titles only in articles, blog style). Can...
asked by 12.07.2016 / 21:22
2
answers

___ ___ erkimt Aligning text with the image when the image has a vertical format ______ qstntxt ___

I have the following CSS:

%pre%

And the HTML below:

%pre%

I would like to align the texts on top when the image is standing.

See JSFiddle .

    
______ azszpr142124 ___

Would that be?

%pre%     
______ azszpr142126 ___
%pre%

I added this in CSS ...

    
___

I have the following CSS: .logos { max-width:1024px; vertical-align:middle; align-items: center; justify-content: center; margin:auto; } .logos img { max-width: 100%; max-height: 100%; } .logos .box-images div {...
asked by 22.07.2016 / 17:28
1
answer

Should I create a form for each row / record of this datatable?

In a hypothetical situation with a datatable , asynchronously a swith of ativo/inativo will be made to the registry. Should I create a form for each row / record in that datatable? Is it semantically incorrect? Or should...
asked by 22.07.2016 / 21:05
2
answers

Using $ time = date ("d / m / Y H: i: s", time () - 86400); to delete past schedules

I am using this code to exclude schedules with dates and times already passed in relation to the current time. <?php while($res = mysql_fetch_array($select_agenda)){ $id = $res['id']; $nome = $res['nome']; $tel = $res['tel']; $cel = $res['...
asked by 02.10.2015 / 20:31
1
answer

What is the meta tag with attribute itemprop="image"?

Out of curiosity, I used the Google Chrome option to view the Google source code, and there I found a meta tag with a itemprop="image" attribute. So: <meta content="/images/branding/googleg/1x/googleg_standard_color_128dp.png" itempro...
asked by 08.10.2015 / 13:45
3
answers

How to get the value of an inputtext and generate an IMG URL

How can I get the X value of an INPUT and generate a URL for IMG using JavaScript? Example: I put the number 505050 on form and gave submit; Form Code: <form action="teste" method="GET"> <input name="qtdfor" type="text"...
asked by 19.11.2015 / 16:47
1
answer

Blogger: How can I display only the posts of a specific label on the blog homepage?

I am facing serious difficulties in solving a problem in creating a template that should be simple to solve, but it is already consuming me a lot of time without reaching a solution. It happens that I created a XHTML Strict template from scra...
asked by 31.10.2015 / 20:37
1
answer

How to add a time counter in Game

I got this game in HTML + JavaScript + CSS a while ago, I'd like to implement a time in the upper corner of the screen (either side) bugging every game! Here is the function of Start in the game, I think of implementing the difficu...
asked by 06.02.2016 / 01:56
1
answer

How to convert HTML to RTF?

I have a project in Asp.Net MVC where I would like to convert an HTML string to RTF on the Controller. I have tried the following ways: Source 1 using(var webBrowser = new WebBrowser()){ webBrowser.CreateControl(); webBrowser.Doc...
asked by 18.02.2016 / 22:08
1
answer

How to manipulate a link in href

Is it possible to treat a link , for example when I click and the page does not exist, I redirect to a specific place? For a page of "ops this link does not exist" for example. In my case I'm doing an appWeb (phonegap), where I wanted to...
asked by 05.02.2016 / 18:21