add photo to head report (v10)

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
ebrahim
User
Posts: 7

add photo to head report (v10)

Post by ebrahim »

hi all

is it Possible to add photo to hid report in php maker ?
is it Possible to make pages layout right to left ?

thanks

i have php maker 10


mobhar
User
Posts: 11745

Post by mobhar »

Regarding RTL (Righ-To-Left), just Google for "bootstrap 2 rtl". (PHPMaker 11 uses Bootstrap 3. PHPMaker 10 used Bootstrap 2.)


ebrahim
User
Posts: 7

Post by ebrahim »

thank u mobhar

is it Possible to add photo to head report in php maker ?


danielc
User
Posts: 1601

Post by danielc »

ebrahim wrote:
is it Possible to add photo to head report in php maker ?

If you mean you want to add image to report's header, you can write your html code to Page_DataRendering server event for your report page, like:
$header = "<img src=\"yourimage\" >"; // change yourimage to yours


Post Reply