View Single Post
04-13-2007, 07:49 PM
#2
Seb is offline Seb
Seb's Avatar
Status: Watermelon Man
Join date: Nov 2006
Location: London
Expertise:
Software:
 
Posts: 3,312
iTrader: 36 / 100%
 

Seb is on a distinguished road

  Old

Try replacing

Code:
<style type="text/css" media="all">@import "master.css";</style>
With

Code:
<link rel="stylesheet" type="text/css" href="master.css" />