D
DL
so that on upon mouseover the "link" shows a hand like the behavior
over an HREF link?
The following is the current code set.
<span style="line-height: 15px; " onclick="if
(document.getElementById('org').style.display=='none')
{document.getElementById('org').style.display='inline'}
else{document.getElementById('org').style.display='none'}">
<font color="#00a700"><b>Smart Note Taking</b> (click here)</font></
span>
<div id="org" style="display:none"><p><br/>
+ This note-taking tool provides three fields for taking a note,
namely, <b>subject</b>, <b>tag (key concept)</b> and <b>notes</b>.
Hence, it provides a simple platform for linking notes to subject
matter, and the tag highlights critical matter at hand.</p>
<p><br/><br/>End result: it lays down a good foundation for subsequent
review.
</p>
</div>
Many thanks.
over an HREF link?
The following is the current code set.
<span style="line-height: 15px; " onclick="if
(document.getElementById('org').style.display=='none')
{document.getElementById('org').style.display='inline'}
else{document.getElementById('org').style.display='none'}">
<font color="#00a700"><b>Smart Note Taking</b> (click here)</font></
span>
<div id="org" style="display:none"><p><br/>
+ This note-taking tool provides three fields for taking a note,
namely, <b>subject</b>, <b>tag (key concept)</b> and <b>notes</b>.
Hence, it provides a simple platform for linking notes to subject
matter, and the tag highlights critical matter at hand.</p>
<p><br/><br/>End result: it lays down a good foundation for subsequent
review.
</p>
</div>
Many thanks.