CSS height

Out of context: Reply #12

  • Started
  • Last post
  • 15 Responses
  • acescence0

    a couple things- "onLoad" should be "onload", no cap L. xhtml is all lower-case tags and attributes. also, the script that function references is a 404, so that solves that mystery.

    you also have a bunch of IDs that are duplicated throughout, which is a no-no. IDs can be used once, make it a class to re-use it.

    you also seem to be missing some closing div tags, and the form on the page opens inside a p tag, but then closes outside of it.

    • wow. thanks for all of this! duh on a few of them, oops. unfortunately, this still doesn't fix my column heightleftwave
    • well if you fix that script tag to point to the script your js solution might work, no?acescence

View thread