forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Themes/Skins/Templates => Topic started by: srussian on July 02, 2005, 01:09:29 pm

Title: Table only shows in Firefox, can't get it to work
Post by: srussian on July 02, 2005, 01:09:29 pm
I've looked at the source code of http://www.clubguide.fi/coppermine/index.php dozens of times, then the theme.php, then the template.html. I cannot figure our why the top table is visible in Firefox but dissapears in other browsers.

If you check the website with Firefox and then another browser, you'll see what I'm saying. To make matters a bit more simple, I've attached the CLUBGUIDE theme to this post, please help me find a solution that's probably ridiculously simple.

Thank you in advance.
Title: Re: Table only shows in Firefox, can't get it to work
Post by: kegobeer on July 02, 2005, 02:50:25 pm
I'd start by using the WWW validator (http://validator.w3.org/check?uri=http%3A%2F%2Fwww.clubguide.fi%2Fcoppermine%2Findex.php) and correcting those errors.

Also use the WWW CSS validator (http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.clubguide.fi%2Fcoppermine%2Findex.php&usermedium=all) and correct those errors.

You have tags that are improperly nested (open a <p> inside of a table, but closing it after the table closes; <b> with no </b>, etc).  You need to review your template.html and theme.php files and properly nest all of your html.  If you don't know much HTML, there are a lot of resources available on the web to assist you in learning HTML.

This isn't a really hard task, just a time intensive task.