Creating multiple divs with decreasing numbering every tenth
This is my first question here on stackoverflow. I want to create multiple divs in visual studio code. The id of the divs should be decreasing but not immediately. Like not id 5,4,3,2,1. I would like...
View ArticleWhy do we need to use element when we have already stated class?
In css, if a person has already stated a class then why does he need to use element after that like what will be the benefits of doing that. For example: There is a class of "content" in element So...
View ArticleResponsive - All elements are way too small on mobile devices
I am working on a website right know, but I have a weird issue with the view on mobile devices. When I resize the window on a desktop browser the elements and fonts are changing with the viewport how...
View ArticlePositioning list elements using grid in CSS
I am trying to implement a grid in css which contains two rows, first row has 3 columns which each columns contain one of the li elements, and the second row contains the fourth li element from the...
View ArticleAngular load a component while runing
I have an angular page called training list , which by clicking on each button on the list has to load the html files content that I have created before inside my training component (which the code is...
View ArticleAllow users to edit account details to Postgres in Django in a Class-based View
I've spent ages trying to figure out how to allow a user of my website to edit their account details. I've tried a ton of options, but none seem to be working. All my views are currently class-based,...
View ArticleIs there a way to display HTML lists top-to-bottom vs left-to-right without...
View: http://superdistros.com/test.html Summary: My HTML unordered lists with list-items set to float left run left-to-right. I have used CSS Flex on the UL to display the menu items top-to-bottom so...
View ArticleHaving an error on my website, social media links "refuse to connect"
After adding social media links in my html file and I click on them I only receive an error that states: Facebook refused to connect.
View ArticleCSS Selector Positions
I am really confused with the positioning of CSS selectors for the stylesheet of our website. Is there any specific rule or norm that we are suppose to follow when stating our CSS selector in our...
View ArticleCSS - transform divs pushing other divs around
I'm trying to do a thumbnail page with a hover transition that zooms and displays a description. EDIT: I do not want to use jquery.Problem 1. The hovered div pushes the neighbor div out of alignment....
View ArticleBootstrap Collapse Button Not Showing Content When Clicked
I have made a CodePen and tried using Bootstrap to make a collapse with a button. I have included the Bootstrap, JQuery, and Popper libraries. The CSS Bootstrap is working because my button is being...
View ArticleHMTL, How to split a line of code with multiple elements into multiple lines...
I have copied and pasted from the inspect html inside chrome into an editor. But instead of splitting up the code into multiple lines with one div per line all my 100 div elements is in the same line....
View ArticleSimple shopping cart in JavaScript
I'm trying to learning the basics of JavaScript and i was practicing it by making a simple "shopping cart". Its one of my first works I did on JavaScript.This is what needs to happen:You need to select...
View ArticleHow to properly set a simple HTML google page with table, buttons and...
I am trying to build a simple lay-out of a google-map for location of ships. Also I am pretty new to HTML programming so sorry if this is a simple question. The layout consists of the following...
View ArticleMy class/id/highlight tags are not working
i'm new to coding. So basically i'm doing an online web developers course before entering a bootcamp and i'm using Sublime Text for my code, i'm super stuck!So in this exercise the styling is done in...
View Articlehow to filter a DIV element based on its class name/id
help me to write javascript code when I click the store button show the store pics(s1.jpg,s2.jpg...) and when I click the customer button show customer pics(c1.jpg,c2.jpg..)it will be great if anyone...
View ArticleRepeat a JavaScript result that is being displayed with again on the same page
The scenario, I have several JavaScript calculations (based on user input) on my page. The results of which are displayed via <span id="x"></span> for...
View ArticlegetAsFile returning null in onPaste event when copying embedded image from...
My client frequently receives emails in Outlook with screenshots embedded into the text. I'm building them a work order tracker website, and they want to copy/paste from the email into the web page I'm...
View ArticleIssues adding value from custom modal in Google Script
I have a function here that is supposed to do the following:Invoke the dropdown html modal and pass what the user selects to a replace function which...finds the instance of "Document Classification:...
View Articlewpbakery does not work and giving me a blank white screen with wpbakery logo
i'm using wpbakery plugin to build web pages. Yesterday i found that i wasn’t able to edit any pages or posts. Page builder is giving me a blank white screen with wpbakery logo on every single page or...
View Article