Removing horizontal line

designbysue

Joined: 2005-04-12
Posts: 81
Posted: Mon, 2008-06-23 15:34

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): http://www.blackbeltgoals.net/photos/albums.php
Gallery version: 1.5

How do I remove the horizontal line just above the footer on this gallery? Using no skin and just customizing the barebones application.

 
Tim_j
Tim_j's picture

Joined: 2002-08-15
Posts: 6818
Posted: Tue, 2008-06-24 09:54

Hi,

first i would really cleanup the HTML.

Jens
--
Last Gallery v1 Developer.
Tryout the TEST-Version of Gallery 1.6

 
designbysue

Joined: 2005-04-12
Posts: 81
Posted: Tue, 2008-06-24 10:04

OK - I realize you are trying to help but can you please be more specific.

Sue

 
Tim_j
Tim_j's picture

Joined: 2002-08-15
Posts: 6818
Posted: Tue, 2008-06-24 10:11

Hello Sue,

sure. Have a look at the resulting html-code in your browser.
You will see invalid HTML, such as duplicate <HTML>, empty <tables> or <body> before <html> etc.

If thats fixed, we can go on fixing the horizontal line.

Jens
--
Last Gallery v1 Developer.
Tryout the TEST-Version of Gallery 1.6

 
designbysue

Joined: 2005-04-12
Posts: 81
Posted: Tue, 2008-06-24 10:58

I removed the extra <html> but beyond that I don't have a clue. I would appreciate any help in getting this cleaned up but I can't see where to correct the code. Thanks anyway but if I have to have the html cleaned up for you to help on the horizontal line, perhaps there is someone else that can help.

Sue

 
Tim_j
Tim_j's picture

Joined: 2002-08-15
Posts: 6818
Posted: Tue, 2008-06-24 12:00

Hey Sue,

no worries, we (Gallery) are nice guys. :-)

Open albums.php, go down to the bottom.
Just a little above 'gallery.footer begin' you will see a echo '<hr width="100%">';.
Comment that with a //

Greetings,

Jens
--
Last Gallery v1 Developer.
Tryout the TEST-Version of Gallery 1.6

 
designbysue

Joined: 2005-04-12
Posts: 81
Posted: Tue, 2008-06-24 13:42

"no worries, we (Gallery) are nice guys. "

I've always said that! (unlike another forum I use for another product - the respondants are downright nasty!)

Thanks your response helps a lot (when I have time I will try to correct the other problems - This client is not giving me time to breath.

Sue

 
Tim_j
Tim_j's picture

Joined: 2002-08-15
Posts: 6818
Posted: Tue, 2008-06-24 13:53

:-)

The other things are minor. If you use Firefox, you could install the firebug addon. Very nice thing.

Jens
--
Last Gallery v1 Developer.
Tryout the TEST-Version of Gallery 1.6