Layout 2.5 is the 16th layout seen on Moonlit-Castle, featuring the ever so talented JoJo, it was made on April 5th 2008 in Photoshop CS2. Images are from here, brushes used here can be found on the credits page.
What do you do if you run a website but have to type the css in every single type you make a page? You put everything on a style sheet of course!
Step 1
OK, first get your average page with your average css and copy it. Next create a file called style.css. Your host should let you create the page, if not you'll have to create it in notepad and upload.
Step 2
In "style.css" paste all of your css. No html, just css, dont even paste the tags, just the css.
Step 3
Save the file and make sure its in the index directory of your host. Then go to all of the pages with the same css that's in your style.css document and type in the following code in the head of the html sheet:
Then delete all of the old css and save it, now you just have to edit one page to edit all of the site's css!