View Single Post
Old 31-01-2007, 01:00 AM   #3 (permalink) Top
Matt555
iMod

 
Matt555's Avatar
 
Join Date: May 2005
Age: 21 Male
Posts: 3,844
Times Helpful: 238
My Mood: Happy
Status: Offline

My Computer

You can apply the styles in CSS via an internal or external stylesheet or style them using styles in the tags, the best way is via an external stylesheet but below is the CSS code to style it in an externally linked stylesheet (place this in the stylesheet)


Code:
body {
     background-color: #000000; /* Sets the background colour */
     color: #FFFFFF; /* Sets the text colour */
}

__________________
  Reply With Quote
The Following User Says Thank You to Matt555 For This Useful Post: Show me >>