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

    HTML & CSS Hr Tag in css

    I have create a prototype web design, I would like to do this: https://snipboard.io/DCmVUP.jpg with html and css but I can not get the hr tags like that, I would love it if someone could help me. Thanks
  2. C

    JavaScript Div activate on menu click

    Hi everyone, i'm stuck at a coding project and new to this forum and thought i'd give it a try. I have a left sidebar with menu options and submenu options. Depending on the submenu option chosen I want the main content area div to be hidden and the appropriate one to be shown. I am a complete...
  3. MarkAurelius

    HTML & CSS How to avoid the blank line before html lists?

    Hi If I do this: Here is my list <ul> <li>Item the first</li> <li>Item the next</li> </ul> There is a blank line between "Here is my list" and "Item the first". What is the simplest way to position the list against the preceding code without a blank line?
  4. Aidan

    HTML A-frame add onclick function to a shader

    Hello, I have some code written in a-frame (https://aframe.io) that can be found at https://jsfiddle.net/AidanYoung/h0cb1nq8/ And I'm trying to find a way to add an onclick event to the <a-entity id="lettersEntity" onclick='console.log("Hello")' geometry="primitive: plane; width: 2; height...
  5. chaymahammou

    good evening

    good evening I have a small project in html can I have someone in private to help me?
  6. TheFrieber

    CSS CSS/HTML Video is TopMost

    Help, im trying to find an fix but in google there is nothing: I wanted to do a Video as Background, but it keeps getting over the button,label. I wanna that its behind the button label as background how to do? My HTML Code: <video autoplay muted loop id="Vid"> <source src="my link i dont...
  7. sallu110

    HTML & CSS Changing position of sign in and sign up form

    Hye! I want the sign up and sign in form to be place horizontally in the middle of the page . Currently they are placed on top of each other. </section> <div class="lg:w-2/6 md:w-1/2 bg-gray-100 rounded-lg p-8 flex flex-col md:ml-auto w-full mt-10 md:mt-0"> <h2 class="text-gray-900...
  8. SilentHealer584

    HTML & CSS How can i change body bgcolor by sliding slider ?

    Am I able to also change colour by sliding the same slider I use to change image size ? <body> <center> <p><-- low temp.</p><div class="slidecontainer"> <input type="range" min="15" max="25" value="15" class="slider" id="Slider"> </div><p>high temp. --></p>...
  9. Malcolm

    The Odin Project

    The goal of The Odin Project is to provide a complete path for students to go from zero programming knowledge to employed as web developers while working with other students and picking up the skills to become self sufficient along the way. https://www.theodinproject.com
  10. wheresthatcode

    HTML & CSS HTML Editor within HTML website

    I have created an intranet through css and html. There is a particular page that has on it the schedule for each day. At the moment i'm editing that page each day for them. Is there a way to create a html page that will have a simple imbedded editor that you can just change the wording and...
  11. A

    HTML & CSS How to make 2 circles disappear on collision?

    Hi, I'm trying to make a html/css program where there are 2 circles, moving in a circular path. My code so far: body{ margin: 0; padding: 0; } .circle { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 400px; height: 400px...
  12. T

    HTML & CSS HELP - Shipping Rate Calculator

    I am trying to add a shipping rate calculator to my website - like the attached images and below site. https://www.betweenbox.com/shipping-cost/ I would like to show a range of different carriers like... Royal Mail, FedEx, UPS, DHL I have been searching the internet for hours and have not got...
  13. S

    HTML & CSS How to add menu buttons and make them work ?

    Hello! I just trying to add one or more "menu" buttons to website. I've added button, but it's still doesn't work. How to solve this problem? And menu buttons Test 0,Test 1, Test 2 wokrs normally without js Here are parts of html & css codes Menu <div class="tab"> <input...
  14. anish117p

    JavaScript My javascript filters my header also...

    Hi folks, hope you are all well! I have the below code running on a html. everytime i run it it also filters the header. could you kindly help. thanking you inadvance. <script> function searchTable() { var input, filter, found, table, tr, td, i, j; input =...
  15. T

    JavaScript My picture has disappeared and text overlays from display html function button in javascript ctx fillText.

    Hi, I'm afraid this is probably very basic but I'm having a nightmare trying to fix it. After getting the input box to eventually display in the ctx fillText area and have now lost my image and the text overlays each time I type, any advice would be greatly appreciated. <canvas id="myCanvas"...
  16. 3lyfox

    JavaScript some kind of error in my code

    thats my html of it -- <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Task Board</title> <link rel="stylesheet" href="style.css"> </head> <body> <div class="h1">...
  17. D

    PHP Having problem involving getting database content to show up after passing a query string.

    Hello, I have been stuck on this and figured I would come here to seek assistance. The main objective of this project is to create an intranet and have the employee name link to a details.php which displays details about that specific employee. the problem I am having is that whenever I click on...
  18. B

    HTML & CSS #include for loading page navigation no longer working

    I've been using an #include to load my site navigation for the past several years. Now it no longer loads the navigation html. I have an #include for the top navigation and for the footer. The footer #include loads the footer on the home page, but on no other pages. The top nav #include was...
  19. P

    Tech Start-Up

    Looking for outside the box, grand thinkers, who constantly question the boundaries of life and society, looking ideally for someone proficient in C/C++ and/or HTML BUT completely open to interviewing any applicant who has a passion for solving problems. If you’re interested in a quick...
  20. henoida

    CSS Need help with Responsive top nav with dropdown

    Hi all! I'm trying to build a responsive top navigation with dropdown, but need a little help. When resizing the browser I run into problems such as some submenu items (like under "Software") not showing up correctly. I had a "overflow: hidden;" in there, but commented it out, since when I...
Back
Top Bottom