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.

Search results

  1. E

    Making a html form from pdf

    Honestly your best bet is to make this form fillable using an online PDF editor. Then embed the editor into a webpage and use PHP to instruct the site to provide a blank from the master of this form for each new applicant. Then instruct the PHP to automatically save this form under a specified...
  2. E

    Help needed with landing page

    So web serving software is setup to look for a specific page to load if one is not specified. Rename your landing page to index.html or whatever html code you are using, e.g. PHP, XHTML, ASPX and so on. Rename your menu page to something easy to remember, such as menu.html or whatever the code...
  3. E

    How to hide the address bar in a popup window in HTML?

    The problem is that modern browsers focus on implementing security and transparency to their users. window. Open is the proper JavaScript call but most browsers may ignore the request for a frameless browser window. In terms of using JavaScript, you may have better luck using a JavaScript...
  4. E

    Newbie needs coding advise

    So, basically, HTML itself is not going to allow you to monitor or restrict who and how much is allowed to download and what. Restrictions are going to need server side programming such as PHP, along with scripts such as JavaScript. You are also going to want to use a Database program to store...
  5. E

    Horizontal Overflow Issues

    I am having trouble with horizontal overflow as soon as my webpage goes below the height of the browser. I am unsure where I am having trouble in my css code. Any help would be grateful. Thank you! @import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.2/font/bootstrap-icons.min.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