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 Ahr Aitch

  1. A

    HTML and External CSS Not Working

    Thanks for the response. The issue is resolved. I don't recall what I did to resolve it.
  2. A

    Code Validation

    I use VS Code as my editor. I would like to be able to run my documents through a code validator without having to select all, copy, navigate to Windows, open the code validator, paste my document and click to validate. That seems like a lot of unnecessary work, easy though it may be. I...
  3. A

    Help Clarify Some Things about <label> and <input> Please

    Consider the following code: <fieldset> <legend>This area for entering informaton about marriages</legend> <label for="marriagePeopleID" id="marriagePeopleID" class="required"> Marriage of: </label> <input type="text"...
  4. A

    HTML and External CSS Not Working

    I have a couple of short files listed below. The HTML file attemptt to define a class called .mastheadDiv within Div tags and to invoke a style for the text within the Div tags using CSS contained in an external file. I had this working until I changed the CSS file making an error. I deleted...
  5. A

    Reference Materials

    I'm comign back to web development after a long hiatus. I've lost what little fluency I ever had using HTML, CSS and javaScript. I'm using VSCode so its error and syntax checking is helpful, but it doesn't give me the various options (language vocabulary) that can be used or a sense of the...
  6. 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...
  7. 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...
  8. 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...
  9. A

    Code Blind and a Question about Selectors

    I know it's bad form to reply to one's own posts, but I found and fixed the code blind problem. The last line of the CSS, before the closing brace, should have been font-size: 9ps instead of font; 9px. Going code blind is a tough! :cool: I can still use advice on selectors.
  10. 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...
  11. 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...

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