TeamPhotoshop
Reviews, updates and in depth guides to your favourite mobile games - AppGamer.com
Forum Home Latest Posts Search Help Subscribe

help plz

Page: 1 Reply
May 9th 2003#102724 Report
Member since: Apr 30th 2003
Posts: 2
ive made some really cool backgrounds and things, and i now finally wanna make a website... here is mah problem,
i cant seem to put the background in, and not have it tiled... but now i jus make my pics the size of my resolution. is there an easier way to this at all? because im wondering.... if my res is set at 1280x1024.. and someone else views it at diff resolution... how is it all gonna work?... plz help me here... im doing the site in html also... if there is yet any easier way fill me in, like dreamweaver, or frontpage is easier?....... appreciated.
Reply with Quote Reply
May 9th 2003#102725 Report
Member since: Apr 20th 2002
Posts: 3000
First off, learning HTML first would help you greatly in the future if you choose to go use Dreamweaver and such.

In order to not make your background tile, you should add this code in your <HEAD> section:


<style type="text/css">

body {
background-image: url('URL TO IMAGE');
background-repeat: no-repeat;
}

</style>


Second, it's recommended that you NOT make a background suited to a single resolution, unless it's incorporated within the design. If another user views the site with a lower resolution, it will get cropped. If a user views the site with a higher resolution, the extra space will be blank and ugly.
Reply with Quote Reply
May 9th 2003#102743 Report
Member since: Nov 26th 2001
Posts: 2586
Nice sig mo0....
Reply with Quote Reply
May 9th 2003#102805 Report
Member since: Apr 20th 2002
Posts: 3000
A bit off topic, but thanks. :P
Reply with Quote Reply
Page: 1 Back to top
Please login or register above to post in this forum