I am pretty new to CSS and I'm using it to style a basic HTML form with 2 form fields and a submit button. By default, when the form fields (and submit button) are selected (using the Tab button) they are "highlighted" by a thick black border. How can this attribute be removed so that it...
2.
Hey everyone! My friend and I are working on building a website, but we could really use some help with the programming side of things—because, let’s be real, we’re not exactly pros. 😅 The exciting part? We’ve already partnered with a massive international organization of 700 members who are...
Hello,
I have asked ChatGPT4 but doesn't seem to understand me!
The code is to select which Language the rest of the site should be in.
I want to have the Radio selector on the Left hand side of the Label, both on the same horizontal (of course )
Like this:
o English is my first language
o El...
Hi everyone. I hope someone out there can assist me as I'm going gray trying to figure this out.
I have a website on blogger Moirai Studio. Art, Handmade Fabric bags and Treasures and as it was built by using a 3rd party template I have been limited with my small knowledge of code with how I...
Hello everyone,
I'm currently working on a web project and I'm having trouble positioning a video element below my navigation bar in a responsive manner. No matter what I try, I can't seem to get it right.
Here's what I've attempted so far:
<!DOCTYPE html>
<html lang="sv">
<head>
<meta...
Hello people.
I'm trying to convert two radio-buttons to a single checkbox (with some vestiges of pure CSS checkbox I suspect), and having difficulty that I'm pretty sure is due to my lack of familiarity with CSS.
In short, sometimes when I click the checkbox, it runs my ng-change, and...
Hi guys,
I've decided (for some reason :-) ) to re-code my Wordpress site from scratch with my own code... It's going well, though there is a minor problem within the responsive framework and I can't find the mistake.
The problem occurs when scaling the site below approx. 400 px - something...
Can someone help me with this? I'm making changes to my personal site and I added these "sidebars" to it. Everything looked fine until I added my links into the left sidebar div, and it just got pushed downwards like this:
Here's the code in question (With the container in case you can find an...
Im a student that recently started studying computer science. We were asked to make a website with a navigation bar, 5pages and in each page credits.
Ive had some problems with the design of the page and Im hoping you could help me.
The problems are as following:
1.I would like the background...
I have a great masonry gallery code but needed to add a hover affect that links out that is already coded on the site...only problem is when I add an <a link out it interrupts one css line that I just can’t seem to figure out how to make work! Thanks in advance for ANY assistance on this!
This...
I am tasked with displaying Tooltips, my absolute first time in my xx years of programming, and I am unable to display them using "hover". Though the cursor changes as expected, the tooltip remains hidden upon hovering. I honestly don't know why. This is mainly for MS Edge though should, in...
Hi! I need help with a school assignment. The assignment is to style a website with at least two images, and making it easier to read without changing the HTML. We have received a code but we may only link to our own CSS file and therefore make no other changes inside the HTML code. I am very...
I'm trying to use multiple classes in a table, although I am not combining them. I am using them at different parts of the table.
What I have is:
CSS
.objs {
text-align: center;
font-size: 18px;
font-weight: bold;
}
.tables {
text-align: center;
}
HTML
<td class="tables">...
So I recently started coding with Free code camp, and I have a bit of trouble with using <style>, I am trying to give the text-align property the value of center, but it does not work, can you help me?, here's my code:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" >...
I have no idea what is happening with this as it keeps randomly changing on browsers, working one time I try and then not, without me having changed any code. It's showing entirely wrong in Dreamweaver, and I am pulling my hair out in confusion at this point.
I am trying to make a responsive...
So this is my page as it stands now ( I know it's silly, it's just for practice):
I want to move the Related menu in the top right corner to the side of the article so it's next to the aqua boxes, with the menu items running down the right side of the page. How can I do this?
Any help would...
this is due in like a week or two and I've tried using chatgpt but it doesn't work. I've got like a background image and I have it so that when the image finishes it goes back to the normal background colour, which is white. I'm trying to put some writing next to an image which is in the middle...
I have declared a few variables for a game I'm making about baking a cake and the variables will act as indicators of the amount of each ingredient to decide the outcome of the cake.
let mixamnt = flouramnt = sugaramnt = chocoamnt = milkamnt = eggamnt = butteramnt = redamnt = vanillaamnt =...
I have declared a few variables for a game I'm making about baking a cake and the variables will act as indicators of the amount of each ingredient to decide the outcome of the cake.
let mixamnt = flouramnt = sugaramnt = chocoamnt = milkamnt = eggamnt = butteramnt = redamnt = vanillaamnt = 0...