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

    Thank you, this is working
  2. T

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

    I have the code to style the calendar, show how to put it at the bottom left would help
  3. T

    Logo Animation

    Hi not sure if this is what you need. I have three lines that use a bacground to move behind it. <style> .glow { background-image: url("move.gif"); font-size: 85px; color: #fff; text-align: center; background-size: cover; color: transparent; -moz-background-clip: text...
  4. 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...
  5. 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...
  6. T

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

    Thank you, for your information, did change and a a few extra info, it is now how I want it in the first place.
  7. 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%...
  8. T

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

    Thank you old man, This old man does not know a lot about JavaScript, busy leaning, so I unforcedly do not understand what you are saying I must do
  9. 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...
  10. 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>...
  11. T

    JavaScript Currency info

    Fi That is just a example of what I use. Convert from USD to ZAR I want to get a total of the value I put in * the curency (say today it is ZAR 14.00 to 1USD) so if I have 2.0$ it must give me 14*2
  12. T

    JavaScript Currency info

    I know now I must use this for num4, but do not know which to use <script>function reloadFnAj0a2vV(){ var sc = document.getElementById('scFnAj0a2vV');if (sc) sc.parentNode.removeChild(sc);sc = document.createElement('script');sc.type = 'text/javascript';sc.charset = 'UTF-8';sc.async =...
  13. T

    JavaScript Currency info

    I am just trying to auto add currency to to column row 2
  14. T

    JavaScript Currency info

    Ok thank you 1. first row, second column ( add amount in eg 1.00 or 0.01. 2. press button om first row to get total. 3. second row, column 4 (this is where I want to auto add ZAR from the currency showing), press button in row to get total 4. the result for column 1 in row two is coming from...
  15. T

    JavaScript Currency info

    No, still tying to find out how to use the code you gave me, document.getElementById("result1").innerHTML= result1; Still try to figure out how it will get the correct currency, I am not very good at this at the moment with JavaScript, still learning, but it is going slow. I can give you the...
  16. T

    JavaScript Currency info

    Thank you The ("result1") is correct, getting it from a other part of my code, and the input of usdzar, got it from the internet.
  17. 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...
  18. 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