ok.. well I figured out almost everything else... but when it comes to putting a image in the background I saw on the forums that the code is something like <body background="/images/background.gif"> but uh... where do I put it? Cause I can't get the background to show up. This is probably a repetitive question but I couldn't find a post that helps.
Travis
XTRAMAN
Making backgrounds.
-
- Regular Poster
- Posts: 46
- Joined: Mon Mar 01, 2004 4:14 pm
- Location: The Wasteland
- Contact:
- Rkolter
- Destroyer of Words (Moderator)
- Posts: 16399
- Joined: Tue Jun 24, 2003 4:34 am
- Location: It's equally probable that I'm everywhere.
- Contact:
To better answer your question...
1) If you mean, where do you put the body tag, you put it near the top of the page... personally I do this:
<html>
<title>example</title>
<body background=.....>
I suggest using a complete URL, ie:
<body background="http://yoursite.keenspace.com/images/foobar.jpg">
Like Moghendhim said, if there's already a <body> tag, just add the background information... don't put a second body tag into your document.
By the by, be sure to close the body tag at the end of your document.
...
...
</body>
</html>
2) If you mean, where do you put your IMAGE, you put it in your images folder.
1) If you mean, where do you put the body tag, you put it near the top of the page... personally I do this:
<html>
<title>example</title>
<body background=.....>
I suggest using a complete URL, ie:
<body background="http://yoursite.keenspace.com/images/foobar.jpg">
Like Moghendhim said, if there's already a <body> tag, just add the background information... don't put a second body tag into your document.
By the by, be sure to close the body tag at the end of your document.
...
...
</body>
</html>
2) If you mean, where do you put your IMAGE, you put it in your images folder.