[plt-scheme] copy-paste from scribble html docs to drscheme
Stephen De Gabrielle
spdegabrielle at gmail.com
Sun Oct 5 15:04:18 EDT 2008
Thanks for the tip Grant
It' irks me, but you are probably right, my css attempt is even more
flawed as it puts an asterix before each item,
(my flawed attempt is below)
Cheers,
Stephen
---
<html>
<head>
<style type="text/css">
ul {display:inline-table; }
li {
list-style-type:none;
display:list-item;
background-color:#eee;
border:0px solid;
}
.trailing { vertical-align: bottom; }
</style>
</head>
<body><ul>
<li>(new editor-snip% [<ul><li>[editor editor]</li>
<li>[with-border? with-border?]</li>
<li>[left-margin left-margin]</li>
<li>[top-margin top-margin]</li>
<li>[right-margin right-margin]</li>
<li>[bottom-margin bottom-margin]</li>
</ul>
<span class="trailing">])</span>
</li>
</ul></body>
</html>
More information about the plt-scheme
mailing list