O
OccasionalFlyer
I am constructing a web page that is bibliography of recent
publications of members of my scholarly organization. I decided the
best way to do this (I'm open to alternatives) was to make a table
with no visible border for each person (I want it to look more like a
bibliography and less like a web page in this case, if you know what I
mean. I thought that simply putting an entry, title, publisher
location, publisher, date, into a TD would get me an entry in which
every line would start in the same column. Instead, the first line is
indented. I can fix this if I use <p> but that put unwanted blank
lines in. I've tried align="left" on both the tr and the td. In the
code below, it is the fourth <tr>(which starts with "The Extent") that
shows the problem at this URL: http://www.ibr-bbr.org/IBR_Member_Publications.aspx
<table width="100%" cellpadding="5" cellspacing="0">
<tr align="left" valign="top" style="border-color: black; border-
size: medium;">
<td style="font-family: Arial; font-size: 100%;">
Allen, David L.
<td>
</tr>
<tr align="left" valign="top" style="text-indent: 15px;">
<td align="left" style"font-family: Arial; font-size: 100%;">
<i>Hebrews</i>. New American Commentary 35. Nashville:
Broadman & Holman, 2010.
</td>
</tr>
<tr align="left" valign="top" style="text-indent: 15px;" >
<td style="font-family: Arial; font-size: 100%;">
<i>The Authorship of Hebrews: The Case for Luke</i>. Nashville:
B&H Academic, 2010.
</td>
</tr>
<tr valign="top" style="text-indent: 15px;" >
<td align="left" style="font-family: Arial; font-size:
100%;">
“The Extent of the Atonement: Limited or Universal?” in
<i>Whosoever Will: A Biblical and Theological Critique of Five-Point
Calvinism</i>. Eds. David L. Allen and Steve
Lemke. Nashville: B&H Academic 2010.
</td>
</tr>
<tr align="left" valign="top" style="text-indent: 15px;" >
<td style="font-family: Arial; font-size: 100%;">
“The Method of Text-Driven Preaching” in <i>Text-Driven Preaching:
God’s Word at
the Heart of Every Sermon</i>. Eds. Danny Akin, David L. Allen, Ned
Matthews. B&H Academic, July 2010.
</td>
</tr>
<tr align="left" valign="top" style="text-indent: 15px;" >
<td style="font-family: Arial; font-size: 100%;">
“Preaching for a Great Commission Resurgence,” <i>Toward a Great
Commission<BR/>
Resurgence: Fulfilling God’s Mandate in Our Time</i>.
Eds. Chuck Lawless <BR/>
and Adam Greenway. Nashville: B&H Academic, 2010. </
span>
</td>
</tr>
I really want a solution that does not require adding <BR/> and
over and over to get what I want, as there are over 500 of these
things I have to do. Thanks.
Ken
publications of members of my scholarly organization. I decided the
best way to do this (I'm open to alternatives) was to make a table
with no visible border for each person (I want it to look more like a
bibliography and less like a web page in this case, if you know what I
mean. I thought that simply putting an entry, title, publisher
location, publisher, date, into a TD would get me an entry in which
every line would start in the same column. Instead, the first line is
indented. I can fix this if I use <p> but that put unwanted blank
lines in. I've tried align="left" on both the tr and the td. In the
code below, it is the fourth <tr>(which starts with "The Extent") that
shows the problem at this URL: http://www.ibr-bbr.org/IBR_Member_Publications.aspx
<table width="100%" cellpadding="5" cellspacing="0">
<tr align="left" valign="top" style="border-color: black; border-
size: medium;">
<td style="font-family: Arial; font-size: 100%;">
Allen, David L.
<td>
</tr>
<tr align="left" valign="top" style="text-indent: 15px;">
<td align="left" style"font-family: Arial; font-size: 100%;">
<i>Hebrews</i>. New American Commentary 35. Nashville:
Broadman & Holman, 2010.
</td>
</tr>
<tr align="left" valign="top" style="text-indent: 15px;" >
<td style="font-family: Arial; font-size: 100%;">
<i>The Authorship of Hebrews: The Case for Luke</i>. Nashville:
B&H Academic, 2010.
</td>
</tr>
<tr valign="top" style="text-indent: 15px;" >
<td align="left" style="font-family: Arial; font-size:
100%;">
“The Extent of the Atonement: Limited or Universal?” in
<i>Whosoever Will: A Biblical and Theological Critique of Five-Point
Calvinism</i>. Eds. David L. Allen and Steve
Lemke. Nashville: B&H Academic 2010.
</td>
</tr>
<tr align="left" valign="top" style="text-indent: 15px;" >
<td style="font-family: Arial; font-size: 100%;">
“The Method of Text-Driven Preaching” in <i>Text-Driven Preaching:
God’s Word at
the Heart of Every Sermon</i>. Eds. Danny Akin, David L. Allen, Ned
Matthews. B&H Academic, July 2010.
</td>
</tr>
<tr align="left" valign="top" style="text-indent: 15px;" >
<td style="font-family: Arial; font-size: 100%;">
“Preaching for a Great Commission Resurgence,” <i>Toward a Great
Commission<BR/>
Resurgence: Fulfilling God’s Mandate in Our Time</i>.
Eds. Chuck Lawless <BR/>
and Adam Greenway. Nashville: B&H Academic, 2010. </
span>
</td>
</tr>
I really want a solution that does not require adding <BR/> and
over and over to get what I want, as there are over 500 of these
things I have to do. Thanks.
Ken