Missing data whe published
Permalink
I am having a wee problem with a job I'm working on with C5. If you look athttp://www.armathwaitenursery.co.uk/... you will notice that there is nothing at the foot of the page and this is confirmed when you look at the code:
However, when you go into Edit mode you will note that the ID ofsted has suddenly been populated with both text and image and yet when you sign out it disappears again.
Any ideas?
<div class="footer"><div id="copyright"> <p>© Armathwaite Nursery Group <script language=JavaScript> d = new Date(); thedate = d.getFullYear(); document.write(thedate);</script><br /> <a href="http://www.armathwaitenursery.co.uk/login">Manage</a></p> </div> <div id="ofsted"> </div></div> </body> </html>
However, when you go into Edit mode you will note that the ID ofsted has suddenly been populated with both text and image and yet when you sign out it disappears again.
<div class="footer"><div id="copyright"> <p>© Armathwaite Nursery Group <script language=JavaScript> d = new Date(); thedate = d.getFullYear(); document.write(thedate);</script><br /> <a href="http://www.armathwaitenursery.co.uk/login">Manage</a></p> </div> <div id="ofsted"> <h2>“The nursery is exceptionally well-established and organised through consistently high levels of support from a strong management and highly skilled staff team who fully embrace the process of self-evaluation and demonstrate a truly dedicated approach towards continuous improvement”</h2> <p>OFSTED September 2011</p></div></div> <div id="ccm-page-controls-wrapper"><div id="ccm-toolbar"></div></div> <script type="text/javascript" src="/index.php/tools/required/i18n_js"></script> <script type="text/javascript" src="/concrete/js/jquery.ui.js"></script> <script type="text/javascript" src="/concrete/js/jquery.form.js"></script> <script type="text/javascript" src="/concrete/js/jquery.rating.js"></script> <script type="text/javascript" src="/concrete/js/bootstrap.js"></script> <script type="text/javascript" src="/concrete/js/ccm.app.js"></script> <script type="text/javascript" src="/concrete/js/tiny_mce/tiny_mce.js"></script>
Viewing 15 lines of 18 lines. View entire code block.
Any ideas?
On line 229 of your style.css file, try adding a height to the ofsted ID "height:100px"
Thanks weyboat. This managed to bring back the Ofsted image but not the text "The nursery is…" Any further ideas would be most welcome.