Blogger - Open In New Tab

This allows for escaping out of an iframe. It must go into the HTML. It works after the <body> tag.

Individual Pages in Blogger

I am trying to make one page different and was availing myself of the help provided at the Blogger Help forum, at the multiple static pages conditional tags thread.The code I pasted in the theme HTML was:

box-sizing breaks svg

I was looking up some things and wound up at W3Schools where it was suggested to put this at the top of the CSS (minus the comment):

Changes Made to Blogger CSS

What I have for the Links weblog at the top of the style rules in Blogger theme HTML:

Code for Blogger Theme to Change Inside Pages

I was able to get an inside page to appear with no header or share button by putting this line in the theme HTML, just after the <body> tag, with the other lines similar:

Formatting Posts

HTML <p>This is a simple HTML code </p>

Clearing White Space Around Header

#header{margin-top:-30px; margin-bottom:-10px;}body.item-view #header{margin-top:0; margin-bottom:0;} 
Goes in Add CSS in theme customize dropdown. First line covers the front page. Second line is to preserve the inside pages.