Deprecated-Unsupported/Web App Projects/Weekday-Google-Calendar/calendar-type-1.txt

22 lines
439 B
Plaintext

<!-- COPY THIS INTO STYLE TAG IN HEAD--->
.cal-container {
display: block;
float: left;
height: 400;
width: 40%;
overflow: hidden;
}
<!-- COPY THIS TO BODY TAG -->
<div class="cal-container">
<iframe width="142%"
height="400"
style="margin-left: -0.45em; border-width: 0;"
frameborder="0"
scrolling="no"
src="">
</iframe>
</div>