Sir Blut Posted October 19, 2014 Report Posted October 19, 2014 I am trying to add a background to my papers to write over but google isn't helping, or I'm just daft Quote
Jubaris Posted October 19, 2014 Report Posted October 19, 2014 You should put your paper on "Transparent(Custom)" mode, and use this code in the html part, just edit out the source for the image: <div style="background-image: url(http://WHATEVER_SIR_BLUT_LIKES_AND_APPROVES);"> At the end of the section you want to use the background image for, you will have to close the div tag with </div> Quote
Sasha Lilias Posted February 11, 2015 Report Posted February 11, 2015 The simplest one that I use is: <body background = (insert url)> Rather than faffing with "div" and "style" (For the whole page) MRWander 1 Quote
Root Admin Chewett Posted February 11, 2015 Root Admin Report Posted February 11, 2015 The simplest one that I use is: <body background = (insert url)> Rather than faffing with "div" and "style" (For the whole page) Technically you shouldnt do that as we already have a HTML body tag. The above way is preferred. Also <body background="blah"> is getting deprecated I believe? ref: http://fantasai.tripod.com/qref/HTML4/deprecated.html Sasha Lilias 1 Quote
Ary Endleg Posted February 11, 2015 Report Posted February 11, 2015 Exactly. In fact I don't even see any background on Sasha's papers. Quote
Sasha Lilias Posted February 11, 2015 Report Posted February 11, 2015 Exactly. In fact I don't even see any background on Sasha's papers. I removed mine a while ago :) Technically you shouldnt do that as we already have a HTML body tag. The above way is preferred. Also <body background="blah"> is getting deprecated I believe? ref: http://fantasai.tripod.com/qref/HTML4/deprecated.html Ah, you learn something new every day. :D MRWander and Kyphis the Bard 1 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.