Posted by brazorf on October 15, 2009 at 2:38pm
Jump to:
| Project: | Flickr |
| Version: | 6.x-1.1 |
| Component: | flickr_block |
| Category: | feature request |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
This is a very minor issue.
I find that link to images coming from module blocks are hard to html/css manipulating, because of their low wrapping level.
They actually come out with a simple
structure.
Wouldn't something like
do a better job ?
I have already done this work on my local module source copy, but since im kinda noob in drupal community i dont know how/if should i submit this 'patch'.
Comments
#1
Sorry can't edit issue text.
I meant:
They actually come out with a simple structure:
<a><img/></a>Wouldn't something like
<div id='anyid' class='anyclass'><a><img/></a></div>do a better job ?