1 briand74 May 01, 2008 18:19
3 briand74 May 01, 2008 19:36
Yes, I see said the blind man! I think I can figure it out from here. I'll let you know when I get it fixed.
Thanks so much.
Brian
4 edb May 02, 2008 00:03
I love it when customization that includes removing the link-back messes up a blog.
5 briand74 May 02, 2008 02:12
I thought it might be the problem, but after I started to look at the files on the old server, I didn't see anything that was different. I tried anyway, to ensure there was only one body and one head tag, but no help.
I'm still looking, if anyone has any ideas, please let me know.
Brian[/code]
6 sam2kb May 02, 2008 02:27
Open and compare _main.php files from skins/WayneAlumB and skins/WayneAlum.
Bad code is in skins/WayneAlumB/_main.php
7 briand74 May 02, 2008 03:34
Thanks for the replies. It wasn't the _main.php, they are different due to the placement of each blog. But it got me to compare my old index.php with the current one.
The problem was a stray <h2> tag above the b_stub div, leftover when I added some temporary code before the blog was moved to the new server.
I should have paid more attention to the clues - changing the CSS had no effect on IE, and Opera had problems with that section.
The browsers these days seem to work similarly when presented with good html, but the results are more unpredictable when trying to handle bad html.
Thanks again.
You must delete this part from _main.php and find another way to include your own text in header.
Now you have 2 <head> and 2 <body> sections which make your page invalid.