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 Jweb

  1. Jweb

    HTMLForums.net - New Design Upgrade

    Looks better than the last time I visited. Great job!
  2. Jweb

    Need little help with css

    Oh I see. You can use the display property and set a value to none: { display:none } This is used to hide elements, but not get rid of them.
  3. Jweb

    How did you learn CSS?

    I used sources like MDN and just playing around with it (trial and error as you said). I'm still learning but it's been going well so far. I do find it tricky to solve things when it's just not displaying the way I wanted it to.
  4. Jweb

    Need little help with css

    If I understand correctly, you want to just have the flags displayed at the top? You could do this by removing the HTML elements corresponding to the CSS, which would be the social-icons and contact-info. You might need to adjust some of the styling afterwards.
  5. Jweb

    HTML Form Output To File

    No worries! I was just curious to see what you did. I admittedly have very limited experience with this sort of thing but I could see it coming up in some form, so thanks for sharing! Wish I could help with cert files but good luck :)
  6. Jweb

    Div tag not fitting into top of screen despite having sufficient room

    It might help if you split up the toppane into two (one for the upload, and the other for the buttons) like you've done for the others. Other than that, I think it could work if you float the toppane left.
  7. Jweb

    Selectable links in column and embedded content shows in embedded frame.

    You can work on the layout, which would be use HTML and CSS. Use placeholders for now, as you would want to focus on how it will look first. Once you have the layout done, you would work on functionality, using JavaScript. Typically you would use iframes to place external videos from a site...
  8. Jweb

    HTML Form Output To File

    Glad you figured it out. Would you mind sharing what you ended up doing?
  9. Jweb

    help completing web design

    I'm curious to know if you ended up completing this. Looks nice.
  10. Jweb

    How did you learn HTML?

    I'm still learning :D Resources I've used include MDN, W3Schools, and a lot of searches.
  11. Jweb

    What are the most common mistakes developers make with HTML, and how can they be avoided?

    Something I have been told and still did since it was convenient, was using a lot of div elements. HTML offers many elements that are well suited for the task, but even then I would use a div element since it could basically be used for anything and it was easy to add. If it gets too much...
  12. Jweb

    footer

    Looks like the sidebar is not on the site anymore. Did you take it out?
  13. Jweb

    The 'br' start tag on line 9 position 113 does not match the end tag of 'body'. Line 11, position 6.

    It might be that <br> is not supported and you might need to use <br />
  14. Jweb

    Hi everyone!

    Hello! I just came across this forum which is great since I've been learning about web development for a bit now. I have some coding experience but haven't really worked with building/maintaining websites. Hope to pick up on some things here and maybe even some collaboration. See you around!

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