Frontpage background repeats pic instead of displaying as 1 pic h

P

phluffie

My background repeats the pic about halfway down the web page instead of
showing as one picture, how can i fix this?
 
T

Trevor L.

phluffie said:
My background repeats the pic about halfway down the web page instead
of showing as one picture, how can i fix this?

Use a style
body {background-repeat: no-repeat}

But if it repeats without this style, then the picture isn't large enough to
fil the space. You can resize to a larger size
Try www.irfanview.com if you don't have an image editor to do it
 
Top