Results 1 to 8 of 8
  1. #1
    Join Date
    Sep 2006
    Posts
    1,423
    Tokens
    12,000

    Latest Awards:

    Default Anybody coding for free?

    Read the title,
    if you are post here.
    *Text Removed*

    Signature edited by Agesilaus (Forum Super Moderator): Please do not have font above size 4 in your signature.

  2. #2
    Join Date
    Sep 2006
    Posts
    1,423
    Tokens
    12,000

    Latest Awards:

    Default

    I COULDN'T EDIT POST SO YEAH

    [img]http://www.****************/uploads/7c3de71774.png[/img] i need this coding.
    *Text Removed*

    Signature edited by Agesilaus (Forum Super Moderator): Please do not have font above size 4 in your signature.

  3. #3
    Join Date
    Sep 2006
    Location
    United Kingdom
    Posts
    667
    Tokens
    0

    Default

    Ill do it for free when i get home im currnetly on laptop at my step mums so i cant but i will tommorow

  4. #4
    Join Date
    May 2006
    Location
    Wakefield, West Yorkshire
    Posts
    1,118
    Tokens
    0

    Latest Awards:

    Default

    Btw he doesn't code he rips others ^^^

  5. #5
    Join Date
    Sep 2006
    Posts
    1,423
    Tokens
    12,000

    Latest Awards:

    Default

    Okay, so um does anybody?
    *Text Removed*

    Signature edited by Agesilaus (Forum Super Moderator): Please do not have font above size 4 in your signature.

  6. #6
    Join Date
    Feb 2005
    Posts
    599
    Tokens
    25

    Default

    all it is, is like 2 boxes?

  7. #7
    Join Date
    Sep 2006
    Location
    United Kingdom
    Posts
    667
    Tokens
    0

    Default

    Quote Originally Posted by dan♥ View Post
    Btw he doesn't code he rips others ^^^
    bobba off i am coding it the way she wants it but not in expandables

  8. #8
    Join Date
    Aug 2004
    Location
    bristol
    Posts
    3,799
    Tokens
    0

    Latest Awards:

    Default

    Changed it, slightly.
    HTML Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
    "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
    <html>
    <head>
      <meta http-equiv="content-type" content="charset=UTF-8" />
      <title>Alexx Turner Designs</title>
      <style type="text/css">
      <!--
        body {
          background-color: black;
          text-align: center;
        }
        #structure {
          background-color: SteelBlue;
          background-image: url('bg.jpg');
          background-repeat: no-repeat;
          margin: 40px auto 10px auto;
          width: 500px;
        }
        #main {
          background-color: LightBlue;
          margin-left: 150px;
          width: 350px;
          padding: 10px;
        }
        #navigation {
          text-align: left;
          background-color: Azure;
          width: 100%;
          margin-bottom: 10px;
          color: #999;
          font-weight: bold;
          font: 9px tahoma;
        }
        #navigation a {
          color: #999;
          font-weight: bold;
          text-decoration: none;
        }
        #content {
          background-color: Azure;
          width: 100%;
          height: 500px;
          font: 12px tahoma;
          text-align: left;
        }
        .padding {
          padding: 5px;
        }
      -->
      </style>
    </head>
    <body>
      <div id="structure">
        <div id="main">
          <div id="navigation">
            <div class="padding">
            <a href="#">HOME</a> | 
            <a href="#">ABOUT</a> | 
            <a href="#">PORTFOLIO</a> | 
            <a href="#">FOR SALE</a> | 
            <a href="#">CONTACT</a>
            </div>
          </div>
          <div id="content">
            <div class="padding">
              Here's some example content!
            </div>
          </div>
        </div>
      </div>
    </body>
    </html>
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	bg.jpg 
Views:	23 
Size:	10.1 KB 
ID:	17389  
    Last edited by nets; 14-11-2006 at 12:03 AM.
    kinda quit.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •