Announcement

Collapse
No announcement yet.

Login page misbehaving

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Your 2 blockifs run on different page types. One is on 'Login' and the other is on 'login'. Might not solve anything, but wants to be the same i would say.

    It all seems a bit arse upwards to me also i must say. You basically check to see if it is the login page, if so then put this logo in place. You then ask if it isn't the login page, then put the same logo in anyway.

    Why is the logo involved in a blockif, it is a constant on the page, not a variable.

    Plus the image tag is included twice in the NOTINB2B code.

    The code you provided has 3 instances of:

    <img src="daisydaze_header.gif" width="762" height="125" border="0">

    All of which do the same.

    Comment


      #17
      Originally posted by leehack
      One is on 'Login' and the other is on 'login'.
      That would be my fault.
      "Opportunities multiply as they are seized." - Sun Tzu

      Comment

      Working...
      X