View Single Post
Old 07-07-2004, 03:16 PM  
Zyber
Confirmed User
 
Industry Role:
Join Date: Aug 2001
Posts: 832
The HTML code is wrong. Look at

PHP Code:
<frameset rows="1,*"
should be

PHP Code:
<frameset rows="*,1"
Zyber is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote