Thanks for responding, but
Code:
[cb:if cb_rank="Recruit"]<img src="[cb:config param="live_site" /]/images/recruit.png" alt="Recruit"/>[/cb:if]
[cb:if cb_rank="Private"]<img src="[cb:config param="live_site" /]/mages/pvt.png" alt="Private"/>[/cb:if]
[cb:if cb_rank="Corporal"]<img src="[cb:config param="live_site" /]/images/Cprl.png" alt="Corporal"/>[/cb:if]
[cb:if cb_rank="Sergeant"]<img src="[cb:config param="live_site" /]/images/Sgt.png" alt="Sergeant"/>[/cb:if]
[cb:if cb_rank="Master Sergeant"]<img src="[cb:config param="live_site" /]/images/Master Sgt.png" alt="Master Sergeant"/>[/cb:if]
[cb:if cb_rank="Lieutenant"]<img src="[cb:config param="live_site" /]/images/LT.png" alt="Lieutenant"/>[/cb:if]
[cb:if cb_rank="Captain"]<img src="[cb:config param="live_site" /]/images/captain.png" alt="Captain"/>[/cb:if]
[cb:if cb_rank="Council"]<img src="[cb:config param="live_site" /]/images/council.png" alt="Council"/>[/cb:if]
Doesn't work either...
Odd thing, I've done this for something else, and it worked fine. I don't even get the alt text in the field.
Even odder still, checking with firebug reveals this:
Code:
<td class="titleCell">
<label id="cblabcbfv_89" for="cbfv_89">Rank Pic:</label>
</td>
<td id="cbfv_89" class="fieldCell"> </td>
Which seems to indicate CB is just ignoring the code there because the forum rank and pic show up with this code:
Code:
<td class="titleCell">
<label id="cblabcbfv_23" for="cbfv_23">Forum Ranking:</label>
</td>
<td id="cbfv_23" class="fieldCell">
Overlord
<br>
<img border="0" alt="Overlord" src="http://dogs-o-war.com/components/com_kunena/template/default/images/ranks/dow forum administrator medal custom.png">
</td>
and I would expect something similar here.