Background

edited May 2013 in General Discussion

Hi there is probably a topic for this already.

 

How do you put a background in on a custom page?

I tried to add HTml tried to use the existing feature...all I could do was highlight the text?

 

THanks,

 

Joel

Comments

  • do you mean with a HTML archive ?    I haven't tried with an image, only colour, but I would have assumed youset it using css or hard code it in the body tag.

    the most basic version would be

    <body background="background.jpg"> 

    or using css

    body
    {
    background-image:url('gradient2.png');
    }
Sign In or Register to comment.