Jethro
|
| Posted: 06/12/2002, 8:04 PM |
|
When I go to the Tools ->Themes selection and try to Add a new theme I always get the error 'File Site.css is read only.' No matter what I try I can not seem to get the new theme I created saved. I have tried to modify others etc. Do
What's going on? Do I really have to do all of this copying of folders etc to create a custom theme?
Thanks,
Jethro
|
|
|
 |
CodeCharge Support
|
| Posted: 06/13/2002, 6:34 AM |
|
Hello,
it is problem on our side. It will be fixed in next CCS release.
|
|
|
 |
EMG
|
| Posted: 06/13/2002, 7:34 AM |
|
I have had a heck of a time fiddling with themes. There is no documentation on how CCS actually manages its themes. How I miss the simple days of a raw css file. To change a simple property I have to click thru 4-5 dialog boxes. Can y'all provide a way to simply reference a css file?
Enough complaining, this tool is great!
|
|
|
 |
Tobias
|
| Posted: 08/28/2002, 3:48 AM |
|
Hello,
sorry, but I can't do anything with it.
At which version are you talking about? Is it a bug in 1.0.7.0 or was this the next release? Could you give a few more informations?
And what exactly isn't working with the themes?
I can create new themes but there seems to me that there are a few other bugs...
So I'll tell you:
I started a new project just to have a look at CCS and I used a standart theme.
When I was ready, I created my own theme and adjusted the pages to use my new theme.
Now, one site is corrct, another site didn't get the class-Definitions and there is something wrong with the CSS-inclusion:
--------------CODE OF MY SITE-----------------
<link rel="stylesheet" type="text/css" href="Themes/Salad/Style.css">
<link rel="stylesheet" type="text/css" href="Themes/Capuccino/Style.css">
<link rel="stylesheet" type="text/css" href="Themes/i12/Style.css">
<link rel="stylesheet" type="text/css" href="Themes/Sulfur/Style.css">
</head>
<body bgcolor="#ffffff" link="#000000" alink="#FF0000" vlink="#000000" text="#000000" background="Themes/i12/Background.gif" class="PageBODY">
<p>
<link rel="stylesheet" type="text/css" href="Themes/Sulfur/Style.css">
<link rel="stylesheet" type="text/css" href="Themes/i12/Style.css">
<link rel="stylesheet" type="text/css" href="Themes/i12/Style.css">
<link rel="stylesheet" type="text/css" href="Themes/Sulfur/Style.css">
<link rel="stylesheet" type="text/css" href="Themes/i12/Style.css">
<link rel="stylesheet" type="text/css" href="Themes/Sulfur/Style.css">
<link rel="stylesheet" type="text/css" href="Themes/i12/Style.css">
<link rel="stylesheet" type="text/css" href="Themes/i12/Style.css">
<title>NewPage1</title>
-----------------------/Code------------------------------
I don't think this is the way of clean html programming.
I don't know, if I'm wrong or not so can you give me some information?
Thanks a lot!
Tobias
|
|
|
 |
|