|
From: Jonas S. <jo...@jo...> - 2002-02-01 21:47:22
|
On 1 Feb 2002, lee johnson wrote:
> okay how do I get a background image to show up in printed invoice..i
> have it properly setup in invoice template but its a no show :)
A neat way of always have a background image is by changing
css/sql-ledger.css from
body { background-color: #ffffff; }
to
body { background-color: #ffffff;
background-image: url(../sql-ledger.gif); }
and (obviously) change the path to some picture of your own - the path is
relative to the css file, not the html.
Have a look at http://dr.jones.dk/info/ for inspiration on how to make a
big logo with small binary size (my logo is only 6k!)
- Jonas
--
Jonas Smedegaard (+45 40843136) http://dr.jones.dk/~jonas/
Spiff ApS (= IT-guide dr. Jones ApS) http://dr.jones.dk/
Debian GNU/Linux developer http://people.debian.org/~js/
|