css web background frontpage 2003

M

Mark

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.
 
D

Dan L

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.
 
M

Mark

okay. Thanks guys for your help

Dan L said:
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

background image 1
css page problems 2
css background image 10
problem with repeating css graphic 3
class question... 1
CSS learning 4
need help with CSS and DWT 1
background css color 8

Top