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

    JavaScript JavaScript script that can read text that is inside of an HTML page?

    Hey! This is a revision to a previous question I asked. I want to use JavaScript to read the text that is put onto an HTML page through an IFrame element. The IFrame element is a news and updates subscription list, and when you enter the information, the screen says "Your subscription has been...
  2. B

    HTML & CSS Eliminate extra space after selection in dropdown

    There is extra space after selection in the Site dropdown. I believe this is a css issue but I'm not sure what I need to eliminate the extra space. I tried putting padding-bottom:.25em which got it closer but still too much space. Can someone please help me with a solution?
  3. momo98

    HTML Absolute positioning in Gmail

    Hello everyone, I have a coding problem. I want to embed the following code in Gmail for my signature. However, the CSS function "position: absolute; " is not supported by Gmail. Would you be able to reproduce the following code without using the value “position: absolute; and keeping the same...
  4. Johna

    HTML & CSS Line before a button

    Hi everyone, when I put two buttons side-by-side I get a short line before the second button. This only happens when I have two buttons, if I remove the first button, the line isn't there anymore. I've attached pictures to show this. How can I remove this line? Here's my code: <div...
  5. Q

    HTML & CSS Help with aligment of the code-source with!

    Hello, I would like your help to correct with code some of the situations that I couldn't do with the code. My site is a responsive site, but when I see the full screen from my computer, the look/layout of the site is not similar when it shrinks the screen for tablets or mobile devices. My...
  6. ⠀gb⠀

    JavaScript JS Webserverinteraction

    Hey, I want to create a site on my webserver that shows all of my projects and link them. I want to realize that with JS. I want to check with the JS file in my webserver for new created/uploaded folders. Search in them for a .html file and want to link this .html file in my site that will show...
  7. B

    HTML Can someone please write this simple code?

    Currently when I upload the code below into an HTML component on my site the content is constrained to a small box, however there is far more space in the html component to fit the content. Can someone please let me know what and where to write the code that would be most appreciated...
  8. T

    HTML & CSS Layout issue

    Hi Guys, Hoping someone can help :) I am trying to create a layout with 2 side by side columns within a container with a max-width of 1296px centerted on the screen. Column 1 need to be 50% width of the container and column 2 (on the right) i would like to fill the rest of the screen and not...
  9. A

    HTML & CSS Problem with navigation menu links not loading css

    My navigation menu links, when used to navigate to another page on the website, seems to be not using the CSS linked to that page. All of the content for the page is there, just not the formatting. <link rel="stylesheet" href="css/style.css" media="screen" type="text/css"> <link...
  10. chaspick

    HTML & CSS Need help CSS style is not applied

    Hello guys, I'm new into this and it would be nice if you could help me please. So the CSS style is not being applied. <!DOCTYPE html> <html lang="ru"> <head> <title>CSS. Часть №1 (Синтакис + Обнуление) </title> <link rel="stylesheet" href="/css/style_css"> <meta...
  11. vesaldiy

    PHP Failed to showing nested dropdown list

    Hello friends, I've something to ask about coding codeigniter. I want to create a nested dropdown, but when on testing run it says "The results could not be loaded". So maybe is there something wrong with my typing, please help me. Here I show the code: <?php defined('BASEPATH') OR exit('No...
  12. Johna

    How can I create desktop applications from html

    I've made an app in Html CSS and JavaScript (I know it's not the best language for making apps but I only know these). I'm made it for android using WebView. I also want to make this app run on windows. Is there a free way to do that? I don't want to use nwjs or electron, because the whole app...
  13. Johna

    JavaScript Can I change only a part of innerHTML with JavaScript

    I want to change only a part of innerHTML with JavaScript, for example this: <html> <head> <title>Example</title> </head> <body> <p id="text">This is an example</p> <button onclick="myFunction()">Click to change 'an' to 'my'</button> </body>...
  14. G

    CSS Specific button animation/transition

    Hi, cant figure it out. I'm looking for way (or solution) to do button animation like below:
  15. Johna

    JavaScript Can I select an element by "role" or "data-test-id"?

    I'm trying to select an element, but the element doesn't have any class or id. This is the element: <div data-test-id="giftWrap" role="dialog" aria-label="Hybrid banner gift wrap" style="position: fixed; z-index: 680; background: rgba(0, 0, 0, 0.65); transition: height 0.5s cubic-bezier(0.26...
  16. Johna

    JavaScript Chrome extension to edit page HTML and CSS not working

    Ok, so the last question I posted I didn't put the code in the </> thing, so I'm re-asking it here. Hi everyone, I made this extension to view unlimited number of Quora pages without having to sign up by removing the sign up popup. I don't know what I did wrong, but it isn't working. My browser...
  17. Johna

    Chrome extension not working

    Hi everyone, I made this extension to view unlimited number of Quora pages without having to sign up by removing the sign up popup. I don't know what I did wrong, but it isn't working. My browser also doesn't give any errors. Here's the code: manifest.json { "manifest_version": 2, "name"...
  18. M

    HTML & CSS CSS| How Can I Make a Space Smaller

    <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>xxxxxxxx</title> <link rel="stylesheet" type="text/css" href="css\indexstyle.css"> </head> <body> <div class="giris"> xxxxxxxx xxxxxxxx...
  19. 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'...
  20. 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 ?
Back
Top Bottom