CSS height
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.