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 AlainPre

  1. A

    Preventing line wrapping within spans of text (to avoid breaking first name from surname in a list of names)

    First, comments are not written like that in CSS. Instead, use /* comment */ Also, display:inline is unnecessary on a <span> tag since it is already inline. What you wrote about white-space should work. But indeed, you can use the 'inspector in a browser to understand what is happening. More...
  2. A

    Trying to get rid of gaps when styling

    You set the height of the first two rows, while the grid has more than two rows. Try removing the rule This should solve the problem. More info on grids.
  3. A

    Preventing line wrapping within spans of text (to avoid breaking first name from surname in a list of names)

    Try to add this : .nobreak {white-space:nowrap;} You can use your browser's inspector to see if this code appears correctly in the span. Otherwise, the problem lies elsewhere. More precisions on white-space
  4. A

    Problems with footers

    Show your code please.
  5. A

    Cannot force <DIV> to be on one line

    Have you try something with the property white-space ? .header { ... white-space:nowrap; }
  6. A

    Category overflow on members page CSS fix?

    Replace all &nbsp; between the different categories by a real space.
  7. A

    Combining a Span class and a href....

    We need code HTML and CSS to answer you. I suppose that adding the <A> tags changes things in the structure of the document.
  8. A

    Category overflow on members page CSS fix?

    It's very strange. have you try to put a space after each coma ?
  9. A

    How did you learn CSS?

    There are quite a few tutorials on the Internet, but you have to be cautious: with tutorials, you learn bits of the language without understanding the general concepts. However, some sites like OpenClassrooms or StylesCSS offer complete courses, or at least a coherent series of tutorials.
  10. A

    CSS ID in HTML

    Of course, this ID must be referenced somewhere. There are plenty of places where we can put CSS but the most likely is a separate stylesheet. Look in the header of the page if you don’t have any <link> tags.
  11. A

    How does CSS relate to HTML?

    You have a tutorial on how to associate HTML and CSS.

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