Turn off background repeat without css

They have: 105 posts

Joined: Jan 2002

Please tell me how.

Or, tell me how to w/ css. I already have a css file below, but don't understand it at all.

.tableHead {
font-family: arial; font-size: 10pt; color: #003366; font-weight: bold
}

.normalBlack {
font-family: arial; font-size: 8pt; color: Black
}
.boldBlack {
font-family: arial; font-size: 8pt; color: Black; font-weight: bold
}
.boldblue {
font-family: arial; font-size: 8pt; color: #1873B9; font-weight: bold
}
.normalsmallBlack {
font-family: arial; font-size: 8pt; color: Black
}
.boldsmallBlack {
font-family: arial; font-size: 7pt; color: Black; font-weight: bold
}
.normalWhite {
font-family: arial; font-size: 8pt; color: White
}
.boldWhite {
font-family: arial; font-size: 8pt; color: White; font-weight: bold
}

.normalsmallWhite {
font-family: arial; font-size: 7pt; color: White
}
.boldsmallWhite {
font-family: arial; font-size: 7pt; color: White; font-weight: bold
}

A {
font-family: arial; font-size: 9pt; COLOR: #ffffff; font-weight: normal; TEXT-DECORATION: underline
}

A:hover {
font-family: arial; font-size: 9pt; COLOR: #73A8BA; font-weight: normal; TEXT-DECORATION: underline
}

CPRhosting.com - CPR Hosting...Giving life to the web
Custom-made Hosting Plans starting at $2

The Webmistress's picture

She has: 5,586 posts

Joined: Feb 2001

You need to have something like this added:
body {
background-attachment: fixed; background-image: url(background.gif); background-repeat: no-repeat; background-position: center center
}

Julia - if life was meant to be easy Michael Angelo would have painted the floor....

They have: 105 posts

Joined: Jan 2002

Thanks Julia, works like a charm!

The Webmistress's picture

She has: 5,586 posts

Joined: Feb 2001

glad to be of some assistance Wink

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.