[Zope] IE v. Firefox for viewing Zope sites
John Poltorak
jp at warpix.org
Thu Jun 16 17:33:06 EDT 2005
On Thu, Jun 16, 2005 at 08:30:15PM +0200, Andreas Jung wrote:
>
>
> --On 16. Juni 2005 19:15:58 +0100 John Poltorak <jp at warpix.org> wrote:
>
> >
> > I've just put together a simple Zope website, but whilst it renders
> > properly under Firefox, it looks dreadful using IE.
> >
> > Can anyone explain why? Could it be the CSS?
>
> It could be your IE? It could be your HTML? It could be your CSS?
I was advised to change
<base href="/" />
to
<base href="http://www.mysite.org/" />
and that seemed to sort out most of the problems.
Do I really need to hard code the site name like this, or is there some
variable I can use?
> -aj
--
John
More information about the Zope
mailing list