How to make my own extension to work as a .html
I have a file.aga file with a .html code in. When I try to run it in Chrome it just shows me the code. How can I make it run as a .html file? I can't really explain why I do need this=]
View ArticleCSS/Django - Display block as if buttons are present
everyone. In my django I have 2 options:I want to be list with admin/user always on the right, like in my second jpeg.HTML:<body> <div class="container2"> <div class="butts"> <form...
View Articlepure html, css, javascript image & video carousel without...
I'm trying to create a separate image and video carousel like this (so when people click on the image it will load a new page and when you click on the video it will play) without using materialize...
View ArticleBootstrap hamburger menu changing position
How do I prevent this from happeningI want the hamburger icon to stay to the right, what am I doing wrong?https://jsfiddle.net/amtrbsk2/<nav class="navbar fixed-top navbar-dark bg-dark...
View Articlenight.js is not showing any Dark / Light Button on WebSite [closed]
I had been trying hard to add night.js https://jb1905.github.io/night.js/ on my site but no button of Dark / Light Shows up on my site.Here is my Test Page : https://freeairdrop.io/test/2.htmlI have...
View ArticleShare current html response(as is) with user input intact in Golang
I am trying to achieve something similar to the Go Playground's share button. When a button called share is clicked, the current HTML response is saved into a file. That also includes everything a user...
View ArticleLink Javascript file with wordpress plugin
I am struggling with finishing a basic plugin I created. I have a plugin folder with the following structure:Folder_name: Booking booking.php js - script.js css - style.css js and css are sub folders...
View Articlehow to fix my angular nav control routing?
How can I fix the navCtrl issue?UI: This is my html<p class="go-to-register"> No account yet? <a (click)="goToRegisterPage()">Create an account.</a> </p>...
View ArticleSimplifying the JavaScript procedure in subtracting values
I will describe the situation from scratch so that there is no clarity in the later stages.I have Razor/c# code in .cshtml fileit generates table for me @for (int nr_rows = 0; nr_rows < 31;...
View ArticleCSS in React is broken
My CSS doesn't work with my React project, it only changes body (I changed the background color from white to black), the rest from .info isn't working at all. What am I doing wrong?However, I started...
View ArticleChange the style or background of a cell in Dominate table (Python)
Here's a sample from my csv file (imagine that the xxxx.img are actually http://my.website.me/xxxx.img)LHS_itemname,LHS_img, LHS_color, RHS_itemname, RHS_img, RHS_color backpack, bck.img, blue ,...
View ArticleWant to validate the length for a phone number inside my div in Angular
I have this phone number textbox and the below validations. I would like to add the necessary validation to ensure the phone number is of 10 digits. Please enter a valid phone number.
View ArticleBEGINNER/LEARNER! broken html image [closed]
I'm taking a class online to learn to write HTML and am stuck on putting images into a header tagHere's what I got:<header> <img src="/assests/jeff.png"/> </header> <h1> Jeff's...
View ArticleCSS - Button disappears when resizing window
In my project, I have a button. When I resize my browser window, the button magically dissapears, when the screen reaches a width of 1042px. When It disappears on the screen, I check the inspect tools...
View ArticleText not showing up in SVG element?
I'm trying to get text to show up in an SVG element I created. I created a textNode and then appended that to a SVG text element, but it doesn't seem to be showing up. The SVG element is showing up...
View ArticleWebsite user input post to a file in my pc
Need help with a php program...cant find the problem This is the code i came up with...i just have multiple user inputs and i need the php code to put those inputs in a file.<?php...
View Articlehow to make a stable div but not using "position:fixed" or "position:absolute"?
I want to make a header div . When I scroll the page it will not move. I will still see the header.I know position:fixed and top:0 is fine .but it has not a height .other divs in will cover it.Is there...
View ArticleMake display headings responsive
I am using bootstrap's "display-2" class, and I need to make the text responsive / smaller when I go in smaller devices. Dramatically Engage [
View ArticleLooking for API or HTML/JS solution for PARKING SERIVICES project [closed]
Hello StackOverflow community,I am working on my final paper and I am doing project on Parking Services. I am looking for an API suitable for that topic, to be exact, I want to have google map and on...
View ArticleHow to make an animation for the changing variables and start it by clicking...
I have a problem that I need use p5.js to draw a ball projecting in a parabola track,and there are two input that I can type the degree of between the bottom of the canvas and the parabola track (or...
View Article