Thread started: May 7 2008, 6:48 PM EDT
Watch
Is styling content is supported? I wanted to have a border around WPC-editableContent but it doesn't seem possible. Also, the id for WPC-areaContainer could not be used because the id is not a valid value.
WPC-areaContainer?cellId=game-827005
At least, I can't have following CSS
#WPC-areaContainer?cellId=game-827005 {
}
Any help?
out of
found this valuable.
Do you find this valuable?
Show Last Reply
|
Last Reply:
RE: Styling WPC-editableContent and WPC-areaContainer
By: ryan_wetpaint,
May 8 2008, 11:33 AM EDT
This sounds great!
I'll speak with Jeff about adding in a more reliable hook for you to use with this -- it should be possible to get in there fairly soon. In the meantime, would it be possible to simply wrap the entire result from your getCell call in your own DIV, then apply your handling there? That is:
<DIV ID="myDiv"> <!-- SSI call to Wetpaint here --> </DIV>
This allows you to handle the overflow, put in a border, and lock down the height without digging into the imported HTML.
When we get the reliable hooks in place (that you're free to style however you choose), you can migrate to them.
1
out of
1 found this valuable.
Do you find this valuable?
Do you?
|