Is it a HTML or CSS problem?

  • Thread starter Thread starter hydrogenbond
  • Start date Start date
H

hydrogenbond

Guest
HI Guys,
recently I have done a coding of a website. It seems to repeat itself when I scroll down. So i can see the Web page 2-3 times in a vertical column. I am not using any repeat-y code, but maybe something to do with the scroll property??

What can I do to make the page appear only once?

Please help me out guys...
 
The first step is to go back into your coding and make sure the site isn't being actually repeated a bunch of times! Beyond that, I would say to try CSS to fix the problem. You can try using this:

{ background-repeat: none; }

I hope this helps! :)
 
Back
Top