Thread
:
another quick question about comus
View Single Post
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
View Public Profile
Find More Posts by Zyber