Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Search results

  1. T

    use <div> as a second <body> element to work on webpage

    This is how my website is looking at the moment, just under the menu there are the following text Sun,Mon....... I need this to be at the left side bottom. I already using <body> elemeny, so cannot use it twice, but it needs a <body> element (cannot change the first body element> so I try to...
  2. T

    PHP Buttons does not work to submit or reset my data that needs to be saved

    I have a php file that get my data from sql( it is getting the info), but when try so save new info or reset it does nothing when pressing the buttons, I have try a few ways, but can not win with this. I know my uppercase and lowercase for PHP is not correct, will fix it later. <?php...
  3. T

    HTML & CSS Text does not display correctly with my css code, it should show background under text

    Using the h1, h2, and h3 with the following info in css (a,b and c) (titlte1, title2 and title3). I am not sure if I have done it correct in css, need help to find out what I an doing wrong html { font-family: sans-serif; line-height: 1.15; -webkit-text-size-adjust: 100%...
  4. T

    JavaScript How do I use currency converter to show new currency in html

    Good day. Need help on the following. I am getting BTC price from binnance with a stream (this part is working.) I have my script on currency converter to ZAR (working) I can display the price of BTC in my html. No I need to know on how to show the price in html for ZAR, some of the code is...
  5. T

    HTML & CSS Bootsrap has me totally confused on how it work

    I have a webpage, with data in sql, it dit worked ,but I have added new version of bootstrap. I can not get some info to show correctly at the moment, needs some help from people that know it more than I do. I have a drop down icon, now it show twice, and must be only show 1 of them <head>...
  6. T

    JavaScript Currency info

    I have a webpage ,that gets and show currency in different currency info. Then I have html code with a box that I manually type in the currency I want to use. Then I have JavaScript to add two numbers together. How can I use JavaScript or html to get the correct currency I want and add it to...
  7. T

    HTML Add or multiply two numbers

    Good day I am trying to get a total of two numbers. The first number I need to get form my page (the number changes every few seconds (crypto clicker) Second number will always be 35 This is the code I got after search, but do not know how to get it to work <form>...
Back
Top Bottom