View Full Version : Layout Help!!!


JessieMil42
08-20-2004, 01:56 AM
I already made a layout! and I have no clue on how to apply it on to my site! can anyone help me? I have tried with the < body background="_____" > code but it didn't work! help PLEASE!!

Thanks so much!!
Jessica

Rosey
08-20-2004, 03:03 AM
if you are just starting in coding a layout and if your page is going to have a lot of pages. Start straight away with making an external style sheet so that when you change your layout, it will be a lot easier.

If you have no idea how to make an external style sheet using css, go to lissa's page and that will get you started.

Using that you can put this

body { background-image: url(image.jpg);

}