Jump to content

ondrejaanicka

+Premium Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by ondrejaanicka

  1. attribute title works for img tag, but not for area. the tag area is listed in Valid HTML Tags list and also those attributes title and alt are in valid attributes list for area. those attributes are not completely removed from the listing, as i can found them when re-editing the listing. it is removed only when displaying the result listing to the user
  2. in the cache listing, area tag is supported, as well as title and alt attribute for that tag. if i use it, it will be stored, and when editing the listing later, it is there. but when viewing the listing page, the html code is without the title or alt written html: <img src="someimage.jpg" usemap="#somemapname" /> <map name="somemapname"> <area shape="rect" coords="100,10,200,90" href="somelink" title="myTitle" alt="myTitle" /> </map> when observing cache page: <img src="someimage.jpg" usemap="#somemapname" /> <map name="somemapname"> <area shape="rect" coords="127,10,222,92" href="somelink"/> </map> the link works as expected, just the title/alt is missing
  3. Users with corrected coordinates of a cache should recieve a notification when the final coordinates of that cache is changed (if they did not find the cache yet). It is easy to miss such listing updates and it could easily result in searching at the wrong place.
  4. default value for 'results per page' is 20, but after opening the bookmark, much more caches are displayed (as much as possible = up to 91). but the number of pages works as if only 20 caches are displayed. the other problem is, that even if i choose 200 caches per page, i never get more then 91 caches displayed. again, number of pages works as if 200 caches are displayed per page.
×
×
  • Create New...