Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
text .t -tabs {0.5i 1.25i}
pack .t
.t insert end "1:\tCA\tSan Francisco\n"
.t insert end "2:\tOR\tPortland\n"
.t configure -tabs {2c left 4c 6c center}
.t tag configure three-column -tabs {1i 2i}
.t tag configure four-column -tabs {0.75i 1.5i 2.25i}
.t insert end "One\tTwo\tThree\n" three-column
.t insert end "One\tTwo\tThree\tFour\n" four-column