Adam Skalenakis
Posts: 0
Joined: Fri Oct 24, 2014 11:56 pm

How to add tagged code without modifying the source directly

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 )

Adam Skalenakis
Posts: 0
Joined: Fri Oct 24, 2014 11:56 pm

How to add tagged code without modifying the source directly

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 )

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

How to add tagged code without modifying the source directly

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

Adam Skalenakis
Posts: 0
Joined: Fri Oct 24, 2014 11:56 pm

How to add tagged code without modifying the source directly

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.

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

How to add tagged code without modifying the source directly

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

Return to “Issues”