I want to add td elements that are hrefs with an image and when
clicked on execute some javascript top popup the image or are another
image or the href image in a popup viewer.  Something like this:

<td class="link">
    <center>
        <a href="./images/n39_1.png" class="popup" onclick="return
popup.expand(this)">
            <img src="./icons/ploticon.gif" alt="plots" border="0"
title="Click to enlarge">
       </a>
    </center>
</td>

Is there are straight forward way to describe these table elements in
reST/Sphinx other than going into raw html mode?

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to sphinx-dev@googlegroups.com.
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en.

Reply via email to