Anne van Kesteren <mail (AT) annevankesteren (DOT) nl> wrote
Quote:
Bob Paterson wrote:
Any suggestions/comments?
Just one: give us a URI ;-) (ok, two: give us example code) |
OK, so I'm a trifle thick at times ... here is an axcerpt from the
page as it's coded with the SSI files:
<table id="content" summary="Sidebar and Main content" width="759"
border="0" cellspacing="0" cellpadding="0">
<tr>
<td id="sidebar" valign="top" width="159" rowspan="2">
<!--#include virtual="/production/ssi/sidebar_ucc.ssi" -->
<!--#include virtual="/production/ssi/features_ucc.ssi" -->
</td>
<td id="pagetitle" width="600">
An excerpt from the SSI file with the code as intended is as follows:
<li><a href="#" onclick="toggle('ms'); return false;" title="Click to
open/close the Mission and Service Fund directory.">M&S Fund</a>
<ul id="ms" style="display:none">
<li><a href="/msfund/home.shtm">M&S Home Page</a></li>
<li><a href="/msfund/givings.shtm">Current Donations</a></li>
<li><a href="/directgiving/home.shtm">Direct Giving</a></li>
<li><a href="/giftplanning/home.shtm">Gift Planning</a></li>
<li><a href="/enthusiasts/home.shtm">M&S Enthusiasts</a></li>
<li><a href="/minutes/home.shtm">Minutes for Mission</a></li>
</ul>
</li>
The page itself may be found at
http://204.50.157.90/ucc/history/home.shtm ... if you do a view
source, you should find the code in question ... with the ampersands
changed ...
Hope this helps,
Thanks