TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

March 28, 2024, 07:58:01 AM

Login with username, password and session length
Members
Stats
  • Total Posts: 195,104
  • Total Topics: 21,212
  • Online today: 143
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 0
  • Guests: 80
  • Total: 80

[Tip] Create a 404 Not Found Page

Started by bluedevil, April 13, 2010, 08:55:10 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

Mick


Ken.

I can't stop adding to it... go back in a day or so and it will likely be three pages long.  :o
" If everything seems under control, you're not going fast enough." - Mario Andretti
Yesterday When I was Young.

Mick

Quote from: Ken. on April 14, 2010, 01:21:58 AM
I can't stop adding to it... go back in a day or so and it will likely be three pages long.  :o

lol..... i hear ya.

btw,  check the div's,.... the footer looks broken,.

Ken.

Umm... not seeing the problem, here's my code:

<table cellspacing="1" cellpadding="1" border="0" align="" width="100%" summary="">
    <tbody>
        <tr>
            <td style="text-align: center;"><img src="http://www.ourfamilyforum.org/FamilyForum/MGalleryItem.php?id=7" alt="Page Not Found" /></td>
            <td style="text-align: center;">
<p style="text-align: left"> <br />
            <font size="3"><span style="color: rgb(255, 0, 0); font-weight: bold;">Wow you found our 404 Error Page!!! </span></font><br /><br />

I've been looking for this page ever since i first created it way back in the spring of 2010!  <img src="http://www.ourfamilyforum.org/FamilyForum/Smileys/default/08.gif" alt="Big Grin" /><br />

Sadly, even though you found this page, I seem to have also misplaced the page you were looking for.<br /><br />

You may have stumbled into this 404 "Not found" page on Our FamilyForum for a variety of reasons:<br />

    * A mistyped URL, or a copy-and-paste mistake<br />
    * Broken or truncated links on web pages or in an email message<br />
    * Moved or deleted content<br /><br />
You can click on one of the buttons at the top of this page, or...<br />
Try this link, it should take you to our Home page: <a href="http://www.ourfamilyforum.org/FamilyForum/index.php">www.ourfamilyforum.org</a></td>
        </tr>
    </tbody>
</table>
<script type="text/javascript">
  var GOOG_FIXURL_LANG = 'en';
  var GOOG_FIXURL_SITE = 'http://www.ourfamilyforum.org'
</script> <script type="text/javascript"
  src="http://linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js">
</script></td>
        </tr>
    </tbody>
</table>
" If everything seems under control, you're not going fast enough." - Mario Andretti
Yesterday When I was Young.

ZarPrime

Ken,

Well, you definitely have one too many closing td tags.  The second one from the bottom is probably the culprit ...

Try this link, it should take you to our Home page: <a href="http://www.ourfamilyforum.org/FamilyForum/index.php">www.ourfamilyforum.org</a></td>


ZP

Mick

Ken, the footer from the 404 page looks different than the forum or front page.

Ken.

Removing the td tag didn't seem to change anything.
" If everything seems under control, you're not going fast enough." - Mario Andretti
Yesterday When I was Young.

ZarPrime

Ken,

The actual code in the article works fine on my site ...
http://talesofthehavenexpanse.com/smf2test/index.php?page=15

I don't see anything like this on your site though.  I only see the header and the footer, nothing in between.

ZP

Mick

Quote from: ZarPrime on April 14, 2010, 03:26:41 AM
Ken,

The actual code in the article works fine on my site ...
http://talesofthehavenexpanse.com/smf2test/index.php?page=15

I don't see anything like this on your site though.  I only see the header and the footer, nothing in between.

ZP

It looks like it broke your footer too.

ZarPrime

Hmmm, yep, you're right, it sure do, don't it. :buck2: Definitely some bad code.  I'll take a look at it here a little later if you guys don't figure it out.

ZP