Questions tagged as 'html'

1
answer

TD fixed in ng-repeat

I have the following: my app.css .fijar-headcol { position: absolute; background-color: white; display: flex !important; width:100px; } my index.html <div style="height:500px; overflow: auto;"> <tr ng-repeat="dat in...
asked by 19.11.2018 / 09:29
2
answers

Validate the existence of a token in the browser's localStorage

the question that I have a token saved in the localstorage and what I want is that if that browser token is deleted I automatically redirect to the login window if the need to refresh the window or something else, imagine that I made a manually...
asked by 04.12.2018 / 00:45
1
answer

color with old look

I want to make a background color look old like in the image then I would like to know if it is possible to do, or already touch with an image Thanks     
asked by 15.11.2018 / 16:55
2
answers

How can I remove these white bits from my website?

Although I can not see the styles of your code well, I know why it does not work for you, the% HTML tag% handles some default margins which if you remove them will be the solution to your problem, the margin from above if I visualize solved the...
asked by 29.11.2017 / 16:49
1
answer

Doubts with the PHP Location header

I have a database in that database I have an attribute called url where the url of each page are stored .. What I want you know and if you can, is to put that URL in the Header Example. $Url=$fetched_row['Url']; header("Location:$Url");...
asked by 06.08.2018 / 16:26
3
answers

The toUpperCase () as used

The toUpperCase() , I would like you to tell me how to use it and give me examples because it is difficult for me to understand its structure.     
asked by 27.07.2017 / 18:16
2
answers

Achieve this effect with CSS inputs

this time I need to do the following effect; where the part of the numbers can be edited by the user, and USD -EUR are a kind of placeholder that are fixed and never deleted, one of the important details is the central line that...
asked by 20.06.2018 / 07:35
1
answer

hello I can not find my error Parse error: syntax error, unexpected end of file in C: \ xampp \ htdocs \ caddy \ grades.php on line 89 [closed]

   Parse error: syntax error, unexpected end of file in C: \ xampp \ htdocs \ caddy \ grades.php on line 89 This line is the last in my code maybe forget to close something but I already check and I do not see it, the fact is that I want to...
asked by 20.06.2017 / 20:43
1
answer

Does not load the style well in Laravel in https

I'm having a bit of a weird problem: when I open my normal domain without https it opens up all right: But when I open it with https it's like it does not load the style at all: What could it be? How can I solve it?     
asked by 29.06.2018 / 13:04
1
answer

Form with HTML that stores the data in JavaScript variables [closed]

I need to create an HTML form that at the time of pressing submit, save all the data entered in different variables, I need them to be saved in those variables to be output later by a .pdf document which is already programmed. Maybe the quest...
asked by 25.07.2017 / 18:15