After more playing, it looks like any 'ol tag  (caption or other) might do 
it, and just add some style to that tag to set it up right.  I plopped it all 
into a parent div  and came up with the following.  (note that if you set 
imagestyle display:block, it will make the caption wrap under the image; otherwise, 
you can set the <img attribute align= to make it appear top, bottom, left, 
right, etc. ).  
<pre>
<--  ====================================================
<style type="text/css">
  body {background-color:black; color:white; font-family:verdana; 
font-size:8pt}
.parentwrapper {border:1px gray dashed;  float:left; text-align:center; }
.imagestyle        {width:100px; height:100px; border:4px red double; }
.captionstyle      {color:yellow; font-weight:bold; border-bottom:4px double 
orange; }
</style>
</head>
<body>
<!-- Parent wrapper for Image and its Caption  -->
<div                         class="parentwrapper"      >
       <img                 class="imagestyle"       src = "any_image.jpg" 
align="top"/>
              <span        class="captionstyle"     >
            This is the image caption text
              </span>
</div>
<!-- End Parent Wrapper for Image and Caption -->
-->
</pre>

____ • The WDVL Discussion List from WDVL.COM • ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
       Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: "set 
WDVLTALK pw=yourpassword" in the body of the email.
To change subscription settings to the wdvltalk digest version:
    http://wdvl.internet.com/WDVL/Forum/#sub

________________  http://www.wdvl.com  _______________________

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to