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

    HTML & CSS "Read More / Read Less" Button Text not working on Initial Page Load

    Hi, I'm trying to do a Read More/Read Less style button with a translation of the text on our webpage: https://thenewgallery.org/The-New-New-Society-Ang-Bagong-Bagong-Lipunan-Cris-Mora The button works, however the text within the button that reads "中文翻译 Chinese Translation" does not load...
  2. Cokslam

    JavaScript [Question] Script not working need assistance, Matching Array with Input

    Hello Guys, im new to HTML CSS and Javascript I'm trying to make a search bar input to answer question based on City Area Covered in array i already prepare, then i want to make the javascipt to produce different result when searched based on the matching input data with array i'm trying this...
  3. F

    HTML & CSS How do I store sign up information into an SQL database

    I've got the html and CSS code for a sign up and login system on a website but I don't know how to then store the information inputted into an SQL database and then retrieve that data when a user wants to login again. This is the HTML: <!DOCTYPE html> <html> <head> <title>Sign Up | By...
  4. D

    HTML & CSS Positioning of bootstrap child rows.

    Positioning of bootstrap child rows. Let's say there are three rows nested in the parent div: Row-1, Row-2, Row-3. Solution-1. Row-1 - fills the free space (Row-2, Row-3 - 50/50 ); Row-2 - fills the free space (Row-2, Row-3 - 50/50 ); Row-3 is pressed to the bottom point of the parent. The row...
  5. Y

    JavaScript Please Help me make the computer game work correctly?

    Hi All, Why won't this JavaScript code work? When I run it in Visual Studio the bird doesn't not move up and down and there no game over box which restarts the came. Please see in the link below at 8 hours and 52 minutes. Best regards, John var hole = document.getElementById("hole")...
  6. I

    HTML & CSS why the background of qty-class element doesnt appear in front of image?

    Where is the problem? I couldn't figure it out. <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Document</title> <style> * { margin: 0; padding: 0; }...
  7. A

    HTML & CSS Can anyone help with this last bit?

    can anyone please help with this last bit, ive only got basic knowledge. i've just thrown this together with generic images and stuff, just to get it working first. Can alter it later but right now. I need help with changing the background image when its toggled to night theme. This is what is...
  8. A

    HTML & CSS Can someone please help?

    Basically, I want to link content boxes? I think they are called where border around the text, linked with the menu. But I can't figure out how to do it. I think the problem is the day and night button, as I can get a box on the day cycle but it vanishes for the night. Any help would be much...
  9. I

    JavaScript How to make navigation close in JS when clicking somewhere else?

    I know this is a frequently asked question but I am not really familiar with web development and this is the only thing I need to get done. This is how the navigation javascript snippet currently looks like: const hamburger = document.querySelector('.hamburger'); const navItem =...
  10. Jenner

    HTML & CSS Responsive image both light and dark mode

    Good morning! I'm hoping someone can help me with something. I've been tasked with creating an email signature template for my company and have been hard at work custom crafting a block of HTML-CSS that works and looks good in all conditions... Light mode... Dark mode... standard...
  11. C

    HTML & CSS Integrated the burger menu in the navbar (but not only...)

    hello everyone ! I finished my formation on the CSS and HTML few weeks ago. I followed a tutorial in order to creat a burger menu but im stucked on this step. i have 3 main problems… : I need to include my burger menu in the navbar but I don’t know how to do it. I tried to put it in my ul >...
  12. Techtrek

    HTML & CSS How to link CSS to HTML

    help in linking css to html
  13. L

    HTML & CSS Understanding why table data row ignores vertical-align: middle.

    Hello! This is my first time posting here, as I've been looking through various sources to try to get some help, with no luck. To fill you in what I'm wanting to do - I'm working on a Udemy.com course where a developer is walking us through creating simple, responsive html/css emails that work...
  14. J

    HTML & CSS need help to keep container over buildning in my background

    Hi all, im new here and im facing a problem i cant solve myself. im trying to place container over some buildning on my background image, so that i can hover to highlight them. my problem is that if i resize my browser, they dont align any more. is there i smart way to make sure they stay over...
  15. M

    HTML & CSS Take over HTML & CSS design and function of another shop

    Hello, I came across a great cart button on one of the websites https://www.0815.at/ that I like very much and would like to have also on my shop so unsettten. I know myself a bit with HTML, but I've never done anything with CSS myself. Could someone explain to me how to implement something...
  16. Norway123

    HTML & CSS Best way to master html and css

    Hi, I'm relatively new in this. Been watching tutorials at youtube, and reading a high school book about html5 and css3. Been doing it for a month now, for around 3-4 hours a day. I would guess 70% watching, 30% coding. But feel kinda stuck. I have been recommended w3schools, and been working...
  17. prgti_free_coder

    animation using html and css

    Hey, I don't know if this is a platform to promote my youtube channel or not.. I'm new to this forum.. and here to inform you about my new youtube channel 'PRGTI free coder' animations by using html, css and js. if you are beginner in coding world and want to make animations then don't forget...
  18. P

    HTML & CSS Linking from one HTML project to another HTML project

    Hello, I'm currently stuck as I'm trying to make a personal page with links to all of my other projects. The problem is that the project I'm trying to link to is not a part of the personal website itself. I'm sorry for my bad explanation in advance :laugh: I have a folder (personal page)...
  19. 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...
  20. 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...
Back
Top Bottom