Can I resize these two images properly to the screen?
Technologies:CSS ReactJPG/PNGGoal: I want to resize two images to look like this: I am making a 'skirt customizer' for my mom/portfolio, where a shopper can change the 'belt' or 'fabric' with the...
View ArticleHow to prevent anchor tag spam?
I have been wracking my head around this problem for a while now and simply can't figure out how to prevent it. I have changed the code to help you understand my problem.I have an anchor tag that when...
View ArticleWhy is my handle button moving off the timeline on the right side?
I'm making a volume bar but for some reason, I'm able to drag the slider button past the timeline on the right side. It also seems to increase the width of my timeline when I do slide it off on the...
View ArticleChange more SVG path color when hover
I have this code below. .icon {stroke-width: 0; stroke: currentColor; fill: currentColor;} a {color: red} a:hover {color: pink} a:hover circle {fill: green !important; color: orange} a:hover path...
View ArticleBootstrap cards - text coming out of the cards
I developed 4 bootstrap cards in 4 different columns. Within each of these cards, I created a new card that contains some type of information.My problem is that the text comes out of the card when I...
View ArticleJQuery can't switch classes properly for a theme customizer
I've got 3 css themes, each change the page to the specified theme. The first 2 are preset classes and they work fine when switching between each of them. The third is a custom theme that takes user's...
View ArticleSimple Javascript output list to HTML question [closed]
I have Javascript code that generates tickets. They are separate lists of 6 numbers each. They start out as arrays.I'm generating these lists in a script code block above the HTML code. I come out of...
View ArticleHorizontal content alignment with JavaScript over several cards
I am currently struggling to find a solution to align a specified element between several cards. The lowest offset (means position) should be the basis for the other 'elements'. Thus are aligned by...
View ArticleHow to update child window?
I have already opened child window by following codevar myWindow = window.open('','','width=1250,height=1000,resizable=yes,fullscreen=yes'); var doc = myWindow.document; doc.open(); doc.write(divText);...
View ArticleEdit Google Drive Embed Audio Player
I need to embed some audio files from Google Drive into my WebSite. I'm able to embed, it works just fine, the problem is, I can't edit the player (Picture below). There is anyway I can do...
View ArticleHTML: White space below website and does not automatic zoom in during mobile...
So this is my first time trying out html and css. I couldnt manage to get the white space at the bottom of the website to disappear. Here is the html code, images are ommitted for privacy<!DOCTYPE...
View ArticleHow do I submit data from a text field in HTML to a JavaScript variable?
I cannot figure out how to pass an HTML input to a JS variable. <form id="form" target="_self"> <input type="text" id="task" placeholder="What's on the agenda?" onsubmit="getForm()">...
View Articlecss How i set on body without wrappers three background images
I need to create a solution with an index that have three background images. The first that takes the entire screen, the second that takes the left half of screen and the third that takes the right...
View ArticleJavascript - Numbers showing as NaN and object undefined
I am trying to make a comment generator for a program we use, and I am having an issue with numbers. I originally got object undefined after doing the math when I used the block of code...
View Article"public_html" automatically appearing after folder name in URL and resulting...
I was fiddling around with the .htaccess in my web hosting directory, attempting to force HTTPS to my URLs to activate my SSL that comes with Hostgator (which did in fact work), but after changing...
View ArticleHow do I navigate to a new page with a Button in ASP.net Core?
I've got a webpage that currently links to another page like this:<a asp-action="Create">Create New</a> I've tried this and it just sat on the page very happily, but didn't take me where I...
View ArticleHow to fix erratic column spacing in bootstrap accordion card header?
I have a bootstrap 4 accordion. Each card header is a row that contains 3 columns in it. My problems is that the spacing increases between the first and second columns when the text in the second...
View ArticleRemove Extra Space of Wrapping Element [duplicate]
I have a list of boxes on a page and I want to be able to configure them to wrap when there is not enough space on the screen. Right now, when the boxes wraps, it leaves an empty space on the right...
View ArticleWhy is border-radius making the rounded corners of my triangle look like...
I'm trying to simply round off the corners of my triangle; to make the triangle, I used the border trick (making the top and bottom border transparent). But when I try using border-radius, my triangle...
View ArticleUnable to get the updated table values when jquery is used to get the html()...
I have a table which is loaded from database. When a user updates the text boxes in the table, i have written a jquery which should collect the updated values from the HTML table and wanted to update...
View Article