What's new

Welcome to the forum 👋, Visitor

To access the forum content and all our services, you must register or log in to the forum. Becoming a member of the forum is completely free.

Recent content by bretbernhoft

  1. bretbernhoft

    Welcome our New Moderator: bretbernhoft

    Thank you for the warm welcome and kind introduction! I am excited to be a part of the HTMLForums.net team. And look forward to helping out by making sure everything runs smoothly. Please feel free to message me if needed.
  2. bretbernhoft

    How Often Do You Code?

    I am working on OSINT (open source intelligence) tools. I am also working on Raspberry Pi coding skills. What are you working on?
  3. bretbernhoft

    How Often Do You Code?

    As a developer, I code every day.
  4. bretbernhoft

    Set html website to no-index

    I believe what you're looking for is this: <meta name="robots" content="noindex, nofollow"> Here is a resource to help explain what I'm referring to.
  5. bretbernhoft

    How do I get the largest value?

    <!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> </head> <body> <input type="number" class="number"> </br> <input type="number" class="number"> </br> <input type="number" class="number">...
  6. bretbernhoft

    How do I get the largest value?

    Did you make the changes I suggested?
  7. bretbernhoft

    How do I get the largest value?

    You need to change the function name for the onclick attribute on your button. Instead of saying "alert", it should read "biggestNumber()". And try this JavaScript code out: function biggestNumber() { const items = [...document.querySelectorAll(".number")]; const itemValues = []; for (let i...
  8. bretbernhoft

    How do I get the largest value?

    Can you paste the code that you are using into this thread? That way I can take a closer look at what is going on.
  9. bretbernhoft

    How do I get the largest value?

    Here's a solution that works for me. Please let me know if you need any other help, or if this solution doesn't work for your needs.
  10. bretbernhoft

    How do I get the largest value?

    Okay, great to know. Would you like me to rewrite your code to solve the issue you're having?
  11. bretbernhoft

    How do I get the largest value?

    I'd be happy to offer my help, but I am uncertain what you are trying to ask. Are you referring to an array of numbers? Where do those numbers come from?

Theme customization system

You can customize some areas of the forum theme from this menu.

  • Wide/Narrow view

    You can control a structure that you can use to use your theme wide or narrow.

    Grid view forum list

    You can control the layout of the forum list in a grid or ordinary listing style structure.

    Picture grid mode

    You can control the structure where you can open/close images in the grid forum list.

    Close sidebar

    You can get rid of the crowded view in the forum by closing the sidebar.

    Fixed sidebar

    You can make it more useful and easier to access by pinning the sidebar.

    Close radius

    You can use the radius at the corners of the blocks according to your taste by closing/opening it.

  • Choose the color combination that reflects your taste
    Background images
    Color gradient backgrounds
Back