Thread: help
View Single Post
  #2 (permalink)  
Old 14-09-2007, 02:00 PM
Toon's Avatar
Toon Toon is online now
Netvibes is an Addiction™
 
Join Date: Jan 2007
Location: Sheffield, UK
Gender: Male
Posts: 19,804
Default

Looks fine from what I can see, a few things you might want to fix...

Code:
<LINK href="css/grids.css" rel="stylesheet" type="text/css">
Lowercase link not U/C

Code:
A:link {text-decoration: none; color: #0099FFl; }
Make your A: lowercase and 0099FFl isn't a colour

(Welcome aboard and best of luck)
Reply With Quote