Questions tagged as 'html'

2
answers

How do I make a text that I add recently in the code to be at the top of the page?

Look at this sample code: <article> <div> <ul> <li> </li> <li> </li> <li> </li> <li> </li> </ul> In my code within each...
asked by 21.08.2018 / 23:07
1
answer

Split query result into columns

I have a select that brings items with prices, how do I split the result into two columns:  Examples: Ihopetoleaveitasfollows: Here'smycode:<html><head><metaname="viewport" content="width=device-width, initial-scale=1.0">...
asked by 21.08.2018 / 22:20
1
answer

How to control height within a Grid?

Currently, I have the code below, I would like to go down the marca and meta to the limit of the red line, how can I move them? html, body { width: 100%; height: 100%; margin: 0; padding: 0; } body {...
asked by 21.08.2018 / 19:30
1
answer

prepare Iframe or embed responsive for mobile

Personal I have a C # MVC5 project and my scenario is as follows: I have to open in a friendly url a large series of pages (with media content) made by third parties. One at a time clear (according to the parameter received) I then created this...
asked by 27.08.2018 / 15:14
1
answer

How to get the first and last class parent of a div contained within a TD via CSS / SASS?

I would like to know how to get the first and last parent of a class set (.date) that is contained in a div within an element. Here is an example code sequence: <table> <tr> <td>Nome</td> <td&...
asked by 27.08.2018 / 16:05
1
answer

Value does not fit inside the text box

Hello, how are you guys? So, I'm having an annoying problem, I've done a function that returns data from a certain table field, to insert it into the text box of a form; But, the value returned from the field appears on top of the text box, not...
asked by 24.08.2018 / 01:43
1
answer

Center svg within a rect element

Good morning, I have the following code <?xml version="1.0" encoding="utf-8"?> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 708.7 7...
asked by 26.07.2018 / 13:20
1
answer

How do I put margin between an image and an HTML list?

I tried this, but the ordered list continues to paste the image ol { margin-left: 5px; } figure { margin-left: auto; margin-right: 20px; }     
asked by 27.07.2018 / 15:48
1
answer

Javascript, alphabetical list is not working

This code is to create a list of blogger posts in alphabetical order. The title and image of the post is displayed. I changed this code to change the position of the image and title and create class , the image appeared after the title, ev...
asked by 28.06.2018 / 19:27
1
answer

Animated Banner with HTML5

Good afternoon, I received a request to create an animated banner in HTML5. I created the banner using HTML and CSS, and it worked correctly. The client was trying to implement on his site, which is probably in wordpress, and did not work. Could...
asked by 06.09.2018 / 20:56