pnjones
Posts: 42
|
| Posted: 03/08/2005, 11:55 AM |
|
After changing the layout in html , i now cnat see the graphics or change setting within ccs. I must have deleted some section of code when aligning the tables. I really would like to avoid recreating the whole page again can anyone pint me to where my error might be
thanks
_________________
Regards
Pat |
 |
 |
peterr
Posts: 5971
|
| Posted: 03/08/2005, 12:22 PM |
|
I suspect 2 separate issues here.
If you cannot see the graphics then possibly they point to a wrong folder. Though this is not a problem as long as you can see the graphics on the Live page.
As for CCS not recognizing its components, it depends on the component type. For example if a Record form is not being recognized, it may be because such comments were removed from the HTML:
<!-- BEGIN Record RecordFormName -->
<!-- END Record RecordFormName -->
It's really best to backup projects before modifying pages externally.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
pnjones
Posts: 42
|
| Posted: 03/08/2005, 1:21 PM |
|
Thanks Peter, I use front page to change the html but dont backup the pages every time i make a change, if i can identify a missing section i will try and restore it.
Thanks for replying
_________________
Regards
Pat |
 |
 |
pnjones
Posts: 42
|
| Posted: 03/08/2005, 5:28 PM |
|
Peter ,
After recreating the page I had the same issue, the problem was caused by placing a flash movie into the html section
Why does this cause ccs to not display the html page ?
_________________
Regards
Pat |
 |
 |
peterr
Posts: 5971
|
| Posted: 03/09/2005, 1:14 AM |
|
Based on previous posts at: http://forums.codecharge.com/posts.php?post_id=54018 it seems that CCS indeed cannot display HTML pages that contain Flash.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |