Layouts

Any problem with HTML can be discussed here.
Post Reply
jp1230007
Posts: 32
Joined: Fri Apr 14, 2006 6:47 pm

Layouts

Post by jp1230007 »

Anyone know how to make custom myspace layouts?

Ooh and also... I wanna know how to make a background for a freewebs..


Impertinence
Posts: 47
Joined: Thu Apr 06, 2006 3:15 am

Post by Impertinence »

Background for Freewebs:

Create a CSS page by creating a page called "mainstyle.htm" and then, after it's created, renaming the extension to CSS. In the CSS page, put

<style type="text/css">

body {

background-color: WHATEVER-COLOR-HERE;

}

</style>

Or, you can replace background-color with background-image: url(URL-OF-IMAGE-HERE);

Then, go to whatever page you want to apply it to, and put this in the <head> area:

<link rel="stylesheet" type="text/css" href="mainstyle.css">

That should work. :)
"Life is tough.

Life is tougher if you're stupid."
Post Reply