[ List Archives Home ] [ Thread index for 2008 ]
[ Date index for 2008 ]
[ Author index for 2008 ]
[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
On Sun, 11 May 2008 12:07:28 -0500
deb bergeron <bergeron at macalester dot edu> wrote:
Bob--Thanks!
A couple other questions:
* 1st line of the detail doesn't line up with the rest of the table
Your briefcit.html code is invalid, which is probably causing this problem
as
well as contributing to others. A tr can't hold a table element.
I changed the table elements to td. But I still have the same problem.
Any ideas?
The HTML in briefcit.html needs to be valid HTML in order for any expectations
of browser behavior to be realized. The beginning of your staging briefcit
still looks like this:
<tr class="briefCitRow">
<table width="100%" align="center" border="1">
<tr class="browsePager">
<td align="center" class="browsePager" colspan="5"></td>
</tr>
<tr>
<td align="center" valign="top" width="3%" class="briefcitResultInfo">
Not only do you have a table in a tr, but you have an empty tr with the class
"browsePager" stuck in there, plus there's a td with another td in it a bit
farther down the page. And the end of your file looks like this:
</td>
</tr>
</table>
The briefcit file is code for a table row, which means it needs to start with:
<tr>
<td>
...and it needs to end with the closing tags for those opening tags:
</td>
</tr>
...and what comes in between should be properly formed HTML.
Bob Duncan
~!~!~!~!~!~!~!~!~!~!~!~!~
Robert E. Duncan
Systems Librarian
David Bishop Skillman Library
Lafayette College
Easton, PA 18042
duncanr at lafayette dot edu
http://www.library.lafayette.edu/