How to Add Html Style Tag Inside Another Html Tag?

For example adding html “style” tag inside the html “head” tag of index.html file. I do not see insert “style” tag available in the tree drop down.

<head>
<style>
  p: {width:400px}
</style>
<head>

Hi @xayaraj - For any of the head elements (except bringing a stylesheet in) you have to edit the html directly. Click the code icon at the top of the screen to bring the page up in the editor. Then add your style tags and styles.
image
While you can do this, Pinegrow makes using an external stylesheet much easier and quicker. Unless you only have a small number of rules, I don’t think add styling this way is a great way to go.

1 Like