html

  • Make HTML table scrollable

    Horizontal scrolling: For wide tables that do not fit on smaller screens, providing horizontal scrolling is an effective solution. This allows users to scroll horizontally to view the entire table…

  • Create HTML back button and link

    HTML back button as link The jump to the previous page can be implemented as a text link, for example. To do this, the following code must be inserted into…

  • Format HTML table online

    With this online tool you can design tables online and use the CSS design or HTML code for your projects.

  • Deactivating the XMLRPC interface

    Deactivating the XMLRPC interface If you want to improve the security of your WordPress site, the first step is to deactivate the xmlrpc interface. Why is that? This interface is…

  • Horizontal separator line in HTML

    …the code snippet <hr> makes a horizontal line appear. Try it out here below: See the Pen Trennlinie by Andreas Olbricht(@olbrichtit) on CodePen.  

  • Fixed contact button for DIVI

    To be able to use this code in Divi, you need the following generator: https://noprob.oit.digital/knowledge-base/codepen-generator-html-css-umwandeln-fuer-divi/

  • Formatting a link in HTML

    You describe a link in HTML as follows: Text Try it out right here: https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_link_image