PC Review


Reply
Thread Tools Rate Thread

css web background frontpage 2003

 
 
Mark
Guest
Posts: n/a
 
      31st Mar 2008
I'm trying to create a web background that I can use through my web site
using css. I can get the color to work but I'm not sure about the proper
code to use if I want every page to use a certain background image. Any
help would be appreciated.

 
Reply With Quote
 
 
 
 
Steve Easton
Guest
Posts: n/a
 
      31st Mar 2008
body{
background-image:url('imagename.jpg');

}

add either background-repeat:repeat;
or background-repeat:no-repeat;
depending upon what you want

If the image is in a folder,, the url would be foldername/imagename.jpg
--

Steve Easton
Microsoft MVP FrontPage
FP Cleaner
http://www.95isalive.com/fixes/fpclean.htm
Hit Me FP
http://www.95isalive.com/fixes/HitMeFP.htm


"Mark" <(E-Mail Removed)> wrote in message news:%(E-Mail Removed)...
> I'm trying to create a web background that I can use through my web site using css. I can get the color to
> work but I'm not sure about the proper code to use if I want every page to use a certain background image.
> Any help would be appreciated.



 
Reply With Quote
 
Dan L
Guest
Posts: n/a
 
      1st Apr 2008
You can either put the css Steve Easton provided on every page in the <head>
section between <style type="text/css"> and </style> or you can put all css
code in a file, name it something like styles.css and then link to it on
every page with <link href="styles.css" rel="stylesheet" type="text/css"> in
the <head> section.

"Mark" wrote:

> I'm trying to create a web background that I can use through my web site
> using css. I can get the color to work but I'm not sure about the proper
> code to use if I want every page to use a certain background image. Any
> help would be appreciated.
>
>

 
Reply With Quote
 
Mark
Guest
Posts: n/a
 
      1st Apr 2008
okay. Thanks guys for your help

"Dan L" <(E-Mail Removed)> wrote in message
news:3146329E-2359-46C0-A153-(E-Mail Removed)...
> You can either put the css Steve Easton provided on every page in the
> <head>
> section between <style type="text/css"> and </style> or you can put all
> css
> code in a file, name it something like styles.css and then link to it on
> every page with <link href="styles.css" rel="stylesheet" type="text/css">
> in
> the <head> section.
>
> "Mark" wrote:
>
>> I'm trying to create a web background that I can use through my web site
>> using css. I can get the color to work but I'm not sure about the proper
>> code to use if I want every page to use a certain background image. Any
>> help would be appreciated.
>>
>>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
background frontpage 2003 lenlu11 Microsoft Frontpage 4 19th Mar 2010 01:55 AM
CREATE A GRADATION BACKGROUND IN FRONTPAGE 2003 =?Utf-8?B?U2tpbl91azE=?= Microsoft Frontpage 1 8th Nov 2005 03:36 AM
HOW TO CREATE A GRADIENT BACKGROUND IN FRONTPAGE 2003 =?Utf-8?B?U2tpbl91azE=?= Microsoft Frontpage 2 8th Nov 2005 02:02 AM
FrontPage 2003 background graphic =?Utf-8?B?RG91Z2xhcyBNaXRjaGVsbA==?= Microsoft Frontpage 2 29th Dec 2004 08:11 PM
use the same background on all pages frontpage 2003 Beverly Foyse Microsoft Frontpage 3 11th Apr 2004 03:01 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:09 AM.