For my sites, at first I modified the edit action and added an ID to
the textarea box. I think I called it id="bwtextarea"> and added a
line in my css for #bwtextarea. But I noticed that impacted on how
the core handles the GUI plugin.
So instead I gave the FORM tag an id="bweditpageform" and then in css
I put #bweditpageform textarea {height: 600px; width: 450px}
So on a skin without that css, the textbox appears as default sizes in
BW, but on a skin with that css it does seem to follow the css.
So if the default action pages incorporated a an id into the form,
anyone could modify their css for their own need.
john
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"BoltWire" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/boltwire?hl=en
-~----------~----~----~----~------~----~------~--~---