CSS Layout Problems with Wrapper.header and wrapper footer

gryffyn

Joined: 2004-04-27
Posts: 7
Posted: Fri, 2006-10-13 22:56

The following information is required to get an answer:
Get this information from the PHP diagnostic (in the configuration wizard).
Gallery URL (optional but very useful):
Gallery version:
Apache version:
PHP version (don't just say PHP 4, please):
Graphics Toolkit:
Operating system:
Web browser/version (if applicable):

Having problems getting the layout for my site to cooperate with the Gallery program. I have used the wrappers for another site, with a bit less complex CSS layout, with no problems. But it is being hateful on this one.

My Gallery can be viewed at http://www.borzoi.cc/gryffynsaeyrie/gallery/

I am using Gallery version 1.4.3; PHP Version 4.4.2; Using Imagemagick (is that Graphics Toolkit??); OS is Windows; Apache version?? - it says Apache 2.0 handler (hope that's what you are looking for)

It is not displaying correctly - I am not the most techie of people so the best way to see is to view the URL.

The stylesheet is located at http://www.borzoi.cc/gryffynsaeyrie/kindaplain.css

Thanks in advance!

Lynn

Login or register to post comments
Tim_j
Tim_j's picture

Joined: 2002-08-15
Posts: 6715
Posted: Fri, 2006-10-13 23:06

Hello,

First of all, this page uses BAD (x)HTML. I suggest you fix this and look if this was the problem.
You are mixing doctypes (very bad) and you are using double <html> and <body>.
Also Gallery 1.x is not ready for XHTML. e.g. the frames will not work.

Greetings,
Jens
--
Last Gallery v1 Developer and v1 translation manager.

Login or register to post comments
gryffyn

Joined: 2004-04-27
Posts: 7
Posted: Fri, 2006-10-13 23:13
Quote:
you are using double <html> and <body>

Now I'm more confused - they only appear in my wrapper.header file once

Quote:
You are mixing doctypes

???????

There's only one DOCTYPE statement - so this just confuses me further :(

I had help from someone on writing the stylesheet - so I am a bit clueless on the XHTML too

[sigh]

Login or register to post comments
gryffyn

Joined: 2004-04-27
Posts: 7
Posted: Fri, 2006-10-13 23:23

Well....I removed the middle border <div>s and this will have to do I guess. At least now the footer isn't being displayed in the middle anymore.

Was wondering if I somehow shared a <div> or class the same as one specified for Gallery - but couldn't find it.

Login or register to post comments