PDA

View Full Version : Html Page Doesn't show up?



The_Twin
January 17th, 2007, 03:11 PM
Hello!
I am currently making a website for my band (www.birdsofyore.com (http://www.birdsofyore.com/)) and I have run into an issue. In firefox everything works great, In IE everything works great EXCEPT for the shows (http://www.birdsofyore.com/shows.html) link. If you right click and view source you can see the code is there, but nothing shows up. Why? Anyone know? Please help. Thanks.

simplistik
January 17th, 2007, 04:34 PM
well for one...

your second table is enclosed in

<dl id="individual" style="display: none;">
which is definately why it's not showing up.

but on another note... you can't put a table in a list.

The_Twin
January 17th, 2007, 07:01 PM
Perfect! Thank you, I honestly don't know anything about dl's just took the code from one of my classes, I took it out and did it the old fashion way.