Sir Blut Posted October 19, 2014 Report Share 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 Link to comment Share on other sites More sharing options...
Jubaris Posted October 19, 2014 Report Share 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 Link to comment Share on other sites More sharing options...
Sir Blut Posted October 19, 2014 Author Report Share Posted October 19, 2014 Thank you :) Quote Link to comment Share on other sites More sharing options...
Sasha Lilias Posted February 11, 2015 Report Share 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 Link to comment Share on other sites More sharing options...
Root Admin Chewett Posted February 11, 2015 Root Admin Report Share 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 Link to comment Share on other sites More sharing options...
Ary Endleg Posted February 11, 2015 Report Share Posted February 11, 2015 Exactly. In fact I don't even see any background on Sasha's papers. Quote Link to comment Share on other sites More sharing options...
Sasha Lilias Posted February 11, 2015 Report Share 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 Link to comment Share on other sites More sharing options...
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.