It looks like your HTML elements are not properly nested, e.g.,
<tr>
<td>
<div ex:if-exists=".Audio">Free Audio File:
</td>
<td>
<a ex:href-content=".Audio" target="new">
<span ex:content=".MajorWorks"></span>
</a>
</div>
</td>
</tr>
The <div> element starts in the first <td> but ends (</div>) in the
second <td>. In HTML you should always make sure that each element
starts and ends within the same parent element. Try:
<tr ex:if-exists=".Audio">
<td>
Free Audio File:
</td>
<td>
<a ex:href-content=".Audio" target="new">
<span ex:content=".MajorWorks"></span>
</a>
</td>
</tr>
Try to keep your HTML code properly indented so you can visually spot
those mistakes. Use a decent text editor, such as one listed here:
http://simile.mit.edu/wiki/Exhibit/Tools
Cheers,
David
Chad C wrote:
> By the way, the new Timeline layout works great! I still have too
> much information but it certainly does lay out nicer. You guys are
> awesome!
>
> Anyway, I am not sure if this is a bug in the Exhibit code or if it is
> my own fault:
>
> I noticed that in three different places in my tile view (using
> Exhibit 2.0) that when I have built a table with multiple rows, cell
> "B1" always winds up empty even though there is supposed to be text in
> it. The other cells above, below, and to its right all display their
> contents correctly, but B2 is occasionally empty. This occurs in two
> completely different nested tables, which makes me think it might be a
> bug in the software rather than in my HTML.
>
> Go to http://www.musicedmagic.com/Exhibit/composersv22.html
>
> and from the top right box select only Chopin and Bach. In Johann
> Sebastians tile look under the words "Free Audio File." In CPE Bach's
> tile look above where it says "Free Music Scores." In Chopin's look
> in the second set of reference materials (under " The World's Great
> Men of Music"). Sorry for the sloppy HTML code. When I tinker I
> don't normally take the time to clean up things till the end.
>
>
> Am I right that it is a bug or am I doing something wrong in all three
> places?
>
> --
> Chad Criswell
> http://www.musicedmagic.com
> http://computeraccessories.suite101.com
> <http://computeraccessories.suite101.com>
> ------------------------------------------------------------------------
>
> _______________________________________________
> General mailing list
> [email protected]
> http://simile.mit.edu/mailman/listinfo/general
>
_______________________________________________
General mailing list
[email protected]
http://simile.mit.edu/mailman/listinfo/general