Turn off background repeat without css
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 posted this at 12:42 — 22nd May 2002.
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....
shanda posted this at 16:17 — 22nd May 2002.
They have: 105 posts
Joined: Jan 2002
Thanks Julia, works like a charm!
The Webmistress posted this at 16:22 — 22nd May 2002.
She has: 5,586 posts
Joined: Feb 2001
glad to be of some assistance
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.