It has recently come to light that my program is experiencing plenty of errors on the localhost:3000 server. I'm quite new to Ruiby on Rails a
I am looking for a solution without javascript, where I can use an link like this: <a href='#link1 +60px'> This is just an example for easier understandi
This might seem a bit unorthodox, but I am trying to use Bootstrap with the website I'm working on now, but don't have access to the head section of the site it
I'm using CSS content property to add content before an html tag. span::before { content: 'content that needs a delay'; } <span></span>
I am making a very simple system that records bookings, everything is editable other than the 'booking number' and 'price' sections which are static. The bookin
My current method of playing music through my website is by the HTML audio tags. However I want to be able to play it through HTML button instead. This button s
I hope somebody could answer, is kind of silly question probably... I would like to change the values of monthnames, monthNamesShort. I found I can change the v
I have created a button on a landing page, I would like users to be redirected to another section (in my case the contact section) on the same page when they cl
I have HTML like: a#clickme{width:20px; height:20px; background:#444; cursor:pointer;display:block; text-indent:-9999px} div.mydiv{width:200px; height:200px;bor
I am using html 5 form validation for validate my form before submit, if is valid, submit, but I need validate my User Register form, so it need validate if Pas
The problem is after I've installed the Angular extension in Visual Studio Code, I constantly get across all files (.ts, .html, and .css) auto new-line after ty
How do I copy the text inside a div to the clipboard? I have a div and need to add a link which will add the text to the clipboard. Is there a solution for this
I'm trying to work out how to draw a 1px border around the viewport. I would have thought this would do it, but it doesn't. It mostly draws the border, but when
I'm trying to change a number on the webpage to display the current page number whenever there is a change in the classes of the DIV element. <div id="f
I work in Postman and I want to build the test construction like that: var login_status = pm.environment.get("LOGIN_STATUS"); var jsonData = pm.response.json();
i am using a while loop to display all the data in my MYSQL table. the problem is that its not showing the newest entry. after adding a record it does not show
I am trying to develop a dynamic menu with angular and bootstrap for angular. Specifically, I have been able to get the menus and submenus to display on the pag
I am making a form, I have a function to reset all the fields, and I have a function to validate the fields. I have two buttons, send email an
Here's the situation: This is a bank website, so when a user clicks an external link (perhaps to a Facebook page or a partner website), there needs to be a box
When the user clicks on the 'Enter' button in Android (right bottom button) I'm unable to catch the event. I tried 'keyup', 'keydown', 'keypress' and the native