My directory template is not loading for my site, I don't know why. It was tested on another directory and it works fine. http://www.infinitywebdirectory.com/ - sorry no live links yet If you go to "Latest links", the text fits in the box as you can see. If you go to "Top hits" though, you can see the text sticks out. There's no separate template file for the Top hits, so then you'd think the problem is in the phpLD. I tried reinstalling it, and I'm getting the same problem. What could the problem be? Thanks.
I would start by validating your site. http://validator.w3.org/check?uri=h...charset=(detect+automatically)&doctype=Inline Furthermore I would state that there has to be a difference in the two. Maybe you wrapped the words in one and not the other. Anyways it is put into tables which generally is not a good practice off the bat. However, I would view the source and see if there are differences.
What am I looking for differences in? There's not a different file for the latest links or top links. I'll take a look at the main.tpl and see if I can find something though.
Try this. Try and duplicate the page that works, cut the content out, and paste the content from the current page. See if it explodes it. If it does then cut the code from the working page and put it in. If it goes back to normal than something is up with the content.
It's not an HTML page though, it's PHP and they're just .tpl files. So there's not a latest.tpl or top.tpl, it's just all based off the same file.