Search found 12 matches
- Fri Jan 28, 2011 5:43 am
- Forum: Layout and Design (CSS & HTML)
- Topic: Active parent, child: horizontal and vertical menus
- Replies: 6
- Views: 4820
Re: Active parent, child: horizontal and vertical menus
Okay, fair enough. I'm looking forward to hear more about the update.
- Tue Jan 18, 2011 3:06 am
- Forum: Layout and Design (CSS & HTML)
- Topic: Active parent, child: horizontal and vertical menus
- Replies: 6
- Views: 4820
Re: Active parent, child: horizontal and vertical menus
I have now fixed the validation errors (thanks, Dr.CSS), but the menus are still not working properly as described in post #1. Could my document outline cause some problems? Here it is (for the page "Home") [h1] Svinninge Bridgeklub [h2] Navigation [h2] Sub Navigation [h2] Hjem Here is my ...
- Fri Jan 14, 2011 2:21 am
- Forum: Layout and Design (CSS & HTML)
- Topic: Active parent, child: horizontal and vertical menus
- Replies: 6
- Views: 4820
Re: Active parent, child: horizontal and vertical menus
Okay, I see. Here is the url: http://www.svinningebk.dk/
- Fri Jan 14, 2011 12:29 am
- Forum: Layout and Design (CSS & HTML)
- Topic: Active parent, child: horizontal and vertical menus
- Replies: 6
- Views: 4820
Active parent, child: horizontal and vertical menus
Hi all I have downloaded a template and everything works fine except from one thing: It does not mark (or activate) the menu when clicked. I have a horizontal and vertical menu with separate stylesheets. When a page in the horizontal menu is clicked a sub-menu appears as a vertical menu. I would lik...
- Mon Jan 03, 2011 8:23 pm
- Forum: CMSMS Core
- Topic: iframe charset
- Replies: 0
- Views: 871
iframe charset
Hi all I have embedded some html files using iframes (I know they are undesirable), but there is a problem with the charset, as I am trying to insert danish letters (æ, ø and å). When I am using the letters outside the iframe there are no problems. Meta: charset=utf-8 MySQL charset: UTF-8 Unicode (u...
- Thu Dec 23, 2010 1:50 pm
- Forum: CMSMS Core
- Topic: Including existing HTML file in CMS Made Simple. How?
- Replies: 6
- Views: 1765
Re: Including existing HTML file in CMS Made Simple. How?
Maybe I'm doing it wrong, but I have the problem as with the include (php) command. The problem is that I have the file, which I would like to include: root /turneringer/Klub1/KlubTurn.html In this file the reference is: HREF="Tur/Startliste124.html". It should go to root /turneringer/Klub...
- Wed Dec 22, 2010 11:36 pm
- Forum: CMSMS Core
- Topic: Including existing HTML file in CMS Made Simple. How?
- Replies: 6
- Views: 1765
Re: Including existing HTML file in CMS Made Simple. How?
I've tried the fetch command, but it has the same problem as include and readfile. It includes the file, but here there are problems with the links (not using the right path leading to an error message) and the target (it opens it in a new window, but I would prefer it opening in main page).
- Wed Dec 22, 2010 10:51 pm
- Forum: CMSMS Core
- Topic: Including existing HTML file in CMS Made Simple. How?
- Replies: 6
- Views: 1765
Re: Including existing HTML file in CMS Made Simple. How?
I "solved" it using iframes but I'm not satisfied with the solution. I would rather use some kind of php. That is why I'm reposting my question including the things I've tried.
- Wed Dec 22, 2010 9:34 pm
- Forum: CMSMS Core
- Topic: Including existing HTML file in CMS Made Simple. How?
- Replies: 6
- Views: 1765
Including existing HTML file in CMS Made Simple. How?
Hi all I've been struggling with this problem for a while now. Here goes: I have an existing HTML file (from which the user should be able navigate further) and want it included as content on a page. Copying in the HTML code from the file is not an option. The HTML files can not be modified (in prin...
- Fri Oct 15, 2010 5:33 pm
- Forum: CMSMS Core
- Topic: [Solved] Including existing HTML file in CMS Made Simple. How?
- Replies: 6
- Views: 1674
Re: Including existing HTML file in CMS Made Simple. How?
And it is solved!
Dr.CSS: I would rather not do that, as the HTML file is changed/updated every week.
iframe did the trick. I had a problem with the footer disappearing, but solved it by closing the iframe again:
Thanks to all of you!
Dr.CSS: I would rather not do that, as the HTML file is changed/updated every week.
iframe did the trick. I had a problem with the footer disappearing, but solved it by closing the iframe again:
Thanks to all of you!
- Fri Oct 15, 2010 11:16 am
- Forum: CMSMS Core
- Topic: [Solved] Including existing HTML file in CMS Made Simple. How?
- Replies: 6
- Views: 1674
Re: Including existing HTML file in CMS Made Simple. How?
{fetch file='http://yoursite.com/file.html'} It works (almost) like a charm. It puts in the HTML nicely, but the links in the HTML do not work. In the fetched HTML there is for example this line: [...] HREF="Turneringer/Startliste65.html" [...]. This means that it tries to go to the "...
- Fri Oct 15, 2010 1:28 am
- Forum: CMSMS Core
- Topic: [Solved] Including existing HTML file in CMS Made Simple. How?
- Replies: 6
- Views: 1674
[Solved] Including existing HTML file in CMS Made Simple. How?
Hi all I'm new to the world of web designing (and HTML codes) and therefore need help. I'm looking for a solution similar to (but for CMS Made Simple): or Where I have an existing HTML file and want it included as content on a page. Copying in the HTML code from the file is not an option. Thanks in ...