|
A. Basic entry. (Table border below for illustration
only.) See
sample output. Note that class "tomb" is left aligned at 14px,
while class
"descr" is justified & 12px.
1) Place each entry in an independent table, e.g.,
<table width="630" border="0" align="center" cellpadding="5" cellspacing="0">
2) Don't specify column widths
3) Insert period if not already present after
Author, Title, Date
[IMG]
|
[Tombstone] <p
class="tomb"><strong>[Item
Number]. [Author]. [Title].</strong> [Location
/ Origin], [Date]. [Phys.
Desc.] [n-dash, –] <em>[Repository],
[Collection], [Provenance]</em>
[Description] <p
class="descr"> xxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxx xxxxxxxxxxxxxx xxxxxxxxxxxxxxx
xxxxxxxxxxxxx xxxxxxxxxx </p>
|
[colspan=2]
<hr width="90%" size="1" noshade>
|
B. Multiple Image Entry. See
sample output.
[IMG 1]
<br>
<br>
<br>
[IMG 2]
<br>
<br>
<br>
[IMG 3]
<br>
<br>
<br>
|
[Tombstones]
<p class="tomb"><strong>[Item
Number]. [Author]. [Title].</strong> [Location
/ Origin], [Date]. [Phys. Desc.] [n-dash, –] <em>[Repository],
[Collection]</em></p>
<p class="tomb"><strong>[Item
Number]. [Author]. [Title].</strong> [Location
/ Origin], [Date]. [Phys. Desc.] [n-dash, –] <em>[Repository],
[Collection]</em></p>
<p class="tomb"><strong>[Item
Number]. [Author]. [Title].</strong> [Location
/ Origin], [Date]. [Phys. Desc.] [n-dash, –] <em>[Repository],
[Collection]</em></p>
[Description] < p
class="descr">xxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxx xxxxxxxxxxxxxx xxxxxxxxxxxxxxx
xxxxxxxxxxxxx xxxxxxxxxx </p>
|
[colspan=2]
<hr width="90%" size="1" noshade>
|
C. Page Navigation: top
<table width="630" border="0" align="center" cellpadding="1" cellspacing="0">
<tr valign="bottom">
<td width="40" height="50" align="left">
<h4><a
href="long_topic1.html">Previous</a></h4>
</td>
<td width="560" height="50" align="center">
<h1>2.
East Asian
Collections</h1>
</td>
<td width="40" height="50" align="right">
<h4><a
href=" long_topic3.html">Next</a></h4>
</td>
</tr>
<tr>
<td colspan="3">
<hr size="1" noshade>
</td>
</tr>
</table>
B. Page Navigation: bottom
<table width="630" border="0" align="center" cellpadding="1" cellspacing="0">
<tr valign="top">
<td width="40" height="50" align="left">
<h4><a
href=" long_topic1.html">Previous</a></h4>
</td>
<td width="560" height="50" align="center">
</td>
<td width="40" height="50" align="right">
<h4><a
href=" long_topic3.html">Next</a></h4>
</td>
</tr>
</table>
|