Welcome!

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

SignUp Now!

html

  1. MTAL

    JavaScript Cloudflare Pages & Workers Deployment

    Hiya I am trying to deploy a web application that uses express as a development build to test it online via other users and I am trying to wrap my head around wrangler, I have a script.js that listens to activities on the port of the server and the server handles the creation of rooms and user...
  2. JimmysNetwork

    PHP Problem with uploading an image to MySQL Database

    Hi all, My goal: I am trying to have a system where users can upload an image, and it will save into ../assets/uploads & my image area in the database ( image varchar(255) latin1_swedish_ci Yes NULL ). I have also gave permissions for the files to be uploaded into the correct...
  3. tae20

    HTML & CSS Can someone help me find the error in my code?

    My content won't rest inside my background image properly. I need it to be centered with one another. It's just not happening. (expectation) (mine) <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0">...
  4. strawbs89

    DJ QUE

    hi in short i'm trying to design a DJQUE where's DJ's can delete Songs ect so i have tested it out and all i'm getting is failed to get data please refresh all this when submitted from the form goes into a spreadsheet so the code Link: DJQUE HTML: <html> <head> <title> DJ Queue...
  5. yumedoll

    Answered Can a hyperlink inside an iframe manipulate separate iframe outside of it?

    So I have this homepage that contains two separate iframes that are sourced from two separate html files. One is a calendar, the other is a blog. What I want to do is to put hyperlinks on marked dates on the calendar that the user can click to jump to the related blog post of that date...
  6. H

    JavaScript how create my buttons inside the div with display grid?

    i want my button created inside the div with display grid. so you have 8 buttons in every row. its for my Javascript homework. <!DOCTYPE html> <html lang="fa" dir="rtl"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>test...
  7. IMMaximum

    CSS Within HTML Code

    So in my HTML Code I have, there is code that is CSS code. How does this work, since they are 2 separate types of code? I noticed this before and I ignored it, but I aa starting to get curious now. Since HTML and CSS code are separate, shouldn't the CSS code and the HTML code be separate? I at...
  8. IMMaximum

    HTML & CSS Ideas For Gaming Website

    So this is a post where I do and I don't need help. I have been creating a website for my Programming 2 class using AI per his instructions, and it went well. The project has come to an end, but I still want to work on it because I find coding interesting. I have a couple questions that I want...
  9. IMMaximum

    Best Way To Learn HTML, CSS, and JavaScript?

    So I am currently using a website called CodeCademy to learn more coding skills, and it is kind of going good, I am just wondering are there any other ways to learn coding. Specifically HTML, CSS, and JavaScript? It doesn't have to be online, I just want to know the best way. I am mostly asking...
  10. IMMaximum

    The Purpose Of Span and ID Tags, and It's Uses

    As you may have seen my post before, I am going through the process of learning HTML, CSS, and JavaScript! So this one is about ID's and Span tags. So for ID's what is their purpose and why do we use them? I get they are an attribute, and I know they do something, but I don't know why, so could...
  11. IMMaximum

    Don't We Just Confuse Ourselves and Increase The Complexity Of Our Code?

    So I am currently taking a course to learn HTML Code, then after that I will move on to CSS Code, and then finally JavaScript Code! But I have a question, so when we use the <div> and </div> tags, doesn't that just increase how complex our code is? I saw someone else mention this before, but I...
  12. IMMaximum

    ChatGPT and Coding Problems

    So since I don't personally use JavaScript, CSS, and HTML to make code, I had to use ChatGPT to write the code for me. I was coding this on Replit, as per the instructions I was given, but I ran into some problems with my website. I went to ChatGPT to help me, and many other AI Models, but they...
  13. JosiahMaybe

    HTML Best way to have GIF favicon but icon in all browsers?

    Okay, I want a GIF icon for https://gugquettex.com but Yandex complained about no valid icon found. It cannot do animated icons. Is there any way I could have a default icon for incompatibility? I hear at root of hosting puting a file named favicon.ico makes an icon regardless of whether it is...
  14. H

    Grid item with aspect-ratio

    Hello there! The problem I want to solve is in this codepen: https://codepen.io/hebrerillo/pen/rNbLXaR As you can see, the second grid item overlaps the first item, even though the first item has a specific width and height. Why?? Thank you so much!
  15. tomliv

    Reusable component structure

    We're all about components these days right? Here's a situation I struggle with frequently. You are making a reusable card component - theoretically built as reusable and should be able to be placed anywhere you need a card-type layout. There is an image on left, and copy on right. Copy has a...
  16. M

    Help with removing space in <h1>

    What is responsible for all the whitespace around the text in this <h1>? It's so big it's almost acting as a margin-top. View: https://imgur.com/bTUg9uR <section class="contact-hero"> <h1>Contact us...</h1> <p>Write us a brief, ask us a question or tell us what you’re looking for in...
  17. cbreemer

    Syntax for external files

    Not a problem, just a question. I am struggling to understand why the syntax for including external CSS and JS is so different. Currently I use this : <script src="http://localhost:80/lib/dialogs.js"></script> <link rel="stylesheet" href="http://localhost:80/lib/dialogs.css">...
  18. Samantha Groves

    JavaScript HTML canvas isnt working properly(I cant draw anything on the screen)

    Hello I have this code and it is supposed to be a drawing app with the ability to choose between up to 3 colors: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Draw a picture</title> </head> <body> <script> let color = ""; let mouseDownVar = 0...
  19. 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...
  20. AntiokusPensato

    HTML & CSS Help with a breakpoint

    I am doing a school project and am having trouble getting a certain breakpoint to work. I'm sure it is something simple and I just can't see it. This is my first month coding, tried to use chatGPT to help but the few suggestions through there seemed to make it worse or not change it at all. I am...
Back
Top Bottom