Questions tagged as 'html'

1
answer

Remove white space Ionic 3

I'm trying to remove this white space from my project. Iwouldlikeittolooklikethis: <ion-contentno-padding><div[ngSwitch]="Menu" > <ion-list *ngSwitchCase="'Todosgastronomia'" > <ion-item *ngFor="let produto of produtos...
asked by 09.08.2018 / 15:22
1
answer

create intro page in multilingual site

I can not create a intro page on my site and I believe the problem is related to multilanguage enabled. Does anyone know how to solve this? I'm using Framework Vertex.     
asked by 01.06.2016 / 02:38
2
answers

include is only inserted after the body, and would like to be included before

I use a file named head.php to add the meta tags to each page in an easier way! But include is only included after body , when in fact I need it to stay before body ! Base code: ........................................... B...
asked by 24.05.2015 / 03:24
3
answers

How to pick up the last four months on a given date

Good afternoon everyone! I need a function that I enter a date and it returns me the date of the last four months, can be done in angular js or javascript, can you give me some help with this? I want to get the last four months / year of a da...
asked by 22.09.2017 / 21:45
1
answer

URL redirection while retaining the address

I am using my server to host other sites because my hosting plan allows, however, I would like, for example, when I access the www.meusite.com.br/outrosite directory, the redirected domain appears in the address bar, such as www.outros...
asked by 20.10.2014 / 19:59
1
answer

The power of javaScript [closed]

Recently I saw a Infographic pointing JavaScript as the language most used in the year 2015. And also I see here in SOpt several posts about JQuery and JavaScript . My question is this, is it more advantageous to only use...
asked by 02.07.2015 / 13:26
1
answer

Avoid duplicate date and time for same scheduling professional

Friends I'm trying to create a schedule for a dental clinic, but I'm having a hard time avoiding the client scheduling a date and time that has already been scheduled for that selected professional. For example, someone has already scheduled the...
asked by 30.05.2015 / 04:22
4
answers

Can I use onclick twice? [duplicate]

I have a button and on it I need to use onclick to trigger the (this) function for the javascript but I need to put sound on the button, what do I do?     
asked by 26.06.2017 / 20:49
2
answers

Exporting an HTML table to PDF and EXCEL

Hello, I'm trying to create an HTML page for my webpage. I'm trying to create an HTML page for my website. Thanks.     
asked by 30.03.2016 / 14:40
3
answers

How to style an echo with CSS?

For example: I want to display a formatted number of the database: echo number_format($saldo, 2, ',', '.'); Then echo writes: 8,944,664.00 I want to know how to use the css in this condition ... to show the part of the screen that I want...
asked by 26.05.2016 / 06:34