Jump to content

Recommended Posts

Posted

The site is close to being a valid XHTML 1.1 but has some 5 errors (1 unclosed tag, 3 "/ >" and one odd attribute) that need to be fixed.

4b309a5d955e.png

Windows 7 Build 7068 x64

Posted

this is forum script (phpBB). nobody will fix these errors xD

and try to make a post with a lot of code, quote, youtube etc tags inside each other (add some lists and images too) - you will get a lot of errors.

try to switch forum skin - there will be another errors too.

its useless to fix that.

even google are not valid

Multi theft auto tools - replace cars and peds, move your map or compile your Lua files online!

programista php rzeszów

Need free webhosting for your small site? PM me. Need help with portforwarding? PM me. Do not PM me asking for help with scripting.

Having problems with port forwarding? Send me pm, I can do whole thing for you using TeamViewer (already helped about 20 people, no worries)!

  • 4 months later...
Posted

MTA Homepage & Wiki are missing "type=" tags in the

About the mantis, no DOCTYPE is defined..

That should be:

  
  
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
<html xmlns="http://www.w3.org/1999/xhtml"> 
  

  • 4 weeks later...
Posted

Why does the forum navbar have a link to "forum"? If a user wishes to return to the index, they can just click the "Board index" link at the top left underneath the banner.

"downloads" in the navbar leads to files.multitheftauto.com which redirs to the main site.

Have problems running MTA or are experiencing crashes? See this thread for help!

  • MTA Team
Posted
Why does the forum navbar have a link to "forum"? If a user wishes to return to the index, they can just click the "Board index" link at the top left underneath the banner.
I think someone just reused the code that was also on other pages in the past
"downloads" in the navbar leads to files.multitheftauto.com which redirs to the main site.
Well, we could rename it download ... At this moment the current download is available on the main page.
Posted

1. You are correct. That was leftover from the original site theme awhile back.

2. Why not just rename it download and link to the current mirror?

Posted

Well I would suggest a mirror system that actually picks a random mirror as the download location, then the link on the main page and the one here would randomly alternate. This would also prevent downtime caused by the download-hosting site if something should go wrong. From the downloader's point of view, all they would see is a standard link to the download from one of the random sites, a.k.a. the output of the code, which changes each time the page refreshes.

The only issue would be that releases would have to be updated on the mirrors as they are released, but then again the team could just update them a day prior to actual release and not change the mirror links to the new filename until all of them are ready. ;)

Posted (edited)

Personally it would be nice if ALL downloads, including the SA ones, were in the same directory as all the others to some degree...

As for downloads, you could do that if it were renamed to "Archive" since otherwise it conflicts with the download link on the main page. Also, it should be http://files.multitheftauto.com/ and not http://www.files.multitheftauto.com/ since the "www." part is redundant. I don't know why that was added in the first place...

Fixed!

Edited by Guest
  • 4 months later...
  • MTA Team
Posted

Sure you can.

The first 3 errors are part of a piece of javascript. Since JS isn't part of the XHTML standard that code simply should not be there. Move the javascript to it's own file and include that file back in the header of the page.

Error number 4 is related to a table and more specificly to a property that has to deal with layout. The layout of a page or it's elements should not be inside the body code but elements should be formatted within a stylesheet. Give the table a class and set the height in the css.

Posted

I told him how to do the last one already. Web code is not really his thing, so he figured he'd leave it to the pro's.

http://apptools.com/examples/tableheight.php

Scroll down to "Using Valid Code".

  • 3 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...