Quote:
Originally Posted by Fibe
How ?
And many thanks, great hack !
|
If you want a spacer between your Text and the Forum Icon, you need to add a little HTML right after the code <img scr="http://www.yoursite.com/forums/images/homeicon/intros.gif" align="left"> in the Category Icon by this : <img src="spacer.gif" width="7" height="60" align="left">
Notice : try to reduce the icon image path length, something like <img src="images/homeicon/intros.gif" align="left"><img src="spacer.gif" width="7" height="60" align="left">, so it will be able to fit in the Category Icon Field , adjust the height of the spacer with the length of your forum description so all the text will be seperated with the icon. You don't need the spacer image .
Good luck