Im having a problem

liunx

Guest
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:
<!-- m --><a class="postlink" href="http://wingsofdecor.bravepages.com/index.html">http://wingsofdecor.bravepages.com/index.html</a><!-- m -->

thanks for any help yer offer! :)

StormyHello!

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. ;)it seemed to work :)

appreciate it heaps :)

good first post :) lol

later
stormyYeah - I guess it was. Glad it worked. :D
 
Back
Top