Quote:
Originally Posted by MajorFm.com
ok all works fine, however, wherever i put the code, i get a massive space above the mood and below the mood... this is probably because there is so much code in that area, is there any way round this?
Please advise..
|
Remove the first and the last <br /> from your postbit or postbit legacy
<!-- Mood Hack Start -->
<br />
<if condition="$post[mood] == 1">
<br>
<div class="smallfont">Current Mood: <img src="./images/mood/Aggressive.gif" alt="Aggressive"></div>
</if>
<if condition="$post[mood] == 2">
<br>
<div class="smallfont">Current Mood: <img src="./images/mood/Amazed.gif" alt="Amazed"></div>
</if>
......................
<if condition="$post[mood] == 40">
<br>
<div class="smallfont">Current Mood: <img src="./images/mood/Tired.gif" alt="Tired"></div>
</if>
<br />
<!-- Mood Hack End -->