Page 1 of 1

How to add tagged code without modifying the source directly

Posted: Fri Jun 17, 2016 1:49 am
by Adam Skalenakis

I'm adding some code from a third party source, and as part of the instructions I'm supposed to add ... tagged instructions under the tag of the html code. Is there a way to do this without having to directly edit the source file? (I assume all HTML objects from the pallet just add snippets within the )


How to add tagged code without modifying the source directly

Posted: Fri Jun 17, 2016 4:08 pm
by Serhii Kulibaba

Hello Adam,

Please use HTML component for that: https://devcenter.appery.io/documenta...


How to add tagged code without modifying the source directly

Posted: Fri Jun 17, 2016 5:59 pm
by Adam Skalenakis

Oh, sorry, I guess the question didn't post clearly. I was talking about certain html tags but the system didn't display them. Here's what the post should have said:

I'm adding some code from a third party source, and as part of the instructions I'm supposed to add < style ... </ style tagged instructions under the < head tag of the html code. Is there a way to do this without having to directly edit the source file? (I assume all HTML objects from the pallet just add snippets within the < body )


How to add tagged code without modifying the source directly

Posted: Fri Jun 17, 2016 8:56 pm
by Serhii Kulibaba

No, it is impossible. Please add that CSS to the custom CSS file (Create new-CSS)


How to add tagged code without modifying the source directly

Posted: Fri Jun 17, 2016 9:08 pm
by Adam Skalenakis

Does the formatting for code within the < style tag need to change when it's placed in the css file? I've tried just copying it over but it didn't seem to work properly.


How to add tagged code without modifying the source directly

Posted: Sun Jun 19, 2016 3:46 pm
by Illya Stepanov

The CSS has slightly different syntax, you will need to modify the style tag declarations to a valid CSS declaration.