How can I trigger a different CSS element by detecting the User profile SEX ? I want to use a PINK color for female and a blue color for male.
IF UserProfileSex == "MALE"
echo "background-color:..."
Else
echo "background-color:..."
Thank you
How can I trigger a different CSS element by detecting the User profile SEX ? I want to use a PINK color for female and a blue color for male.
IF UserProfileSex == "MALE" echo "background-color:..." Else echo "background-color:..."
Thank you |
Im also interested in doing this. Anyone? My signature can beat up your signature! |