[Tool/Web/Other] SA-MP web template v1
#3

I'm actually quite impressed that the navigation is actually a proper list styled with CSS. I half expected some crappy Photoshoped images. I'm horrible at lay-outing and designing, so I'll just give you some tips on the technical aspects.

Include the doctype and the charset and specify a language. Furthermore, while loading Javascript in the head tag is not wrong per se, it is often advised to load any Javascript just before </body> to speed up loading. Outline should look like:
HTML Code:
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="utf-8">
    </head>
    <body>
        <!-- body code goes here -->
        <script src = "JS/jquery.js"></script>
    </body>
</html>
By the way, linear-gradient is supported in all major modern browsers, so you can get rid of the prefixes (-moz, -webkit, etc).
Reply


Messages In This Thread
SA-MP web template v1 - by FplayerGR - 30.05.2015, 15:12
Re: SA-MP web template v1 - by LazyB0y - 05.06.2015, 11:47
Re: SA-MP web template v1 - by Vince - 05.06.2015, 12:50
Re: SA-MP web template v1 - by FplayerGR - 06.06.2015, 11:34
Re: SA-MP web template v1 - by CharCoast - 07.06.2015, 23:39
Re: SA-MP web template v1 - by FplayerGR - 08.06.2015, 16:26
Re: SA-MP web template v1 - by Michael B - 10.06.2015, 12:07
Re : SA-MP web template v1 - by thegomagot - 11.06.2015, 13:28
Re: SA-MP web template v1 - by Dangjai - 11.06.2015, 14:10
Re: Re : SA-MP web template v1 - by FplayerGR - 12.06.2015, 08:16

Forum Jump:


Users browsing this thread: 2 Guest(s)