hi all..... header/banner keeps repeating on my site.....how do i get banner to show correctly? do i remove top repeat-x??? any thoughts? site is criticas gastronomicas****com**** thanks tony
Hello Tony, In order for the background to stop repeating you need to enter this coding into your stylesheets. header { background-image: url(images/logo.jpg); background-repeat: no-repeat; } I hope this helps.
You can also use shorthand if you're feeling fancy: background: transparent url(images/logo.jpg) top center no-repeat;