Ambiera ForumDiscussions, Help and Support. |
|
|
|||||
|
I created a page and can add my CSS ok but want to edit some of the text generated HTML in the page. I want to change this RocketCake Generated HTML by the editor: I can't paste the html, it calls the post spam. to this: I can't paste the html, it calls the post spam. Is there any way to directly edit the greyed out HTML? Will this feature be added if it cannot now be done? Thanks ![]() |
||||
|
I removed the html text I wanted to change and put an html code element in without "a div created around the code." This works except my CSS styles are not applied? Do I need to add some code to the html code box so it knows where the CSS styles are? How do I do this? Thanks |
||||
|
Difficult to say without seeing the code ![]() But you can always write the css next to the html, that should not be a problem at all. Like <div style="hereGoYourCSSStyles" id="thisIsYourHTML">some more</html> |
||||
|
What I found was happening was the css was broken up improperly. word-wrap: break-word;body { background-color:FFFFFF; padding:0; margin: 0; } was broken into word-wrap: break-word; [my added classes to blink and change text] body { background-color:FFFFFF; padding:0; margin: 0; } |
||||
|
That's strange, shouldn't happen. Maybe you can put the page where this happens into an .rcd file and send it to me, so I can have a look? |
|