feha
Posts: 712
|
| Posted: 12/19/2005, 12:58 AM |
|
Brrrrr 
I have a problem whenever I add my own DIV's the CCS 3.0 overwrites or adds improper DIV's.
I would appreciate if CCS 3.0 would not try to modify or reorganize the HTML code (custom).
It is very annoying 
(HTML in Templates )
_________________
Regards
feha
www.vision.to
feedpixel.com |
 |
 |
mamboBROWN
Posts: 1713
|
| Posted: 12/19/2005, 8:03 PM |
|
feha,
I have not had any problem of codecharge overwriting any of my html (div) code. Are you sure that it is not an issue with the software? Have you contacted support?? Just wondering??
|
 |
 |
feha
Posts: 712
|
| Posted: 12/19/2005, 9:35 PM |
|
Hi mambobrown
I made my initial template page with all includes and set path under settings whenever i create a new page to have it ready.
After creating a grid-record it overwrites the html.
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
{Meta_Tags_inc}
{JS_inc}
<link href="../Layouts/css/layout2colnew.css" type="text/css" rel="stylesheet">
<link href="../Styles/{CCS_Style}/Style.css" type="text/css" rel="stylesheet">
{Embed_Code_inc}
</head>
<body>
<div id="outer">
<div id="header">
{Header_inc}{Navigation_inc}
</div>
<div></div>
<div id="left">
<p>Left</p>
</div>
<div id="content">
<p>Content</p>
</div>
<div id="clearfooter"></div>
<div id="footer">
{Footer_inc}{Copyright_inc}{Validators_inc}{Rendertime_inc}<!-- powered by button -->
</div>
</div>
</body>
</html>
It does not happen if i start a new empty page ... 
_________________
Regards
feha
www.vision.to
feedpixel.com |
 |
 |
feha
Posts: 712
|
| Posted: 12/20/2005, 6:38 AM |
|
Now works ok it does not overwrite any more ... 
The Layout above has no tables ...
Redoing Vision.To CMS http://www.vision.to/new_cms.jpg
New Version Soon (Made in CCS 3.0 )
_________________
Regards
feha
www.vision.to
feedpixel.com |
 |
 |