Unwanted Space in My Menu

extravaganza

Joined: 2006-02-22
Posts: 4
Posted: Tue, 2007-03-20 00:21

I posted on this a few days ago but maybe I chose the wrong forum.
I have inserted a menu into my sidebar (and created a menu.tpl file for it.) The problem is it is adding space below each image. I have viewed with CSS shut off and the space is still there so it is not a CSS issue. Any idea what is going on?

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):

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Tue, 2007-03-20 02:44

I have found 2 tools that are invaluable the firefox browser and the web development tool that allows you to Make live edits to the CSS of a web page..
Once you have them both installed....
select edit css and under the 'information' dropdown check display ID & class details.
Edit your CSS and you will see the results. Once you have this the way you want, upload your edited css to the server.

Version? This is a G1 forum.
URL?

Dave_____________________________________________
Blog & G2 || floridave - Gallery Team

 
extravaganza

Joined: 2006-02-22
Posts: 4
Posted: Tue, 2007-03-20 03:40

I posted in the wrong place again. This is version 2. Thanks for the suggestions - The space that is being added isn't from CSS though - I turn off CSS styles in Firefox and it is still there.
http://www.sdplanning.org/gallery2/main.php

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Tue, 2007-03-20 04:14

your theme has:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

and I bet you would make it:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

It would work.

See how important URLs are?

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
extravaganza

Joined: 2006-02-22
Posts: 4
Posted: Tue, 2007-03-20 05:10

Oh yes, sorry for leaving out the URL - I thought I included it but obviously I didn't. Yes, that was it. Thanks!