The Code
When you're done adding books to your list, go back to the control
panel and the code will be right there for you to cut and paste into
your site. It'll look something like this (of course, instead of
having erik in the filename, it'll have your
username):
<style type="text/css">
<!--
.ac_image {}
.ac_link {}
.ac_image_tag {}
.ac_title {}
.ac_author {}
.ac_comment {}
.ac_logo {}
-->
</style>
<script language="javascript" type="text/javascript"
src="http://www.allconsuming.net/xml/users/currently_reading.erik.js"></
script>
Everything up to and including the </style>
tag is optional—if you don't include it, your list will adopt
the standard stylesheet for your web site. This small stylesheet
includes classes that you can use to modify the look of your
Currently Reading book list. For example, if you want the titles of
the books to be bold, modify the .ac_title line to
look like this:
.ac_title { font-weight: bold; }
If you have some knowledge on how to manipulate stylesheets, you can
also add a border to the box, change the font, or even remove the
cover images if you prefer to have only a text list.