Welcome to Code Forum!

Join a community that supports you and your coding journey from day one. We strive to be a friendly, supportive community that empowers everyone to be better developers. By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

html

  1. 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...
  2. 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.
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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
  8. 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!
  9. 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...
  10. 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...
  11. 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...
  12. variety code

    browser extensions

    Does anyone know about browser extensions?
  13. 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.
  14. 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" />...
  15. 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...
  16. 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?
  17. 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...
  18. 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
  19. 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...
  20. 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?
Back
Top Bottom