PDA

View Full Version : Multiple Ifs Problem


DrussRob
21 Oct 2007, 17:12
I'm editing my postbit for two conditionals and it seems to get wacky for some reason.



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------




People with sigs and admin access use bgavatar class & rowspan=2
People with sigs and no admin access use alt1 class & rowspan=2
People with no sig and no admin access use class alt1 & rowspan=0

bgavatar css:


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------


at the time of the following screenshot the bg-image was blank 175x350px.


It's trying to work, but for some reason it malforms my (the admins) postbit.

Example:
http://img128.imageshack.us/img128/5452/poojw2.jpg (http://img128.imageshack.us/img128/5452/poojw2.jpg)

Any help or insight would be greatly appreciated. :)

sidenote: I know the bgavatar css does not yet have the code for font color and such as the alt1 does, but it should still show the avatar, name (in black), etc..

Opserty
21 Oct 2007, 17:31
Just looking at your conditional your missing a closing <if> tag.


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

DrussRob
21 Oct 2007, 22:03
omg... I actually did that earlier and realized it and added the closing if in, but in my continuing work I re-pasted the code back in that was missing the closing if.

Der.

thx a ton for pointing that out :)