Skip to main content
Planview Customer Success Center

How to add a logo to invoice format?(2012)

Instructions to add logo:

In the rpInvoiceGeneral.asp - at the top of the HTML body- you would replace:

Response.Write "h2" & sTitle & "/h2"

With:

Response.Write "table cellpadding=2 cellspacing=0 border=0 width='100%'"
Response.Write "trtdimg src='logo.gif'Images/CX-word-black.jpeg'/tdtd align=Righth2"& sTitle & "/h2/td/tr/table"

Where the "img src=' '" tag points to the URL where you have stored the image file.

For any other invoice format this code has to be added to the individual file (rpXxxx.asp).
user inter