Content not showing in some browsers

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
kac
Posts: 29
Joined: Tue 16. Mar 2004, 21:04

Content not showing in some browsers

Post by kac »

I'm having some problems trying to figure out why my site isn't showing up in some browsers.

Shows up in Mac: Camino, mozilla, netscape
Shows up in PC: FireFox and Netscape,

Doesn't show in Mac: Safari, IE, Omniweb, Opera
Doesn't show in PC: IE

I didn't put the version numbers to the browsers because for the most part they are the latest. And even though they aren't showing up, the source code is there... this would seem to indicate that it must be something in the structure and not in the content...

http://www.spreadtheword2008.com

any suggestions?

Thanks

Using Pphpwcms v. 1.3.3
User avatar
pico
Posts: 2595
Joined: Wed 28. Jul 2004, 18:04
Location: Frankfurt/M Germany
Contact:

Post by pico »

Hi

check your HTML Code in Template
something like this will confuse the Browser(s)

Code: Select all

 <td colspan="2"  align="left" class="insidehead" widt="width="760">
better

Code: Select all

<td colspan="2" align="left" class="insidehead" "width="760">
<nobr> ???

<table border=0 width=???valign=top....

and so on (90 Warnings)
Lieber Gott gib mir Geduld - ABER BEEIL DICH
Horst - find me at Musiker-Board
kac
Posts: 29
Joined: Tue 16. Mar 2004, 21:04

Thanks

Post by kac »

That may have been the problem, when I was fixing the tag that you mentioned, I saw an artifact/tag from FireWorks that I left in inadvertently and removed that too. In any case it seems to be fixed, at least in Safari. Can't thank you enough.

Ken
Post Reply