gerbieI know there must be someone out there who can help me out, I'm quite a moron if it comes to HTML. For a site I'm making I've got a GIF, but I don't know how to use it. It should be in the background, like wallpaper. What tags should I use? Who can help me?
no subject
Date: 2002-10-27 12:13 pm (UTC)If you do find a way... lemme know!!! :)
Re:
Date: 2002-10-27 12:37 pm (UTC)You can do the same if you like, just copy the sourcecode of some site. The site I'm trying to make is at:
http://members.fortunecity.com/sjaakencoen
the continue to the columns. (probably not very interesting to read for an outsider, but the graph is there...
no subject
Date: 2002-10-28 02:59 am (UTC)*body background="http://www.youraddress.com/your picture url.gif"*
For example, the background on my journal page reads, *body background="http://dreamfire.homestead.com/files/back_3.jpg* or something like that.
For html help, try the 24 hour HTML cafe -- I have their book, and it's awesome. The site is pretty good, too.
no subject
Date: 2002-10-28 05:39 am (UTC)With HTML, I think you have to add the property
background="image.gif" to the body tag, so it will look like
this:
< body background="image.gif" >
CSS is what you, strictly speaking, should use. You can use it a few ways, but the simplest is probably: It's useful because you can add other properties to it, such as "background-position: middle, top", "background-attachment: fixed" (makes the image stay in the same place when you scroll, so the text moves over it). These should be seperated by a semicolon (";").
Go here
for more on CSS (& HTML too).
Re:
Date: 2002-10-29 03:08 pm (UTC)I somehow managed to get the puppet in the background already, though would have preferred it in te middle once, instead of everywhere as is the case at the moment.
Re:
Date: 2002-10-30 03:29 am (UTC)You don't have to use it, but it's more flexible and more up-to-date. (I think the example above should give you the effect you mentioned, though I'm not sure about the "position" bit.)