Questions tagged as 'html'

2
answers

What is the best practice for integrating external content with my site?

I'm developing a website in PHP and I'm going to need to integrate content that will be on a page from an external site. This page will be poorly formatted, without header footer and sidebar , I'll just have the link on this page...
asked by 06.07.2016 / 14:00
1
answer

Carousel Content Affects SEO? Is the content of the hidden Carousel indexed?

I have a question regarding the Carousel and how its contents are indexed by crawlers . First, I believe most Carousel are not so friendly from the point of view of Accessibility . This in itself could already hurt the indexing of the conte...
asked by 03.01.2019 / 13:38
1
answer

How to put a div inside an iframe?

So, I'm trying to make only one part of my HTML page refresh at every "X" times. I was trying to accomplish this through AJAX, but it was giving me a lot of trouble. So I decided to change my plan. Here's my problem: I'm passing a model th...
asked by 17.08.2018 / 20:28
1
answer

Configure HTML Variable within Nodemailer html

I need to send an emai using Nodemailer, and I need to send email with html, but I'm not able to set the variables directly inside the email HTML, I already tried replace() and I did not succeed. server.route({ path: '/enviar', method:...
asked by 16.10.2017 / 01:55
3
answers

Elements with corners cut with Css

I need to make elements with cut corners, equal to these squares. How can I do it?     
asked by 04.03.2015 / 13:55
1
answer

Enable HOVER without clicking the same div

Next, I have 2 tables, the items in the second table have hover. I need to pass the mouse on 1 item from the first table and it activates the hover of the respective item from table 2, but I can not pull the same id or class because I do not wan...
asked by 24.09.2015 / 00:16
3
answers

Display hidden div according to the value of a Dropdown

I'm not aware of javascript and would like to know how I can make a div appear according to a capo's dropdown value. Example: Imagine a dropdown with values from 1 to 10. if we choose a note < that 8 it show a div     
asked by 03.08.2015 / 04:08
2
answers

Google Maps with multiple markers from the database

I have a code where it takes the longitude and latitude from where you are and places it on a map. I need to have all the latitudes and longitudes of the database with markers on each of these points appear on this map. My code is in Codeigniter...
asked by 11.08.2015 / 14:21
2
answers

When selecting option displays div with

I have a question, since I do not handle anything with PHP , I would like someone to help me with how to mount or implement a Jquery that I found. In my case there are 2 selects , one that would be dubbed Estado and anoth...
asked by 18.05.2015 / 17:18
1
answer

Call ASP.NET application via HTML page

I have an application that I can not change the source code that generates purchase orders. For each request an html with the request data is stored. I want to implement this html with the following: When opening the html, embed a simple page in...
asked by 18.06.2015 / 16:51