On 21 Jan 2003 at 8:24, David Han wrote: > The problem is that this site uses a graphical navigation bar at the > top for the different sports sections and the graphics don't show up in > plucker even if I have graphics turned on in plucker-desktop. I just > get a bunch of "[img]" tags, where the navigation bar links work, but > they don't say where they lead to. The site's content text shows up > correctly.
Hi David, It is likely because you are using a stayonhost or stayondomain filter. If you look at the locations of the images in your desktop browser, you can see they are being served from a different server, for example on of them is from: http://sportsmed.starwave.com/i/wireless/pocket/nav_rpm.gif To get the images, but still prevent going accidentally going offsite into big HTML pages, you need to set up an exclusion list. For example: First exclude everything with low priority: .* Then include the HTML pages with a high priority: http://wirelessproxy.espn.go.* Then include the starwave.com images with a high priority: http://sportsmed.starwave.com/i/.* Hope that is helpful to you. Best wishes, Robert _______________________________________________ plucker-list mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-list

