Author |
Topic  |
|
Andy Humm
Average Member
  
United Kingdom
908 Posts |
Posted - 18 February 2007 : 13:14:50
|
I have set the Logo_Poweredby.gif image to show in the Admin Config and all I get is a compressed image in the bottom right side of the page. The actual image size is width 142 and height 23. I have looked at the code of the default page from view source and there appears to be some size parameters included <td align="right"><font face="Verdana, Arial, Helvetica" size="1"><a href="http://forum.snitz.com/forum/" target="_blank" tabindex="-1"><acronym title="Powered By: Snitz Forums 2000 Version 3.4.06"><img src="logo_powered_by.gif" width="15" height="15" border="0" alt="Powered By: Snitz Forums 2000 Version 3.4.06" title="Powered By: Snitz Forums 2000 Version 3.4.06" /></acronym></a></font></td>
However, there doesn't appear to be any sizing settings in the inc_footer.asp '## START - REMOVAL, MODIFICATION OR CIRCUMVENTING THIS CODE WILL VIOLATE THE SNITZ FORUMS 2000 LICENSE AGREEMENT Response.Write "<a href=""http://forum.snitz.com/forum/"" target=""_blank"" tabindex=""-1""><acronym title=""Powered By: " & strVersion & """>" if strShowImagePoweredBy = "1" then Response.Write getCurrentIcon("logo_powered_by.gif||","Powered By: " & strVersion,"") else Response.Write "Snitz Forums 2000" end if Response.Write "</acronym></a></font></td>" & vbNewline '## END - REMOVAL, MODIFICATION OR CIRCUMVENTING THIS CODE WILL VIOLATE THE SNITZ FORUMS 2000 LICENSE AGREEMENT
I am stuck to find where the sizing is coming from. My website is under profile cool link - Any help would be appreciated |
Edited by - Andy Humm on 18 February 2007 13:16:45 |
|
pdrg
Support Moderator
    
United Kingdom
2897 Posts |
Posted - 18 February 2007 : 14:23:42
|
Just to check - have you added any new code or mods to your site? |
 |
|
HuwR
Forum Admin
    
United Kingdom
20600 Posts |
Posted - 18 February 2007 : 14:44:13
|
could you maybe provide us alink so that we can have a look |
 |
|
thermal_seeker
Junior Member
 
United Kingdom
430 Posts |
Posted - 18 February 2007 : 15:19:50
|
If you remember Huw, we had the exact same problem on my forum. I sent you all the required files and you were unable to find the problem.
Dave |
No good at coding, but I can plough a field !! |
 |
|
Andy Humm
Average Member
  
United Kingdom
908 Posts |
Posted - 18 February 2007 : 15:55:05
|
Mods have been added but it worked okay. I think the only recent mod was SearchLog but I cannot recall if this mod affected the image. It was only recently I noticed. Link in Profile - Cool Link |
Edited by - Andy Humm on 18 February 2007 15:56:02 |
 |
|
Andy Humm
Average Member
  
United Kingdom
908 Posts |
Posted - 18 February 2007 : 16:04:56
|
If you look at the properties of the logo image (rh click)on the default.asp the dimensions are 15 x 15. But the actual image sizing is 142 x 23. I have uploaded another image file with larger dims and pointed the code to it ie Response.Write getCurrentIcon("newfile.gif||","Powered By: " & strVersion,"") and still the newfile.gif displays as 15x15 dims strange!
|
 |
|
HuwR
Forum Admin
    
United Kingdom
20600 Posts |
Posted - 18 February 2007 : 16:48:48
|
only thing I can thing of is that it is cashing a variable. try the following.
open inc_iconfiles.asp and look for this line tmpicons = split(fIconName,"|")
add the following 2 lines imediately after the above line
fWidth="" fHeight=""
|
 |
|
Andy Humm
Average Member
  
United Kingdom
908 Posts |
Posted - 18 February 2007 : 16:59:10
|
Bravo, thanks very much all works now... |
 |
|
|
Topic  |
|