Arwen-Undomiel.com http://arwen-undomiel.com/forum/ |
|
How do u get an image in your background http://arwen-undomiel.com/forum/viewtopic.php?f=27&t=6841 |
Page 1 of 1 |
Author: | Gir [ March 17th, 2006, 9:06 pm ] |
Post subject: | How do u get an image in your background |
OK so i hav and invisionfree forum and i don't no how to put an image as a background. could anyone help me with that? |
Author: | Ellethwen [ March 27th, 2006, 7:01 pm ] |
Post subject: | |
It's in your stylsheet, near the beginning. Here's a segment of the beginning coding, it's what you're looking for. Code: html { overflow-x: hidden; overflow-y: auto; } form { display:inline; } img { vertical-align:middle; border:0px } BODY { font-family: Verdana, Tahoma; Arial; sans-serif; font-size: 10px; color: #000000; margin: 10px 50px 10px 50px; background-color:#AE98BF; background-image: url(http://) } TABLE, TR, TD { font-family: Verdana, Tahoma; Arial; sans-serif; font-size: 10px; color: #000000; } a:link, a:visited, a:active { text-decoration: underline; color: #7D6590 } a:hover { color: #CEB4E4; text-decoration:none } This is what you change: background-image: url(http://) } So, let's say your backgroujnd is at http://www.someplace.com/images/background.jpg. Your coding would look like this: Code: html { overflow-x: hidden; overflow-y: auto; }
form { display:inline; } img { vertical-align:middle; border:0px } BODY { font-family: Verdana, Tahoma; Arial; sans-serif; font-size: 10px; color: #000000; margin: 10px 50px 10px 50px; background-color:#AE98BF; background-image: url(http://www.someplace.com/images/background.jpg) } TABLE, TR, TD { font-family: Verdana, Tahoma; Arial; sans-serif; font-size: 10px; color: #000000; } a:link, a:visited, a:active { text-decoration: underline; color: #7D6590 } a:hover { color: #CEB4E4; text-decoration:none } Get it? |
Page 1 of 1 | All times are UTC - 5 hours [ DST ] |
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group http://www.phpbb.com/ |