Easy when you know how
Got a background image. No great feat, but I'm proud of myself. Having worked with internet security devices and similar for too long now, you'd have thought I could get an image into a webpage. CSS? WTF? Finally found a nice lil site that documents lots about it here. Not had much of a chance to look at whatever else this is capable of, but I will. So expect a bunch of broken stuff before long, then a few weeks of me breaking it more trying to fix it, until I upload a default profile and start the cycle again XD.
BTW, the background image is a darkened, cropped section of Our Next Way of Life, by the talented Deviant RossIngnoL.
BTW, the background image is a darkened, cropped section of Our Next Way of Life, by the talented Deviant RossIngnoL.
1 Comments:
Chap, havent sussed the watermark thang yet but have sussed repeat image.body {
background:#000;
background-image:url(http://WHATEVER THE IMAGE URL IS.COM);
background-repeat:repeat;
margin:0;
padding:40px 20px;
font:x-small "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
text-align:center;
color:#ccc;
font-size/* */:/**/small;
font-size: /**/small;
}
Just remove the no- or whatever it was next to repeat.
Post a Comment
<< Home