in reply to User Requests Quest
and on the database side, a table like<head> <title>$current_node</title> <link rel="stylesheet" type="text/css" href="/style.pl?style=$user_pk" + title="Default Styles" media="screen"> </head> <body class="myBody"> <!-- ... and so forth... -->
I'm not sure I'm making myself clear, but if you need a sample with source I can soupe something up... (and if you need a reference on my so called design skillz, please check out my website.create table user_styles ( user_pk varchar2(x) primary key references whatever.user_pk, mybody varchar2(32), mytable varchar2(32), mytr varchar2(32), mytd varchar2(32), myth varchar2(32), mylink etc, etc, etc, );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: User Requests Quest - CSS "themes"
by wonko (Pilgrim) on May 02, 2000 at 11:03 UTC |