Hello,
Yes you can do this. It is easier to use an external image, as the images that you store within Trunk Notes have a fixed size and ratio.
Turn on Custom Stylesheet (from the Settings app)
Replace the body section with the following:
body {
font: medium Arial;
font-size:medium;
background: url('http://www.cadyou.com/thumbs/1225997520.jpg.jpg');
background-repeat: repeat-y;
background-attachment: fixed;
margin:0;
}
This uses the image
http://www.cadyou.com/thumbs/1225997520.jpg.jpg to provide a paper type texture for the background. If the image couldn't be loaded, if you have no network connection, then it will just use the standard white background colour.
Regards,
Matthew
Apps On The Move