SMF For Free Support Forum
Signup For Free Forum
October 08, 2008, 05:22:46 am *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Welcome to SMF For Free. The best free SMF Host
 
   Home   Help Search Arcade Gallery Login Register  

Pages: [1]
  Print  
Author Topic: background image help  (Read 288 times)
0 Members and 1 Guest are viewing this topic.
Saber Head
SMF For Free Newbie
*
Offline Offline

Posts: 15


View Profile
« on: June 10, 2006, 12:14:55 pm »

I was wondering if I could add this background tile image:



to my forum (educatedsports.smfforfree.com). I am using the default theme, and I would like this background image to appear at the top of my forum near my banner and tile all the way down. I've played around with styles, but I can't quite figure this all out.

Thanks,
Christian
Logged
SMF For Free
Administrator
*
Offline Offline

Posts: 3357


View Profile WWW
« Reply #1 on: June 10, 2006, 12:48:51 pm »

Ok here's some css code
//Veritical Tile image
background-image: url(myImage.gif); background-repeat: repeat-y;
//Horizontal Tile Image
 background-image: url(myImage.gif); background-repeat: repeat-x;
//Vertical and Horizontal Tile image.
 background-image: url(myImage.gif); background-repeat: repeat;


I would place these codes in the body tag.

SMF For Free
Logged

SMF For Free-Free Simple Machines Forum hosting.
DC
SMF For Free Sr. Member
*
Offline Offline

Posts: 295



View Profile
« Reply #2 on: June 10, 2006, 06:49:23 pm »

the size of tile i use is 136 X 114 pixels  just a small one so its easy to load.
and the code i uses is  ( i put your tile's url there)
Code:
<body><!--Begin Headers--><BODY BACKGROUND="http://i26.photobucket.com/albums/c127/xian0422/TESCWallpaper-light01.jpg
">
Logged

Saber Head
SMF For Free Newbie
*
Offline Offline

Posts: 15


View Profile
« Reply #3 on: June 11, 2006, 10:16:48 am »

I may be doing something wrong, but neither of those codes worked for me.
Logged
DC
SMF For Free Sr. Member
*
Offline Offline

Posts: 295



View Profile
« Reply #4 on: June 11, 2006, 12:25:13 pm »

Saber head...makes suer everything is exact...see those "  makes suer der der Wink
Logged



Pages: [1]
  Print  
 
Jump to:  

Powered by SMF 1.1.6 | SMF © 2006-2008, Simple Machines LLC
ServerBeach Coupon
Page created in 1.111 seconds with 17 queries.