HTML/CSS Services

Results 1 to 13 of 13
  1. #1
    Account Upgraded | Title Enabled! ForceGFX is offline
    MemberRank
    Jan 2012 Join Date
    The NetherlandsLocation
    412Posts

    HTML/CSS Services

    Hello Guys, im bored so send me your website and i code it in HTML/CSS. Im not doing PHP because im not that good in PHP yet.

    MSN Contact: ForceDefender@hotmail.com

    Or send me you website PSD to my private messages.
    It is without copyright or something, just 100% for free !!


  2. #2

  3. #3
    Account Upgraded | Title Enabled! ForceGFX is offline
    MemberRank
    Jan 2012 Join Date
    The NetherlandsLocation
    412Posts

    Re: HTML/CSS Services

    Sup with that

  4. #4
    Hi, I'm Omar! Vusion is offline
    MemberRank
    Jan 2011 Join Date
    HereLocation
    1,658Posts

    Re: HTML/CSS Services

    Please, be more detailed. If I were you, I would have at least showed any of my work and mentioned if it supported cross browsers.

  5. #5
    Account Upgraded | Title Enabled! ForceGFX is offline
    MemberRank
    Jan 2012 Join Date
    The NetherlandsLocation
    412Posts

    Re: HTML/CSS Services

    Quote Originally Posted by Vusion View Post
    Please, be more detailed. If I were you, I would have at least showed any of my work and mentioned if it supported cross browsers.
    Oh damn, i lost like all my works of reinstalling my windows device.
    Lets show some codes then and skills.

    What i can do:
    HTML
    CSS

    Our project coding a simple website:

    Code:
    Code in Index.html/Index.php
    <html>
    <head>
    <title>Simple website for Vusion</title>
    <link rel="stylesheet" type="text/css" href="style.css">
    </head>
    <body>
    <div id="header">
    <div id="navigation">
    <div id="page">
    <div id="copyrights">
    </body>
    Code:
    Code in CSS
    body {
    background: url(images/background.jpg);
    }
    
    #header {
    background: url(images/header.jpg);
    height: 300px;
    width: 900px;
    position: relative;
    top: 0px;
    left: 300px;
    }
    
    #navigation {
    background: url(images/navigation.jpg);
    height: 100px;
    width: 900px;
    position:relative;
    top: 100px;
    left: 0px;
    }
    
    #page {
    Rofl too bored, just trust me

  6. #6
    Hi, I'm Omar! Vusion is offline
    MemberRank
    Jan 2011 Join Date
    HereLocation
    1,658Posts

    Re: HTML/CSS Services

    Quote Originally Posted by ForceGFX View Post
    Oh damn, i lost like all my works of reinstalling my windows device.
    Lets show some codes then and skills.

    What i can do:
    HTML
    CSS

    Our project coding a simple website:

    Code:
    Code in Index.html/Index.php
    <html>
    <head>
    <title>Simple website for Vusion</title>
    <link rel="stylesheet" type="text/css" href="style.css">
    </head>
    <body>
    <div id="header">
    <div id="navigation">
    <div id="page">
    <div id="copyrights">
    </body>
    Code:
    Code in CSS
    body {
    background: url(images/background.jpg);
    }
    
    #header {
    background: url(images/header.jpg);
    height: 300px;
    width: 900px;
    position: relative;
    top: 0px;
    left: 300px;
    }
    
    #navigation {
    background: url(images/navigation.jpg);
    height: 100px;
    width: 900px;
    position:relative;
    top: 100px;
    left: 0px;
    }
    
    #page {
    Rofl too bored, just trust me
    Invalid HTML.

  7. #7
    Account Upgraded | Title Enabled! ForceGFX is offline
    MemberRank
    Jan 2012 Join Date
    The NetherlandsLocation
    412Posts

    Re: HTML/CSS Services

    <html>
    <head>
    <title>Simple website for Vusion</title>
    <link rel="stylesheet" type="text/css" href="style.css">
    </head>
    <body>
    <div id="header"> </div>
    <div id="navigation"> </div>
    <div id="page"> </div>
    <div id="copyrights"> </div>
    </body>
    </html>
    Last edited by ForceGFX; 05-01-12 at 08:37 PM.

  8. #8
    Hi, I'm Omar! Vusion is offline
    MemberRank
    Jan 2011 Join Date
    HereLocation
    1,658Posts

    Re: HTML/CSS Services

    Quote Originally Posted by ForceGFX View Post
    <html>
    <head>
    <title>Simple website for Vusion</title>
    <link rel="stylesheet" type="text/css" href="style.css">
    </head>
    <body>
    <div id="header">
    <div id="navigation">
    <div id="page">
    <div id="copyrights">
    </body>
    </html>
    I repeat, invalid HTML.

  9. #9
    Account Upgraded | Title Enabled! ForceGFX is offline
    MemberRank
    Jan 2012 Join Date
    The NetherlandsLocation
    412Posts

    Re: HTML/CSS Services

    Quote Originally Posted by Vusion View Post
    I repeat, invalid HTML.
    Whats wrong Sir? i am doing my work in CSS not in HTML

  10. #10
    Pee Aitch Pee Dave is offline
    MemberRank
    Mar 2011 Join Date
    The NetherlandsLocation
    722Posts

    Re: HTML/CSS Services

    Not XHTML, not closing the div's, no doctype, etc.

  11. #11
    Hi, I'm Omar! Vusion is offline
    MemberRank
    Jan 2011 Join Date
    HereLocation
    1,658Posts

    Re: HTML/CSS Services

    Quote Originally Posted by ForceGFX View Post
    Whats wrong Sir? i am doing my work in CSS not in HTML
    CSS has no existence if HTML didn't.


    You forgot to close the <div> tags. <div> needs </div> it's not like any random <input crap /> or an <img blabla />.

    That's what's wrong.

  12. #12
    Account Upgraded | Title Enabled! ForceGFX is offline
    MemberRank
    Jan 2012 Join Date
    The NetherlandsLocation
    412Posts

    Re: HTML/CSS Services

    Ohh yes, wait sorry Fixed.

  13. #13
    hey Irahnik is offline
    MemberRank
    Mar 2010 Join Date
    127.0.0.1Location
    1,680Posts

    Re: HTML/CSS Services

    ...you shouldn't have posted this thread, you're ridiculing yourself



Advertisement