View Single Post
  #2 (permalink)  
Old Nov 29th, 2007, 18:21
karinne's Avatar
karinne karinne is offline
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: I some some help with page width, links

You forgot to add units to your #body width

Code: Select all
#body{
    width: 850px;
    color: #A3A3A3;
....
Reply With Quote