HTML Forums | An HTML and CSS Coding Community

Welcome to HTMLForums; home of web development discussion! Please sign in or register your free account to get involved. Once registered you will be able to connect with other members, send and receive private messages, reply to topics and create your very own. Our registration process is hassle-free and takes no time at all!

Search results

  1. A

    How to Show My Navbar

    I've created a navbar for my website. It is a separated html/css pair of files at the moment (code below). I need to know how to put it into my website HTML/CSS files so that it will appear as the top heading for each page. Of course, I will strip out just the relevant HTML leaving the HEAD...
  2. A

    How to use object-fit: contain;

    I have an area of one of my screen designs reserved for a photo. In CSS I defined the width and height as 245px each then used the object-fit: contain; selector. I made no changes in my HTML. My understanding is that object-fit: contain should cause any image coded in HTML with that DIV class...
  3. A

    Web Site Structure Design

    I didn't find a forum titled Web Site Design; so I placed it under HTML because that is what more or less controls how a website will be ordered or structured. I trust the admins to put it where it belongs. Remember that I'm the Geezer Geek (81 yo) trying to keep the brain from disappearing...
  4. A

    Is a Geezer Geek Welcome Here?

    I don't think I introduced myself here. If I did, my apologies for asking you to suffer reading it again. I'm 81 yo and retired after a career in IT that started in the mid-60s when punched cards were king. I started as a mainframe computer operator in a bank and proceeded to operations...
  5. A

    Code Blind and a Question about Selectors

    Code Blind Question I have a class defined with font size = 9px. The class also centers text. When I code the class into my HTML, there is no effect. My text inherits its size from the class above it. I've looked at it so long I've gone code blind. A screenshot showing the text as displayed...
Back
Top