Pippo3000 Posted November 12, 2011 Share Posted November 12, 2011 folks, hope someone can help. I have a html page on my server in a subfolder which I would like to show on my startpage during pre-xmas, so I have a say /xmas/xmas.html which actually shows a xmas calendar but how do I show this page on the start page? tried start page editor and copied/pasted the html from xmas.html but somehow it does not seem to work Link to comment Share on other sites More sharing options...
imbuying Posted November 12, 2011 Share Posted November 12, 2011 hi best thing would be to do and iframe so you can link it to your start page like this <iframe src="/xmas/xmas.html" width="100%" height="300"> <p>Your browser does not support iframes.</p> </iframe> just work out the size to fit hope this helps Link to comment Share on other sites More sharing options...
Pippo3000 Posted November 14, 2011 Author Share Posted November 14, 2011 hi best thing would be to do and iframe so you can link it to your start page like this <iframe src="/xmas/xmas.html" width="100%" height="300"> <p>Your browser does not support iframes.</p> </iframe> just work out the size to fit hope this helps you mean copy/paste the code above into the html editor of the start page editor? I remember I tried that but once I save the code gets 'translated' into Your browser does not support iframes. When I then change back to the html editor I do not see the original code anymore, but basically just the wording Your browser does not support iframes. So the editor seems to 'adjust' the code once I save it. Do I need to enable iframes somehow? Would the startpage offer iframes at all out of the box? Another idea would be to edit the startpage from scratch if someone could point out where to find the start page? Is there a specific htm(l) page for that? Otherwise I would only be able to add a link and then open the xmas.htm in a separate window but that idea is not convincing. I would expect it is possible to show a html which is on my server on the start page. Link to comment Share on other sites More sharing options...
Pippo3000 Posted November 14, 2011 Author Share Posted November 14, 2011 OK, to lift the secret. I am talking about this attachment. There is a file called xmas.htm which is what I would like to show/embed on my start page. Any takers/further hints? xmas_calendar.zip Link to comment Share on other sites More sharing options...
Pippo3000 Posted November 15, 2011 Author Share Posted November 15, 2011 any takers? Link to comment Share on other sites More sharing options...
Pippo3000 Posted November 24, 2011 Author Share Posted November 24, 2011 any takers? found it. PS scrambles html code in the wysiwyg html edit. just follow these steps and any code is accepted: http://www.prestashop.com/forums/topic/24932-embedding-google-maps/page__view__findpost__p__689610 phil Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now