Questions tagged as 'html'

3
answers

How to remove the "whitespace-only text node" from the DOM that appears in the HTML

It seems that HTML by default puts damn " whitespace-only text node " between inline elements with this I get a "margin" between elements that I can not remove from DOM I know there are solutions like putting display:flex in the...
asked by 28.03.2018 / 15:31
1
answer

Load a window only once after reloading the site in asp.net C #

Having this window whenyoufirstaccessawebsite,howdoIonlyappearonceevenafterI'vereloadedthewebsite,ordoIreturntothehomepageandnotshowupagain?<inputtype="radio" id="rd"> <div class="bg"> <div class="box">...
asked by 18.05.2018 / 17:39
0
answers

How to change default project in FIrebase via terminal?

I'm trying to host a website in firebase, I followed the steps that were guided by the platform correctly. I set a default project in the "firebase init" step and now I want to set another one, but I have no idea how. Neither the documentation n...
asked by 26.05.2018 / 18:06
1
answer

How do I put a div in the middle of two elements inside another div?

Galera, How do I put a text from a div in the middle of another div that has two separate photos. <div> <img> <img> </div> <div> <p></p> <div> In yellow and green are the divs Ineedt...
asked by 17.05.2018 / 21:49
1
answer

How do I receive data from a form that has repeated field names?

My final course project, in a very brief way, is a question and answer game, in this project, I have the "Alternatives" table, when I am going to ask questions, there are four fields with the name of alternatives as follows :                 ...
asked by 24.05.2018 / 21:54
0
answers

Calling artist info with wikipedia API

I'm using the wikipedia API to call artist information. The question is, how do you filter this information? I just want these fields: Image, name, age, place and date of birth, genres and website ... I searched google, but found no nad relat...
asked by 25.05.2018 / 00:09
1
answer

Does anyone know where I can find material for by toolbar in a TextArea, to use with php in the posting area?

I want a toolbar in this style in a text area, to use for styling articles for posts, can someone tell me where to find material, or maybe, teach or send some code for me to analyze and such to redo?     
asked by 24.05.2018 / 22:52
1
answer

Open new page only the top of the main page

Hey guys! I am a beginner in web development and would like to ask a simple question. How do I open only the top of the page. For example: I have the main page with several contents, including a menu and slide. I created a page where it will...
asked by 16.05.2018 / 16:58
1
answer

Loop to show all news

I'm trying to make a backoffice for my website so I can post news! Does anyone know how to loop to show each of the rows in my database? Thanks to those who help! Note: I'm new to PHP and Mysql          date_default_timezone_set('Europe/Lis...
asked by 16.05.2018 / 16:18
0
answers

Fill an HTML table from a List

I'm doing a job for college where I'm creating a website for a pizzeria. I'm picking up the data from the pizzas, playing in a list, and bringing it to a table: But I would like this table to look like this: Image1 | pizza dice 1...
asked by 16.05.2018 / 16:27