View Single Post
  #15 (permalink)  
Old 07-16-2009, 11:17 AM
LEGEND LEGEND is offline
Junior Babbler
 
Join Date: Jun 2009
Posts: 29
LEGEND has more than the average amount of reputation points
Default

To get the backgound image of the page:

body {background: #FFF url('images/bodybg.png') repeat-x fixed;}

You may also wanna customise your hyperlinks:

a: {color:#333 ;text-decoration:underline }
a:hover {color:#CCC ;text-decoration:none }

Change the stuff in RED to suit your needs

Last edited by LEGEND; 07-16-2009 at 11:23 AM.
Reply With Quote