Author Topic: SeventhSandwich is gonna get stuff done and make his first website.[UP] :D  (Read 1740 times)

Are you gonna add anything more to it? o_e
I know some html stuff if you want any help.

A black background does not save energy

Google said it may actually increase energy used

A black background does not save energy

Google said it may actually increase energy used
Tis' a joke.

Daed, how do I make an image my background?

Tis' a joke.

Daed, how do I make an image my background?
Jokes are usually funny

This is why you can't make good comics

A black background does not save energy

Google said it may actually increase energy used
"In the case of modern monitors (LCD's with either flash tubes or LED backlighting), the idea of black backgounds using less power is patently FALSE. The backlighting has to stay on, otherwise you would have no display at all - nothing to show the light colored text etc etc.

The reason that an LCD displaying white uses a TINY bit more power is that LCD panels need power applied to pixels for them to be 'open' or in an on state and let the light through. When no power is applied, they turn black/opaque/off and do not let light through. but we are talking a 2% saving here."
Tis' a joke.

Daed, how do I make an image my background?
Quote
body {
  background-image: url("url goes here hnngggggg"); This is the url of the image, derp.
  background-position: 100% 100%; This is the position on the page, relative to 100% of course.
  background-repeat: no-repeat; You can have it repeat, like setting your desktop background to Tiled.
}

Jokes are usually funny

This is why you can't make good comics
go away.

go away.
Oh, Sev, did a quick Google and found out you can also type it in this format:
body {
  background: url("http://yoursite.com/images/image_name.gif") 50% 50% no-repeat;
}


Oh, Sev, did a quick Google and found out you can also type it in this format:
body {
  background: url("http://yoursite.com/images/image_name.gif") 50% 50% no-repeat;
}
If I uploaded my image in public_html what would the url be?

If I uploaded my image in public_html what would the url be?
Hmm. To be honest, I'm not sure. That's something I would Google - or you could upload the image somewhere else.
Couldn't you put it in just a new directory within the site? So it'd be like http://sitenamehereblablabla.bla/directoryname/snake.gif

WAIT WAIT WAIT
SORRY
I MISREAD IT
Try doing http://sitenameblablabla.bla/public_html/snake.gif

Is this the correct way to format it?


<body background-image: url("background.png"); background-position: 100% 100%; background-repeat: no-repeat;>?

I tried and it erased my background.
« Last Edit: May 16, 2011, 03:10:28 AM by SeventhSandwich »

Look at the html of my site which is pretty basic.
It works the same way.
www.pecon7.com

Is this the correct way to format it?


<body background-image: url("http://www.theytoldmeicouldgetanythingsoigotadomain.x10.bz/background.png"); background-position: 100% 100%; background-repeat: no-repeat;>?

I tried and it erased my background.
No.
Try:
<background: url("http://www.theytoldmeicouldgetanythingsoigotadomain.x10.bz/background.png") background-position: 100% 100% no-repeat;>

Okay background works now, but I want it to scale to fill the whole page. How do I do that?

No.
Try:
<background: url("http://www.theytoldmeicouldgetanythingsoigotadomain.x10.bz/background.png") background-position: 100% 100% no-repeat;>
From my experience, if the image is in the same directory as index.html use something like
<body style="color: (insert); background-color: (insert); background-image: url(insert.png);" alink="#(insert)" link="#(insert)" vlink="#ff6600">