A
AV
Hi,
I am calling a div class from an external stylesheet. I have 2 nearly
identical ul / li in the DWT below. They are both in the same table cell and
both call <div class="navpro"> However, only the second one (errata) is
actually getting the stylesheet information. The first one (datasheet
archives) is not showing the correct <p> and <li> styles from the stylesheet.
In the code below, I open and close the <div> around each list, but if I
just open it before the first list and close it after the second one, the
second list (errata) loses it's proper stylesheet information. Wierd. I
can't imagine why this is happening. Thoughts?
<!-- Datasheet Archives -->
<div class="navpro">
<td valign="top" height="156">
<h4>Datasheet Archives</h4>
<ul>
<li><p><!-- #BeginEditable "Datasheet%20Archive%20Links" -->Datasheet
Archive Link<!-- #EndEditable --></p></li>
</ul>
</div>
<br>
<!-- Errata -->
<div class="navpro">
<h4>Errata</h4>
<ul>
<li><p><!-- #BeginEditable "Errata%20Links" -->Errata ID# Link<!--
#EndEditable --></p></li>
</ul>
</td>
</div>
</tr>
I am calling a div class from an external stylesheet. I have 2 nearly
identical ul / li in the DWT below. They are both in the same table cell and
both call <div class="navpro"> However, only the second one (errata) is
actually getting the stylesheet information. The first one (datasheet
archives) is not showing the correct <p> and <li> styles from the stylesheet.
In the code below, I open and close the <div> around each list, but if I
just open it before the first list and close it after the second one, the
second list (errata) loses it's proper stylesheet information. Wierd. I
can't imagine why this is happening. Thoughts?
<!-- Datasheet Archives -->
<div class="navpro">
<td valign="top" height="156">
<h4>Datasheet Archives</h4>
<ul>
<li><p><!-- #BeginEditable "Datasheet%20Archive%20Links" -->Datasheet
Archive Link<!-- #EndEditable --></p></li>
</ul>
</div>
<br>
<!-- Errata -->
<div class="navpro">
<h4>Errata</h4>
<ul>
<li><p><!-- #BeginEditable "Errata%20Links" -->Errata ID# Link<!--
#EndEditable --></p></li>
</ul>
</td>
</div>
</tr>