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

    HTML What is this "icon=" code?

    I am NOT a coder, just a minimal hacker. I tried to reduce the size of my bookmark list to transfer to my phone and found something I didn't understand. In each link section the name, link, title, date, etc. are there. There is, also, a favicon link. then there is a code for "icon=. . ." that...
  2. J

    HTML & CSS I can't get the unordered list

    I'm trying to make a unordered list, but it doesn't work. I think the problem comes from the css file. At first I thought the problem was from section, but then I decided to try only the code for the unordered list in a new blank html file where everything turned out as it should. At the moment...
  3. T

    Frustrated. Doing freecodecamp.org, finished most of it, but cannot for the life of me build something from scratch

    Hello everyone, I find coding very fascinating, so I took the first three courses on freecodecamp.org titled: Basic HTML and HTML5, Basic CSS, and Applied Visual Design. So, I thought that I could apply what I learned by making something in Visual Studio code; however, I just realized that I...
  4. noturavgchristian

    HTML & CSS Help very confused just got into css.

    So I am working on a blogger template and I am having trouble lining the image with the header to the right. Sorry I am new to css I got most of the code from watching a youtuber. Thanks in advance. <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta...
  5. clizco

    CSS Problem with css

    Hello person who reads this, I hope you are well. I have a doubt with CSS, I have been working on a small project that I started recently I wanted to make a web page style with header, images and etc. But when I change the size of the header image it changes all the others. I would like to...
  6. TobiasDesigns

    HTML & CSS Looking on how to merge these two html codes. Every-time i try to merge them i mess up. Long question from very much beginner

    More info is on the bottom, im trying to merge 2 f2u templates together, specifically a snippet of one html onto another. And i am struggling tremendously, im sorry i have to put so many links, i really just cant share it all here :-: ive been looking for help and trying to fix it mysefl fir...
  7. A

    JavaScript why do both objects move?

    0 I want two separate objects on a page to be moveable by the user - mouse click and drag. I'm having all sorts of problems achieving this. the following test code baffles me. Both objects get moved and I cannot work out why. / <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" >...
  8. BubbleMan

    JavaScript Making A Chrome Extension, unsure how to store multiple items in chrome.local.storage?

    I am makinng a note-taking chrome extension but the code only remembers the last note that was added to it, not all of the notes. Code Below: index.js: key = "note" chrome.storage.local.get([key], function(result) { let elem = document.createElement('label') let space =...
  9. faustoffer

    HTML & CSS Optimization for different desktops

    Oh, hi guys, I'm beginner in programming on HTML,CSS and I have a some problems with my second try to do landing page. I was designed my own site on Figma with resolution 1600x900. In the process of layout when I check web version I have a such problem (check attachment) and I don't know how to...
  10. M

    JavaScript Donate button javascript edit

    I have a Wix site with an Whydonate (fundraise site) code enclosed in html. BUt... Is it possible to edit their javascipt, to make the donate button link to an external site?(https://whydonate.nl/donate/geitengids/nl) instead of opening a donate form in the same div. The javascript code...
  11. chadcode

    HTML & CSS Where should I start to learn Web development?

    I believe that in order for you to learn something effectively, you have to make a plan. Many people are confused about where to start in order to become a web developer. Therefore, I decided to share with you some of the videos that guided me and helped me to learn html and css. First video...
  12. cegbuji14

    HTML Problem loading local Json file

    Hi, im currently using Python's Flask to create a dashboard and on one route I'd like to render an html template that turns a local json file into a table. When using getJSON for some reason the localhost/server cannot find the file no matter how I've defined the path so the table always only...
  13. TokyoNerd

    HTML & CSS Menu Bar Not Displaying Properly on Safari

    Below is the code I'm using to build a website. Everything looks great on every web browser except for Safari. The website is in both Japanese and English, and for whatever reason, the gray line underneath the menu bar isn't displaying properly on the Japanese version of the website when I test...
  14. Kaworu

    HTML & CSS I cannot center horizontally and display: table is not 100%

    Hi! :-) I am working on an element of a bigger page. I believe what's below is the complete minimal code of a solution, but it is not working. Basically, I have created a table in CSS (display: table) and I want for this whole table to be 100% of the width. I also wanna for elements withing...
  15. S

    CSS Help with CSS

    Hello I'm newbie at this. I have a problem. I have two boxes, when I change the screen size or I zoom on the page it desaligns and moves to another part of the page. What I have to do? This is my code: First box: .abt-me { position: relative; width: 800px; height: 250px...
  16. A

    HTML Remove scrollbars from photo

    Hello everyone, I am trying to use the option in WIX to write my own code, but I can only do it in HTML format. I am trying to write the css with <style> to remove the annoying scrollbars that are showing up with the photos. Do you know how to eliminate them? The code I've used so far is...
  17. Q

    HTML & CSS Aligment icones of a website!

    Hi everyone, I'm making a personal website to promote my multimedia products, I really appreciate your help in clarifying the image doubt. So I also send my source code and I really appreciate your help with source code to help you with this question, please. So I also send my source code...
  18. Johna

    JavaScript Image Carousel Issue with First and Last Image

    I've been trying to make an image carousel for quite a while not, I've finally got somewhere, but there's still one issue. When the carousel moves to the next image, rather that the last image sliding in, it just appears. Same with going to previous Image, but then it's the first image. I know...
  19. nil14

    Answered toggle bar not responding

    hey a total newbie to web development here , I'm just trying to create a "slide menu"/toggle bar(?) in which you get the item list when clicking the on the the 3 lines , anybody could tell me why it's not working for me ? I copied a code from a tutorial but I don't know how to fix the problem /...
  20. E

    Node.JS How do I collect HTML form data when hosting using Node.js as backend?

    I am trying to setup a small application to collect form data from users and store it on MongoDB database. I was able to do this on my local server by setting the HTML action attribute to point to my localhost route used for setting up the Express post method which is...
Back
Top Bottom