Dan Muey wrote: > > > The script you sent me does get the imagses, mine doesn't so I screwed up > somewhere along the way. I'll take your original and modify it one step at > a time to narrow down what I did wrong. > > I'll post back when I get it right so that hopefully someone can learn > from my dumbness.
that's not dumbness. > >> my $text = $p->get_trimmed_text("/a"); you didn't screw anything up. your problem is this line. it eats up the text between the <a> and </a> link which isn't really a text, it's <img> instead. so your <img> tag "disappeared" after this line. if you remove it, you will see it show up. david -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]