 |
Zugg MASTER

Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Wed Mar 02, 2005 6:55 am
More improvements to site |
Today I wrote a script that will let me put any HTML page on the site within a column with a navigation column on the left side.
This improves the consistency of navigation on the site and better integrates the old web pages with the new look/feel of the site.
While I was at it, I fixed a bunch of bad links on various pages. Especially old Download and Buy links that pointed to old pages.
Yet another small step towards improving the site. Let me know if you run into any dead links or other problems. |
|
|
 |
gth Beginner
Joined: 17 Oct 2003 Posts: 19 Location: Australia
|
Posted: Wed Mar 02, 2005 9:50 pm |
You may want to replace the 404 document with one that's a bit more Zugg-like. The one displayed clicking the link below is a tad plain:
http://www.zuggsoft.com/index
The apache 1.3.x directive to point 404 errors at a custom page is:
ErrorDocument 404 /not_found.php
By way of example (apologies for any inferred advertising):
http://www.shatteredkingdoms.org/zmud_rocks |
|
_________________ |
|
|
 |
nexela Wizard

Joined: 15 Jan 2002 Posts: 1644 Location: USA
|
|
|
 |
Zugg MASTER

Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Thu Mar 03, 2005 8:04 am |
Nexela, what browser are you using? I'm not seeing any problems in IE. Maybe you can post a small screen shot of what you mean by "overflow the table". I'm not seeing any overflowing text here, even when I resize my browser to make it smaller.
gth: Custom error messages are very low on my priority list right now. Lots of other more important stuff to fix first. |
|
|
 |
nexela Wizard

Joined: 15 Jan 2002 Posts: 1644 Location: USA
|
|
|
 |
Zugg MASTER

Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Thu Mar 03, 2005 6:09 pm |
That's really wierd. Must be some bad HTML somewhere on the page. I'll try to get time to run Firefox and see if I can track it down. IE tends to be very forgiving about bad HTML, and that can be really aggravating sometimes.
I can understand the problem with the Library page, since the HTML is being generated as a combination of a template and an existing page. But I have no idea on the Mantis page. Looks like, once again, the margin settings are messed up, but that should be added to the master CSS file now, so I don't know why Mantis isn't using it. Sigh. |
|
|
 |
nexela Wizard

Joined: 15 Jan 2002 Posts: 1644 Location: USA
|
Posted: Thu Mar 03, 2005 8:50 pm |
Its Prolly the underlined part right around here....
http://www.mtholyoke.edu/help/syntax/tablecheck.shtml
These are the next lines after the Header, all the tables in the header are closed
125: <a name="top"></a>
126: <table width="100%" cellspacing="0" cellpadding="10" border="0" align="center">
127: <tr>
128: <td class="bodyline">1<table width="100%" cellspacing="0" cellpadding="0" border="0">
130: </td>
- Warning: </td> without preceding <td>
131: </tr>
- </tr> without preceding <tr>
132: </table>
Empty table |
|
|
 |
|
|