If you are using the ScrollingTable extension and you are also using the multiple theme or Cascading Style Sheet for your web application, then you will find that the background color image that located right above the scrolling table will inherited from the value of the default custom style sheet you generate. For example, you […]
How to Make a Fixed Width Site Using PHPMaker version 9.0.1
As we know, PHPMaker by default generates your web application site which has the width of it by using an approach a hundred percent of your screen width. If you want to limit the maximum width of your site, for example 1040 pixels, then this modification is definitely for you. The reason why I prefer […]
How to Show the Border-Bottom at the Main Table Last Row Cell in Websites that Generated by PHPMaker version 9.0.1
One thing that is bothering me after upgrading from version 8 to version 9 of PHPMaker is the missing border-bottom at the last row cell in the main table that displaying the records. This condition looks very uncomfortable for most users, including myself. In version 8, this never happened though. That is, in version 8, […]
How to Add Multi Themes Feature in the Websites That Generated by PHPMaker 8.0.3
This following customization will turn your websites that generated with PHPMaker become support for using multiple themes. As we know, PHPMaker will generate your website which include a Cascading Style Sheet (.css) file in order to change the look of your website. Unfortunately, by default, you can only use one generated .css file. If you […]