Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

html and css

  1. C

    Removing Form Field Selection Properties In CSS

    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. francovighcontacts

    Project Looking For Members!!!

    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...
  3. D

    How to Position the Radio Buttons?

    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...
  4. S

    Blogger/Blogspot Image issue

    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...
  5. E

    Video Positioning

    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...
  6. dstromberg

    HTML & CSS Sometimes ng-change fires, sometimes it doesn't

    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...
  7. J

    Responsive problem - html and css site in development

    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...
  8. yumedoll

    Answered Div gets pushed downwards even without top margin

    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...
  9. N

    HTML & CSS I need help fixing my website

    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...
  10. L

    HTML & CSS Masonry Gallery Hover CSS Issue

    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...
  11. P

    :hover fails to display Tooltip

    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...
  12. yumedoll

    JavaScript [SOLVED] Can anyone help me figure out why these specific EventListeners aren't working?

    I have this: document.documentElement.addEventListener("load", function(){ document.getElementById("loading").style.display = "block"; document.getElementById("okthanks").style.display = "none"; }); window.addEventListener("load", function(){...
  13. L

    Styling an HTML site with CSS without changing the code

    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...
  14. A

    Using CSS classes in table

    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">...
  15. Yompso

    I am having trouble with <style>

    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" >...
  16. LKinneyX23

    col-md with video not appearing inside content div

    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...
  17. B

    Moving UL to right side of page

    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...
  18. ijndsfijkansmf

    school project being stupid, columns and rows not working.

    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...
  19. yumedoll

    JavaScript Why is the placement of the declaration of my let variables being misinterpreted?

    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 =...
  20. yumedoll

    JavaScript Why is the placement of the first declaration of my let variable being misinterpreted?

    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...
Back
Top Bottom