Questions tagged as 'html'

2
answers

Change the file (jpeg, gif or swf) according to screen size?

I have a Website in PHP and it has a field for commercials (Where I can paste codes) As a resizing site I have no idea how to make an HTML or JAVA code use different images for the same ad space (multiple files for different dimensions - Pc o...
asked by 01.06.2017 / 21:13
3
answers

Get comma-separated values from the database and organize them in li

I have in my database, in my table "db_home_content" the column "a2_content_x_imploders" ("x" would be its content number, as represented in the image) that contains some data separated by commas. Example: Site em HTML5, Alta velocidade, Resp...
asked by 27.01.2017 / 14:26
1
answer

How to add HTML code inside an ol tag using JavaScript?

Is there any way I can add a certain HTML code inside a tag using JavaScript? Here is the structure code I have: HTML <ol class="wrap-card" id="demo"> <li class="card card_colorFirst" data-color="first"> <n...
asked by 18.07.2016 / 18:49
4
answers

json_encode returning TAGS HTML [closed]

When performing echo json_encode($data); , I am receiving, via console.debug(data) , the following: <br /> <font size='1'><table class='xdebug-error xe-notice' dir='ltr' border='1' cellspacing='0' cellpadding='1'>...
asked by 09.01.2017 / 18:21
2
answers

How to leave transferable html between computers without losing hyperlink and images?

I started programming a short time using HTML and my biggest problem is to do a project and when I take it to other computers it takes a lot of time changing the paths of images and hyperlinks. How do I keep links from breaking when I take my...
asked by 01.09.2017 / 18:21
1
answer

Notification, "Recorded" message Displayed when clicking a button on the form?

How to make the browser, or actually, the site emit messages like those issued for you to subscribe to a newsletter from some website. I want this message to appear when I click the register button ...     
asked by 08.02.2017 / 18:06
2
answers

How to align an image to the right with in CSS and HTML?

@charset="UTF-8"; @import url('https://fonts.googleapis.com/css?family=Krub'); @import url('https://fonts.googleapis.com/css?family=Varela+Round'); /* CSS Document */ header { width:1900px; height:100px; margin:auto; backgroun...
asked by 30.10.2018 / 16:04
4
answers

PHP redirect [duplicate]

Next, I created a page to edit a content, and I would like it to return to the previous page by clicking the refresh button. I am using the following command: header("Location: visualizarNovaPrevisao.php"); However, a warning appears:...
asked by 28.10.2014 / 16:43
2
answers

CHANGE PHP STATUS [closed]

I am having a problem when changing the status of the users of my database, when I am going to change the status of some user it does not approve the user of that line but last user what can be? logado.php <?php //Con...
asked by 03.07.2016 / 04:53
2
answers

Listing in PHP when clicking button and displays more results that does not hold CSS?

I've created a listing that displays 6 results and below I have a "Show more" button that calls another query that displays 4 results. However, the results of this last query does not maintain CSS. Appears misaligned. ThecodeIhaveisthefollowin...
asked by 11.05.2016 / 15:14