Tobias
|
| Posted: 08/28/2002, 4:01 AM |
|
Sorry that I post the message two times, but with this forum, I have the feeling that noone would find my message... It is a answer on: http://www.gotocode.com/disc_viewt.asp?mid=11837&s_topic=themes&
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
|
|
|
 |
Nicole
|
| Posted: 08/29/2002, 12:18 AM |
|
Tobias,
do you see custom Theme applied in the design view and when preview page in CCS? If yes, please make sure that custom Theme files were uploaded to server to right folder.
|
|
|
 |
Rene
|
| Posted: 08/29/2002, 3:23 AM |
|
Tobias,
look here, http://support.codecharge.com/updates.asp
bug in changing from "no theme" to a valid theme
goodluck,
rene
|
|
|
 |
Tobias
|
| Posted: 08/29/2002, 3:38 AM |
|
Hi,
thank you both!
My problem was, that when I made a site and changed the theme of the site later, CCS gets a few problems.
Background-Images aren't changed, links to the css-files don't get changed, they just get added to the site.
But I think the problem is only relevant by creating a new theme and testing the theme a few times.
Once I ready created my theme I won't change the it while creating a new page.
So it's ok, I think I can live with this :)
Tobias
|
|
|
 |
|