Recent Topics

1 Jan 31, 2006 03:43    

On my blog right side menu, there is a list of the sites on my linkbog. The post icon image shows up there in a reduced size. I put in a custom image but its so small you can't see it. Where are the settings that control the size of the image as it appears in the linkblog???

To see what I mean
http://www.allthingscrabby.com

2 Jan 31, 2006 15:18

Here's the code for that image:

<a href="http://www.allthingscrabby.com/blog_roll.php?p=319&amp;more=1&amp;c=1&amp;tb=1&amp;pb=1" title="Permanent link to full entry"><img src="img/icon_minipost.gif" alt="Permalink" width="12" height="9" class="middle" /></a>


The width and height are defined to be small. Change that if you want the image to be bigger.

3 Feb 06, 2006 01:28

What file did you find that in? I don't see it in the _main.php or several others that I checked.

4 Feb 06, 2006 02:33

It's in /skins/_linkblog.php . There's a smaller _linkblog.php in each specific skin folder, which just includes the real linkblog file after setting some parameters. If you want one skin to do the linkblog very differently, then you can copy the main linkblog file into that skin folder, replacing the smaller one, then make your changes there.

5 Feb 07, 2006 00:24

Hmm... I must be missing something because I can't find any similiar code in any of the linkblog files. :-/


Form is loading...