Topic: Why is is totally f**d up

Well this is my first post and I hope that I could contribute to this community, since I think is a great peace of script.

But after simple integration I realize that there is something here that is not as simple as other forum scripts.
I have only changed the main.tpl in a very small manner and I have no clue why it looks that bad, but for search.php and register.php it looks good?? Anyone?

Main site: here
Search: here
Register: here
Rest that look like crap: here

Also is looks well in IE but like shit in FireFox? Why is that? Nothing has been really changed that should give a big difference like this?

2 (edited by Paul 2005-10-06 03:15)

Re: Why is is totally f**d up

You have a number of problems.

1. Wrong Doctype. PunBB uses XHTML 1.0 Strict though it will probably work with the doctype you have.

2. You have a div directly inside a <tr>. You can't do that. The <div> has to go inside a <td>.

3. You have more than one <div id="punindex" class="pun">. Thats PunBB's wrapper and there should only be one on each page.

4. I think you may also have unclosed divs on the page.

You have problems 2 and 4 on your main site as well.

Re: Why is is totally f**d up

Well, stupid me. That was a stupid misstake. Well, good exaple that you should't work in the middle of the night!

Thanks Paul!