You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I viewed the exported HTML, I found that I needed the following CSS to make it readable:
img {
max-width:100%;
}
pre {
outline:1px black solid;
padding:1em;
overflow: auto;
}
I then attempted to create a new copy of the HTML with the CSS placed inside the custom
HTML:
<!DOCTYPE html><html><head><title>
Javascript for Web Designers -- Matt Marquis -- A Book Apart
</title><style>
<insert CSS from above here></style></head></html>
I regenerated the HTML and ended with the original title (not the one in the custom HTML)
and no style/css in the head.
Also when I:
saved the Readlist to json,
deleted the readlist and
reloaded the readlist from the json file I had saved
the custom html was not saved.
Am I doing something wrong?
The info dropdown identifies the version of readlists as 4dcaefb.
The text was updated successfully, but these errors were encountered:
I was testing out a copy of https://javascript-for-web-designers.abookapart.com.
When I viewed the exported HTML, I found that I needed the following CSS to make it readable:
I then attempted to create a new copy of the HTML with the CSS placed inside the custom
HTML:
I regenerated the HTML and ended with the original title (not the one in the custom HTML)
and no style/css in the head.
Also when I:
the custom html was not saved.
Am I doing something wrong?
The info dropdown identifies the version of readlists as 4dcaefb.
The text was updated successfully, but these errors were encountered: