Could it be possible to make the gravatar-icon show up in its own div that is possitioned more or less as today, but without all the whitespace.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | gravatar_float-right.png | 46.41 KB | Narno |
| screenshot.png | 86.76 KB | lomz |
Could it be possible to make the gravatar-icon show up in its own div that is possitioned more or less as today, but without all the whitespace.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | gravatar_float-right.png | 46.41 KB | Narno |
| screenshot.png | 86.76 KB | lomz |
Comments
Comment #1
Narno commentedThis is not necessary because Gravatar use Drupal theme function to display picture : you can use it in your own template (see http://api.drupal.org/api/file/modules/user/user-picture.tpl.php/6/source).
In the case of your site vindstille.net, you must to :
- apply
float:right;to picture class- disable
clear:both;in comment classalles klar ? :-)
Comment #2
lomz commentedAlles klar.