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: How do I remove the horizontal line just above the footer on this gallery? Using no skin and just customizing the barebones application. |
|
Posts: 6818
Hi,
first i would really cleanup the HTML.
Jens
--
Last Gallery v1 Developer.
Tryout the TEST-Version of Gallery 1.6
Posts: 81
OK - I realize you are trying to help but can you please be more specific.
Sue
Posts: 6818
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
Posts: 81
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
Posts: 6818
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
Posts: 81
"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
Posts: 6818
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