Male and Female symbols

Ok got code to takeout symbols on profile page...Looks like this.

From:

$sProfileIcon = ($this->aMemberInfo['Sex'] == 'male') ? $sMaleIcon : $sFemaleIcon;

To:

//$sProfileIcon = ($this->aMemberInfo['Sex'] == 'male') ? $sMaleIcon : $sFemaleIcon;

------------

From:

<img src="{$sProfileIcon}" />

To:

<!--<img src="{$sProfileIcon}" />-->

No in internet explorer it looks like this see below and on safari there is a little blue question mark.. It looks fine in firefox,

red x

Now in the activity section we still have the symbols

male female

How do I get these symbols out without a red x box in internet explorer and a blue question mark in safari. And can I fix the profile red x box that I have already changed? There has gotta be a way to do this. Thanks in advance.

Quote · 1 Feb 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.