Questions tagged as 'html'

2
answers

How do I save the option chosen by the html user in cookie? [duplicate]

I have a background change system by Javascript on my site, and I want it when the user chooses the background they want, the background he chose to hold when he accesses the site again. JavaScript function mudar9(){ document.body.backgro...
asked by 14.09.2014 / 15:56
3
answers

CSS, center separator between left and right [closed]

I have a div, welcome-inputs and within it another two left and right left must be on the left side of welcome-inputs and right on the right side of welcome-inputs . Both have width = 100p...
asked by 16.12.2014 / 17:42
2
answers

How to change the color of a single link?

How to change the color of a unique link? I have tried to go to "Modify - Page properties - Links", however the settings that are placed there go to ALL the links, and it is not what I want on my site.     
asked by 29.04.2014 / 00:53
1
answer

Dynamic site with multiple result pages

I'm doing a project for a dynamic website in college and wanted to know how to mount those result pages with first, second pages and so on without creating new .php files. For example: I have a news site, when the user clicks on a t...
asked by 25.09.2014 / 15:57
4
answers

margin: auto; how to apply in this case

I'm having problems while trying to center divs that are located inside a div, and their "children" are in float, but I wanted to center them using the margin: auto; how can I do it? Follow my little script <div class="p_sects"> &...
asked by 11.12.2014 / 23:43
1
answer

Width of a td is not the last size

Good afternoon, I have a question here in assembling the form using and assorted. I have the following table: <table> <tr> <td>Nome:</td> <td>Senha:</td> </tr> <tr> <td>Código</...
asked by 13.10.2014 / 22:42
1
answer

How to create .php file using php?

The idea is to set up a news system, once I fill out the news page and click publish, you should generate a .php file with the news content. To do this content I should get, I just wanted to know how I can generate this .php file using PHP it...
asked by 08.12.2017 / 14:56
2
answers

Visitor Counter

I want to create a visit counter online on my site, but I do not know where to start, it weighs a lot in the database? how to start?     
asked by 05.03.2018 / 02:50
2
answers

Jquery removes all the less selected divs and those from the other menu

This code removes all the less selected divs, but also those from the motherboard menu what I was trying to do was make the below ones independent of the above ones. I'm sorry for showing the code like this but you can not put it in the editor b...
asked by 20.02.2018 / 16:32
1
answer

How to get the last tweet?

I need to implement a function in my project to get the last tweet, however all unsuccessful attempts, could someone give me a function to display the last tweet?     
asked by 12.02.2014 / 16:12