This topic is locked

Formatting _view.php

12/27/2005 2:12:57 PM
PHPRunner General questions
D
defcon2000 author

Hi,
We would like to customise xxx_view.php so it suites a style we want. We have managed to change the supertop and superbottom so we have made progress.
We however want to add more style and finesse to the view, for example, we want to format the view screen in such a way that it looks like an invoice.
What part of this page do we change?
Thanks in advance.

Sergey Kornilov admin 12/28/2005

Hi,
the visual part of ..._view.php file starts after the following line:

echo "<h1>"."View record".....



and goes till the end of file. This is the place where you modify visual appearance of View page.