PDA

View Full Version : Apply a style to inserted table


ricardosanX
02-27-2005, 06:08 AM
Here's s suggestion that would be really easy to implement and give template designers and advanced users a lot more latitude:
1. When you add a text box, have a field to add "custom css". For example the user could type "noteBox"
2. All this does is add a custom class to the container TD for that text box to replace "sohotext". If not entered the class stays as "sohotext"

This would enable template designers like me :) to then set particular styles for all the content in that particular TD in the style sheet. eg
td.notedbox { }
td.notebox a:hover { }
td.notebox p
etc

Be great if you could add something like this to the code!

Richard

GingerCat
05-30-2006, 01:14 AM
I agree - but I note there is an option to select classes for an object in the editer - the question is how do I add to the list of clases that come up in the dropdown?