Computing.Net > Forums > Web Development > HELP with BackGround PICTURE?

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

HELP with BackGround PICTURE?

Reply to Message Icon

Name: Ledzeplinboy0314
Date: February 20, 2005 at 22:14:42 Pacific
OS: xp pro
CPU/Ram: 256
Comment:

HEY!, I need to know how you make a dang back ground! i mean, you know how you go to those sites with a background image that looks like a template? kind of like the "Stone hendge looking things in... UTURNWEBDESIGNS.COM How do i make that?
Also, i kind of got there but then it was like repeating so it looked like crap.
So three things...
1. how do i add an image to the background with out it repeating.
2. what is a good program for creating web templates? ( that way the background will already be there)
thx-grant



Sponsored Link
Ads by Google

Response Number 1
Name: jam14online
Date: February 20, 2005 at 22:52:11 Pacific
Reply:

You can add the following bit of CSS to the <head> of your page:

<style media="all" type="text/css">
html, body {
background-image: url(bg.gif);
background-repeat: no-repeat;
background-position: center;
}
</style>

And then replace bg.gif with the path to your image. For more information, read the CSS Background Images overview at HTML Dog.

For creating web templates, you could either do it by hand (with a text editor) or with a WYSIWYG editor. Read this article for the low-down.

Dreamweaver would probably be your best choice if you choose the WYSIWYG, otherwise I use Notepad.



0
Reply to Message Icon

Related Posts

See More


How do i do this? Byte Web Hosting



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Web Development Forum Home


Sponsored links

Ads by Google


Results for: HELP with BackGround PICTURE?

Help with div layers and background www.computing.net/answers/webdevel/help-with-div-layers-and-background/2257.html

help with php code! www.computing.net/answers/webdevel/help-with-php-code/3049.html

help with html audio www.computing.net/answers/webdevel/help-with-html-audio/410.html