Search found 12 matches
- Fri Apr 12, 2019 5:29 pm
- Forum: Tips and Tricks
- Topic: Pasting a table into a page
- Replies: 2
- Views: 3403
Re: Pasting a table into a page
Thanks Velden (and Dig3). I shall look at Tiny. Ian
- Wed Apr 10, 2019 3:32 pm
- Forum: CMSMS Core
- Topic: Adding complete tables to Content pages
- Replies: 2
- Views: 951
Re: Adding complete tables to Content pages
You may have needed to clear your site/browser cache after enabling tables. MicroTiny is also quite limited (intentionally), you may want to consider switching to TinyMCE, or see what other editors are available. When I have sites where the user enters a lot of tabular data, I usually create a modu...
- Wed Apr 10, 2019 9:37 am
- Forum: CMSMS Core
- Topic: Adding complete tables to Content pages
- Replies: 2
- Views: 951
Adding complete tables to Content pages
I found pasting a table into a content page curiously difficult; and more difficult in 2.2.10 than in 2.2.8. Using 2.2.8 I could simply paste in a complete table (and I could style it with stylesheets.) With the latest installation you paste in a table and end with a column of cell-fields. No table ...
- Tue Apr 09, 2019 9:14 pm
- Forum: Tips and Tricks
- Topic: Pasting a table into a page
- Replies: 2
- Views: 3403
Pasting a table into a page
I found pasting a table into a content page curiously difficult; and more difficult in 2.2.10 than in 2.2.8. Using the old installation it went in as a table (and I could style it with stylesheet.) With the latest installation you paste in a table and end with a column of cell-fields. No table drop ...
- Tue Jan 22, 2019 10:27 am
- Forum: CMSMS Core
- Topic: Which design is 'active'
- Replies: 6
- Views: 3548
Re: Which design is 'active'
Thanks both. Problem solved. That problem is simple once you bump into the solution; completely insoluble till then. I think I now have a working 'site'. A step on the way anyway.
- Mon Jan 14, 2019 12:42 pm
- Forum: CMSMS Core
- Topic: Which design is 'active'
- Replies: 6
- Views: 3548
Which design is 'active'
Only one Design is marked as 'Default'. I want to know which Design is 'Active' (I.e. which templates and stylesheets are attached to my website.) Do you think by 'Default' the document write meant 'Active? (I change the Navigator::Navigation template attached to my design from one template to anoth...
- Fri Dec 07, 2018 4:00 pm
- Forum: CMSMS Core
- Topic: Using extra page attributes to call different table styles
- Replies: 12
- Views: 3460
Re: Using extra page attributes to call different table styl
If the above assumption is right, I'd suggest to not add a table tag but a <div class="outdated/current"> (and properly close it after the content block). Then change your css accordingly: You have all been very helpful and patient. Most grateful, but I have now spent 17 days on this and ...
- Wed Dec 05, 2018 9:59 pm
- Forum: CMSMS Core
- Topic: Using extra page attributes to call different table styles
- Replies: 12
- Views: 3460
Re: Using extra page attributes to call different table styl
Dig13 wrote: Take a closer look at your generated html. You have an empty table with the class applied, then another table with no class and all of the content. I am not sure that I understand. And if I DO understand, what to do about it. I see, on line 133, table class="outdated". But the...
- Wed Dec 05, 2018 5:10 pm
- Forum: CMSMS Core
- Topic: Using extra page attributes to call different table styles
- Replies: 12
- Views: 3460
Re: Using extra page attributes to call different table styl
Compare the two web pages: http://cawstein.co.uk/index.php?page=lectures http://cawstein.co.uk/index.php?page=old-lectures They should be different. Since my first posting here I have created a 'default table style' which is the same as 'table.current'. In Safari/Develop/Show page Resources, line 13...
- Tue Dec 04, 2018 6:06 pm
- Forum: CMSMS Core
- Topic: Using extra page attributes to call different table styles
- Replies: 12
- Views: 3460
Re: Using extra page attributes to call different table styl
Thanks both. Whitespace did not solve it. Compare the two: http://cawstein.co.uk/index.php?page=lectures http://cawstein.co.uk/index.php?page=old-lectures One way of putting my problem is to look at the bit of code below, and then ask: "How would you implement that in CMSMS?" <!DOCTYPE htm...
- Tue Dec 04, 2018 10:21 am
- Forum: CMSMS Core
- Topic: Using extra page attributes to call different table styles
- Replies: 12
- Views: 3460
Re: Using extra page attributes to call different table styl
You haven't really told us what the problem is. Is {page_attr key='extra1'} not returning anything? I should perhaps have added that the last line of my template code quotation shows me that the word "current" (or "outdated") is indeed being read. My problem is that when I look ...
- Mon Dec 03, 2018 6:13 pm
- Forum: CMSMS Core
- Topic: Using extra page attributes to call different table styles
- Replies: 12
- Views: 3460
Using extra page attributes to call different table styles
I am more-or-less stuck. I want tables in two styles; 'table.current' and 'table.outdated' so I can list future lecture on one page and previous lectures on another. I have used extra page attribute 'extra1' on the two content pages: 'current' in one, 'outdated' in the other. In 'main style' stylesh...