Support Forums / Support forum / Archives / 08-12-2004 / Background Image

Topic: Background Image
June 4th, 2004 11:35 AM
mickfrancis I have seen a board where the background is an imported image. How can I do this?
June 4th, 2004 11:39 AM
Helpless Simple. Just upload an image. I use this to upload my background.

http://www.pix8.net/upload.php

Then go to the system place where you can change the colors, fonts, etc. It should say background image. Copy the url and place it there. It takes a while before you see your new back ground.
June 4th, 2004 11:41 AM
krillmeed But remember, you have to have a website to be able to link it from, or i suppose have it in your gallery
June 4th, 2004 11:42 AM
Helpless pix8 is for webhosting. Me and my friends just use it to show pictures to one another.
June 4th, 2004 11:54 AM
TK-7771 One thing to keep in mind. The BG image will tile. So if you have a relativly big image, it will repeat itself.

And your better off using the image gallery provided by the board. Sometimes those image hostig sites, or web space sites, will only allow a certain amount of bandwidth. when that run out, you'll get the dreaded little red x.
June 4th, 2004 12:25 PM
Helpless Really? That has never happen. AngelFire stopped image hosting. Hehe. People still have failed to realize it. I see it at their sites. Its really bad when it comes animations.
June 4th, 2004 01:47 PM
Progamer ^Yes it does happen.
I really recommend using the image gallery since it is mostly local.
June 4th, 2004 02:27 PM
sdn If you don't want to background to tile, add this to your header insert.
code:

<style type="text/css">
<!--
body {background-repeat:no-repeat;}
-->
</style>

June 4th, 2004 02:32 PM
Helpless
quote:
sdn wrote:
If you don't want to background to tile, add this to your header insert.
code:

<style type="text/css">
<!--
body {background-repeat:no-repeat;}
-->
</style>





Huh? Just add this? Explain it more please.
June 4th, 2004 02:34 PM
sdn Just add it if you don't want the main background to tile.
June 4th, 2004 02:57 PM
Helpless Oh...OKay
June 30th, 2004 05:28 AM
mickfrancis Thanks for all the info. I have managed to stop it tiling with the above code but the photo wont cover the whole page to the bottom. Is there anyway I can force it to repeat so the bottom of the page is not plain white?

http://s2.excoboard.com/exco/index.php?boardid=1680
June 30th, 2004 12:24 PM
Dave the bottom of the page isnt plain white to me..
June 30th, 2004 05:05 PM
mickfrancis I took the photo off as it didn't look right Dave, and reverted to the coloured background. It looked great with th photo as a background but when scrolling down to the bottom it was just plain white. Thanks for looking anyway.
June 30th, 2004 05:43 PM
TK-7771 The only way I can think of to fix that is a script that fixes the background but scrolls the forums themselves. I dont have it handy but I'm sure if you search for it you'll find it.
July 1st, 2004 04:05 AM
mickfrancis Thanks TK. I will have a look for it cos I wont be satisfied till I get it right.
July 4th, 2004 07:04 PM
mickfrancis TK, sorry to trouble you but if you have a spare few minutes could you locate the script that you mentioned, I have searched but cant find it anywhere. Would be so grateful.
July 5th, 2004 11:30 AM
TK-7771 I'll see what I cam do.
July 5th, 2004 06:56 PM
mickfrancis Thanks TK
This is the proboard that I got the idea from

http://holiday.proboards21.com/
[Edited by mickfrancis]
July 6th, 2004 12:08 PM
TK-7771 Thats exactly what I was talking about. Still looking for it, so if you find it first post here.
July 6th, 2004 02:17 PM
sdn That one's easy.
code:

<style type="text/css">
<!--
body {background-attachment:fixed;}
-->
</style>

July 6th, 2004 02:31 PM
TK-7771 Thanks sdn. I knew it was an easy one, but I couldn't find it :(
July 7th, 2004 01:09 PM
mickfrancis Thanks TK and sdn, our board looks great now. One last question and I will promise to shut up.
Can this code and the one to stop image tiling both be placed in the "header insert" or does one have to go in the "header"?

Must get into this HTML :(
July 7th, 2004 01:19 PM
TK-7771 I'd have to say "Header insert". But I'm sure someone will correct me if I'm wrong :P