Log in

View Full Version : Image Location in Modified Usertitle


Gooses
11-14-2006, 11:41 AM
In reference to this (https://vborg.vbsupport.ru/showthread.php?t=131046) thead.

So, I made the modification to the template code as was described to me in the above mentioned thread. However, some of my users have small images as their usertitle. The problem that arises then is that the image is positioned in such a fashion:

texthttps://vborg.vbsupport.ru/images/smoothblue/top_logo.gif

In other words, the image goes up farther than the text, which makes sense, but I don't want it to do that. The best possible scenario would be that the height of the image were somehow centered on the text as such:

https://vborg.vbsupport.ru/external/2006/11/4.png

Any ideas on how I could accomplish this?

murrtex
11-14-2006, 12:32 PM
<img class="inlineimg" src="images/icons/icon$mod_options[portal_rss_iconid].gif" alt="" />

use class="inlineimg" ;)