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):
Posts: 27300
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
Posts: 4
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
Posts: 27300
your theme has:
and I bet you would make it:
It would work.
See how important URLs are?
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 4
Oh yes, sorry for leaving out the URL - I thought I included it but obviously I didn't. Yes, that was it. Thanks!