PDA

View Full Version : [SOLVED] pages not consistent with css code


ikaika
3rd May 12, 07:28 PM
hey,
i have 2 pages connected to the same css style sheet and each one of them has a table. i've noticed that the table header for both pages are different in size but i don't know why or how to fix it.

http://the-inside-look.webs.com/easterpics.html
http://the-inside-look.webs.com/summerpics.html
http://the-inside-look.webs.com/styles.css

WARNING: Pictures on summer pics page may load slower since I'm still working on optimizing the images. I hope that doesn't effect getting help with this issue.

Thanks in advance.

chrishirst
3rd May 12, 08:52 PM
It's probably due to one being a H2 heading element and the other being a <th> table heading.

ikaika
3rd May 12, 08:57 PM
ok. thanks. i didn't realize that both didn't have h2. i'll check and see if that changes anything.

ikaika
3rd May 12, 09:02 PM
it worked, thanks.