Click to See Complete Forum and Search --> : Im having a problem


stormclouds
01-11-2003, 11:52 PM
Hey all,
Im having a problem with some coding.
I have a tdtop and ive put an image in with a no-repeat but its repeating and i cant seem to fix it - does anyone have any suggestions?
Im just making this page for my guild at neopets so its new and not finished but heres the address:
http://wingsofdecor.bravepages.com/index.html

thanks for any help yer offer! :)

Stormy

meow
01-12-2003, 02:50 AM
Hello!

My first post here so I'm glad I can help someone. :p

You have this wrong:
background-image: no-repeat

'no-repeat' belongs to the 'background-repeat' property.
background-repeat: no-repeat

You can also use shorthand and write all your background stuff like this:
td.top { background: #a6d0f8 url(/Pictures/wingsdecor.jpg) no-repeat center }

It's always a good idea to specify a background color to fall back on if the image isn't loaded. ;)

stormclouds
01-12-2003, 03:44 AM
it seemed to work :)

appreciate it heaps :)

good first post :) lol

later
stormy

meow
01-12-2003, 03:51 AM
Yeah - I guess it was. Glad it worked. :D