php - css generator to put generated css layout into textarea -
i developing content manager system using php , wonder if there css generator can use plugin. generated code stored in mysql database.
i have looked @ many of these here, cant seem see can provide users plugin.
i want 1 creates layouts , can change background. if cant one, how create one.
i hope cant plugin that, since page designing must known [positioning, font size, etc]
first, create complete site css hold layout, a1.css , can same same attributes a2.css, a3.css...etc.. [this may terrible] or can change dynamically jquery generate dynamically , like
.css( "padding-left", "+=15" )
or use different frameworks , make accessible, link
hope gives idea!
Comments
Post a Comment