Thread: Background
View Single Post
  #4 (permalink)  
Old Mar 1st, 2008, 22:48
Oak Oak is offline
SuperMember

SuperMember
Join Date: Dec 2007
Location: London
Age: 35
Posts: 268
Thanks: 2
Thanked 0 Times in 0 Posts
Re: Background

Quote:
If you are wanting to add a graphic to the background of your website there are two ways to achieve this - in HTML or CSS.

In HTML you need to modify the body tag of your source code to the following (where background.jpg is the image you want to use):

<body background="background.jpg">

In CSS you add the following to your style sheet:

body
{
background-image: url("background.jpg");
}
Thanks for that, though it is not quite what I am trying to do.

Quote:
Could you post a link to your site, this will help in answering posts mate
The space outside of the web page is where I want the bg image to go. I am trying to find one that fits best.

The original:

http://www.capoeiracanal.co.uk/index-home.php

NEW:

http://www.capoeiracanal.co.uk/index-history.php

http://www.capoeiracanal.co.uk/index-classes.php

What do you think?

Reply With Quote