html tables
Permalinkhttp://matthewsincell.net/resume/...
For this site I enabled table-editing functions in TinyMCE, so a table could be added in the basic content block. But TinyMCE's table handling is clunky at best.
Does anyone have any plans to write an html table block? I'd do it myself, but I've only just started to dip my toe into the PHP pool...
Many thanks
Darrell
Any other ideas? I might take a crack at this next week, but I think it'll be a hefty task, learning the code as I go along.
Thanks for your input.
http://c5sandbox.inneroptics.net/grid_prototype_v2/...
To see how you can modify the table, login with u: sandbox p: sandbox and put that page in edit mode.
As I mentioned above, the goal of this is to eventually be able to create more complex layouts like:
http://mayans.particlebook.com/page_id/97/Uxmal/?noTB=1...
...which would require it to combine different tables together (right now you can just have one at a time). I'm still brainstorming on this concept, but if there's a need for it I'll continue with it's development. Let me know if you have any ideas or recommendations.
How is it on ie6? (The result, not the editing, of course.)
I checked out your photography site too. Beautiful stuff.
Thanks
the view is that the underlying architecture is right, very flexible and powerful - but the learning curve is tough. We want it to be a bit easier to take a photoshop template and turn it into a concrete5 site, and I think Tony's tool is part of that.
I like the way the template system is currently. Very few graphics and most elements defined in the css files. You don't have to worry so much with ensuring that all these small graphics are in place.
You've pretty much made my brain lock-up.
I'm having trouble even thinking how to implement this into my page type designs.
But wow, it would make it so simple for the user (editor) of the page to adjust layout!
Keep prototyping! Love what I see so far.
Thanks again,
CJ.
However, I haven't had much luck getting the c5 editor(tinyMCE) to read my CSS files while I am editing so using DIV's can become confusing for the End user if they are not aware of the underlying HTML structure.