Hy Sherry! The problem can be located in line 161 .. 166 (I saved the file from IE 5.5), where you define some colspans (you use 3 columns for the picture and only one for the text). If you change to
161 <TR vAlign=top> 162 <TD colSpan=1 width=200> 163 <DIV align=left><IMG height=161 src="Board and Staff of Merrmack County Conservation District (t)-Dateien/Board02.jpg" width=200></DIV></TD> 164 <TD colSpan=3 width=159> and set the border to 1 (to controll the output) you will see what I mean. For the moment I do not really have a solution, but as you use a lot of nestet tables try to create for every picture its own tabe and avoid the "colspans" (That means you have to restructure the Tabel on your page. Another idea: Did you ever try to integrate CSS (you should not use the <font> tags on yous side ... - and you should not trust DW) If you are interested in some more information I'm up for the next 3 hours. Peter > -----Ursprungliche Nachricht----- > Von: sherry young [mailto:sherry@;newww.com] > Gesendet: Samstag, 2. November 2002 20:00 > An: [EMAIL PROTECTED] > Betreff: [wdvltalk] Table question... > > > Dear Everyone, > I feel incredibly rude busting in like this with my usual > load of questions. I've been taking a > prolonged break from web maintenance and now must resume my > duties. As usual, I don't know what I'm > doing. As usual, I'm kind of crashing ahead and just doing > it, messing it up and fixing as I figure > stuff out. > > My latest problem involves putting images on a page. I > thought I had the hang of it, but I'm adding > pictures that require captions and getting the captions to > sit nicely next to the pictures is a lot > harder than I expected. Here's the messed up page: > <http://www.merrimackccd.org/test/boardstafftest.html> > > I'd like most of the captions to be to the right of the pix. > Ha! Also, the width of the table seems > to have shrunk somehow since I've fiddled with it. I'm tired > right now and should stop before I make > things worse. > > The positioning of the captions is a real problem to me. I'd > appreciate any suggestions any of you > have. I feel rather pleased with myself at having figured out > a way (setting up a secret file and > uploading it to the site) you can all view the page and get > under the hood to see the code. The fact > I'm pleased with such an elementary move will probably tell > those of you who don't know me volumes > about my lack of training and expertise. Sigh. > > Thank you in advance. It's nice to be back amongst you all. > I've actually been swilling down great > quantities of beer on the social list for several weeks, > drumming up the nerve to get back into > WebLand. > > Sherry from NH > > > ____ The WDVL Discussion List from WDVL.COM ____ > To Join wdvltalk, Send An Email To: > mailto:wdvltalk-join@;lists.wdvl.com > Send Your Posts To: [EMAIL PROTECTED] > 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.unsub%% > ____ � The WDVL Discussion List from WDVL.COM � ____ To Join wdvltalk, Send An Email To: mailto:wdvltalk-join@;lists.wdvl.com Send Your Posts To: [EMAIL PROTECTED] 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]
