Posted by Lenn-art on July 2, 2007 at 1:12pm
Jump to:
| Project: | Logo Tool |
| Version: | master |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
What a great tool! I was looking for a way to add a random banner or something to my page! Now its done ... tnx! My site (for example, dutch) www.aangeenbrug.org
First a tip to get the logo on top in the garland theme: http://drupal.org/node/93917 (some css issue's)
However, i can't add a simple border to the image! If i do so, the border is much more wider than the image. Is there any way to add a border exactly around the image?
Comments
#1
Sorry but I don't know... That's not really anything to do with Logotool? I guess (and it really is a guess) that you'd simply go into your themes page.tpl.php file and change the logo output line to something like;
<?php if ($logo) { ?><a href="<?php print $base_path ?>" title="<?php print t('Home') ?>"><img src="<?php print $logo ?>" alt="<?php print t('Home') ?>" border = "5" /></a><?php } ?>Pobster
--------------------------------------------
http://www.justgiving.com/paulmaddern
--------------------------------------------
#2