Rules      FAQ       Register        Login
It is currently April 27th, 2024, 4:14 pm

All times are UTC - 5 hours [ DST ]




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: How do u get an image in your background
PostPosted: March 17th, 2006, 9:06 pm 
Rider of Rohan
Rider of Rohan
User avatar

Joined: 01 February 2006
Posts: 143

Offline
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?

_________________
Image
(\,,(\
(=' :')
(,(")(")


Top
 Profile                  
 
 Post subject:
PostPosted: March 27th, 2006, 7:01 pm 
Istari
Istari
User avatar

Joined: 03 June 2005
Posts: 2141
Location: Davenport, Iowa

Offline
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?

_________________
<center>
Image
i've got a jar of raeg

</center>


Top
 Profile       WWW            
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]




Who is online

Users browsing this forum: No registered users and 19 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  




Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
Boyz theme by Zarron Media 2003