DO NOT EVER DELETE THIS PAGE OR ITS CONTENTS
USED THROUGHOUT THE SITE AND NEWSLETTER
clear.png —>
https://images.squarespace-cdn.com/content/v1/57c648d7e4fcb5cd8d986a46/090d435b-5016-4e8f-b32b-4e360b8f0a2f/clear.png?format=100w
<div style=”font-weight:bold;”>This is a test of using HTML in a text block</div>
This is a test using HTML in a code block w p tag
Dream it
〰️
Dream it 〰️
tst
To add TSF icon before an #id > div > p line of text, get the selector and plug into copy of js code in Home > Settings > Advanced > Code Injection, which is site-wide
DO NOT EVER DELETE THIS PAGE (Greg)
code to set an anchor in a page. use code block. <url>#<anchorname>
<div id="santafeplayhouse" style="height:0px;padding:0px;margin:0px;"></div>
using h4 heading in a markdown block:
#### This text is in h4
(has bars above/below, and formatting)
Append to an element:
<script>
window.onscroll = scrollShowNav;
function scrollShowNav() {
// var div = document.getElementById('block-126febe67777dbcbc0b4');
var div = document.getElementById('block-126febe67777dbcbc0b4');
div.innerHTML += "";
}
</script>
/* below works well
// sticky nav
div#topNav
{
position: -webkit-sticky; //safari
position: fixed;
top: 0 !important;
width:87% !important;
padding:0 !important;
padding-top:12px !important;
margin:0 !important;
//margin-left:auto !important;
//margin-right:auto !important;
background-color: #ffffee;
border-style:solid;
border-width:1px;
border-color:#ccc;
box-shadow: 2px 2px 2px #999;
}
#topNav > nav > ul
{
//padding:0 !important;
//margin:0 !important;
background-color:#ffffee;
}
// move logo header down below menu
#header {top:46px;}
// remove horiz line from nav
#topNav > nav > div {display:none;}
// add tsf logo to menu
#topNav > nav::before
{
content: url("https://images.squarespace-cdn.com/content/v1/57c648d7e4fcb5cd8d986a46/70a9f7ef-2bb4-41f2-8614-33d7327b4c10/TSF-logo-partial-tiny.png?format=500w");
display:inline-block;
position:relative;
top:2px !important;
//left:110px !important;
padding:0 !important;
margin:0 !important;
}
*/
/*
nav.main-nav
{
padding-top:20px !important;
}
#topNav > nav::before
{
content:url(https://images.squarespace-cdn.com/content/v1/57c648d7e4fcb5cd8d986a46/1647474667857-K7B6TUVV17UZX2637MNF/TheEffect-02.jpg?format=1500w);
}
#topNav > nav > div {display:none;}
*/