Where does Magento save the custom cms pages in Filesystem?
I Created a new page but it aint accepting the following in its WYSIWYG editor, although i edited it in the html source design of the page:
<style>
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, font, img, ul, li {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
:focus {
outline: 0;
}
</style>
I have also to embed some scripts in the page but it just doesnt accept that...so i though i could find the files created in the file system...where are they stored??