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

    HTML & CSS Help with Form styling of svg in the value ’ ’

    In this successfully working Search Box Form the svg appears successfully where it is, but I also need it to appear in value= ’ ’ <input type='search' placeholder='Search Location...' name='search_sub' class='searchbox-input' onkeyup='buttonUp();' required> <input type='submit'...
  2. M

    JavaScript Randomly display the questions in the Quiz

    Hello i'm a french student and for a study project I would like to use this code (https://codepen.io/nicolas-hervy/pen/rNzqvXQ). But i would like to randomly display the questions and I don't know how to do it. Could someone help me please ?
  3. R

    HTML & CSS Horizontal Scrolling issues

    Hello, On my site I am developing, I am having a problem with when I open the page in Safari all my images are being squished. Chrome they work great. Also not sure why when I resize on any browser, the images get squished. Also, my intention was to make the images on the homepage links...
  4. A

    HTML homework help

    so i just started a IT class. We got given this assigment today and i dont know what to do. Create a code where you can enter two numbers in two text boxes, and then get the sum (+), the difference (-), the product (*) and the quotient (/) when you press one of the corresponding four buttons.
  5. M

    HTML Need help with HTML/JS height checker

    I'm not great at html and js together and I'm trying to get a program running which says if the user is too tall or too short and by how much. first they input their height and then if it is above 200cm or below 130cm then it reads out the command to tell them if theyre too tall or short. if...
  6. TokyoNerd

    HTML & CSS text-align: center; Tag Isn't Working On an IOS Device

    Listed below is the code that I'm using to build a website. I've gotten this to display the way that I'd like it to on a computer (I'm currently using a Macbook), and when I scale it down and view it as it may look on a smartphone on my computer there are no issues. However, when I try to view...
  7. Z

    HTML Problem

    guys i have a little problem. I want to minimize this cod <!DOCTYPE html> <html> <head> <title>My name</title> </head> <body> <h1 style="color:green" > 1 </h1> <h1 style="color:rgb(4, 59, 4)" > 2 </h1> <h1 style="color:rgb(120, 241, 195)" > 3...
  8. A

    HTML & CSS How can I organize my photo gallery in HTML/CSS?

    Hi! I'm a bit new to coding but I want to create a photo gallery website. It would be a simple website with some pages with photographies from various places. The main issue I've been handling with is the organization of the photographies on the page. I did put the CSS code so that there is...
  9. JLivingstonSG

    HTML & CSS Bootstrap with bootswatch theme, in html "Hello World"

    ---- Hi. I can not find a good decent webpage or Youtube video, that explain step by step how to set up a Bootstrap with bootswatch theme, in html "Hello World" . Do anyone know if there is one ? Regards
  10. S

    HTML & CSS Form Results on a page

    Hello, I am developing a website with a form, in which when filled out, will populate the results on a stylised page. Can this be done with the Form ID of the form field? I am using wordpress for this. Any help would be greatly apprieciated. Thanks!
  11. R

    HTML & CSS Hover over text show image where cursor is or simply on the right side of the page in center

    Hello, I am having trouble getting my onmousehover to work for this new site I have been working on and would like some help. I need some help with making the hover images appear where the cursor is or just simply above the rules and on the right side of the page in the center. Also, adjusting...
  12. P

    HTML & CSS Setting window height

    Hi everyone, Please bear with me as this is all very new to me. I am trying to find a way set the minimum height of the browser window that contains my webpage, i.e. to prevent the browser height becoming too small if the user drags the botton of the browser upwards. I would like the browser...
  13. Y

    HTML & CSS How to post an HTML tag when asking question ??

    How can I post the HTML tag when pasting the tags here in the body? It displays the output when I am pasting the HTML body. Like in the below example: This should be a long div tags... but it displays the output of the HTML only. <div _ngcontent-c23="" class="col-xs-12 col-sm-6 col-md-6...
  14. variety code

    browser extensions

    Does anyone know about browser extensions?
  15. U

    HTML I need Html code double click cursor move down

    Hi All I need Html code when i single click particular words like as Apply now cursor move to next line , at the same time new link wants to open to new tap with some delay. I'm placing reference website (link) in that page have double click apply like as i need code. Please do the needful.
  16. PheonixsWings

    HTML How to make video appear fullscsreen when website loads with automatic playback and when it ends it goes to main page?

    How to make video appear fullscsreen when website loads with automatic playback and when it ends it goes to main page? <html> <head> <title>Elpro</title> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />...
  17. Kaworu

    HTML & CSS Why these divs are overlapping on mobiles?

    Hi! I have a problem with mobile version of a website I am working on currently. It’s my first post here, I hope I did everything right… :-) On a big screen, I have two columns next to each other and a copyright note in footer below them. The normal version has nothing to change. When I make...
  18. A

    HTML & CSS CSS Background Opacity

    <div style="opacity:0.6; background-image:url(...);"> <div style="opacity:1.0;"> Text </div> </div> I expected this to make the background have an opacity of 0.6 and the text have 100% opacity. Instead, they both have an opacity of 0.6. Any help would be appreciated .
  19. B

    HTML & CSS Extra DIV created underneath amazon image embed

    Hi, I'm wondering if anyone can help me with a problem I'm having. Whenever I embed a product image from Amazon I get what appears to be an additional div with black borders beneath it. Does anyone know why this happens and how I can get rid of it?
  20. S

    HTML & CSS how to split page on static and scroll-able parts?

    I want to split web page onto two parts. Static (top one) and scroll-able (bottom one). The problem is that solution I have creates a scroll-able box with fixed width and height. But I've seen an example of a page where bottom and right sections are limited by size of the browser screen and have...
Back
Top Bottom