Page 3 of 3 FirstFirst 123
Results 21 to 25 of 25
  1. #21
    Join Date
    Nov 2005
    Location
    Australia
    Posts
    1,086
    Tokens
    111

    Latest Awards:

    Default

    I'm a dude, and thank you
    I used to not know how to code cough yesturday cough and now I know but I remember how hard it was to find somebody to code for free.

    Just providing a free service to people who need it :eusa_danc


  2. #22
    Join Date
    Dec 2005
    Location
    England | Brighton
    Posts
    1,378
    Tokens
    0

    Latest Awards:

    Default

    Hey

    Good luck, soon you will be on w3 schools getting the little boxes saying 'Valid Xhtml' or 'Valid CSS'

    - Adam

  3. #23
    Join Date
    May 2005
    Location
    /etc/passwd
    Posts
    19,110
    Tokens
    1,139

    Latest Awards:

    Default

    I do my coding using DIVs and CSS:

    My CSS Code:
    Code:
    /* CSS Document */
    
    body {
    	background-color: #99CCFF;
    }
    
    #container {
    	background-repeat: no-repeat;
    	width: 1024px;
    	height: 768px;
    	left: 0px;
    	top: 0px;
    	padding: 0px;
    	margin-top: 0px;
    	margin-right: 10px;
    	margin-bottom: 10px;
    	margin-left: 0px;
    	position: absolute;
    }
    
    #Banner {
    background-image: url(images/banner.gif);
    background-repeat: no-repeat;
    width: 1024px;
    height: 192px;
    }
    
    #Navigation {
    background-image: url(images/naviga.gif);
    background-repeat: no-repeat;
    width: 219px;
    height: 407px;
    }
    
    #SiteStats {
    background-image: url(images/sitestats.gif);
    background-repeat: no-repeat;
    width: 219px;
    height: 169px;
    }
    
    #Content {
    	background-image: url(images/content.gif);
    	background-repeat: no-repeat;
    	width: 773px;
    	height: 567px;
    	position: absolute;
    	left: 219px;
    	top: 192px;
    }
    
    #Side {
    	background-image: url(images/sides.gif);
    	background-repeat: no-repeat;
    	width: 32px;
    	height: 576px;
    	position: absolute;
    	left: 992px;
    	top: 192px;
    }
    
    #Bottom {
    	background-image: url(images/bottom.gif);
    	background-repeat: no-repeat;
    	width: 773px;
    	height: 9px;
    	position: absolute;
    	left: 219px;
    	top: 759px;
    }
    
    #Copyright {
    	position: absolute;
    	left: 183px;
    	top: 585px;
    	width: 359px;
    }
    #Content_actuall {
    	height: 403px;
    	width: 731px;
    	position: absolute;
    	top: 13px;
    	left: 11px;
    }
    My HTML:
    HTML Code:
    <!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">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Untitled Document</title>
    
    <link rel="stylesheet" href="css/css.css" media="screen" />
    
    <style type="text/css">
    <!--
    #Layer1 {
    	position:absolute;
    	width:162px;
    	height:47px;
    	z-index:1;
    	left: 93px;
    	top: 500px;
    }
    #Layer2 {
    	position:absolute;
    	width:477px;
    	height:16px;
    	z-index:2;
    	left: 266px;
    	top: 531px;
    }
    -->
    </style>
    </head>
    
    <body>
    
    
    <div id="container">
    
    <div id="Banner"></div>
    <div id="Navigation"></div>
    <div id="SiteStats"></div>
    <div id="Content">
      <div id="Layer1">
      
        <div align="center">
          <p>
            <!-- Start Media Player -->
            
            <object id="MediaPlayer" type="application/x-oleobject" height="45" standby="Please wait while we start the radio!" width="163" classid="CLSID:6BF52A52-394A-11D3-B153-00C04F79FAA6">
              
              <param value="http://IPADDRESS:PORT HERE WHEN SERVER IS READY" name="URL">
              <param value="1" name="rate">
              <param value="0" name="balance">
              <param value="0" name="currentPosition">
              <param value="" name="defaultFrame">
              <param value="1" name="playCount">
              <param value="-1" name="autoStart">
              <param value="0" name="currentMarker">
              <param value="-1" name="invokeURLs">
              <param value="" name="baseURL">
              <param value="100" name="volume">
              <param value="0" name="mute">
              <param value="mini" name="uiMode">
              <param value="0" name="stretchToFit">
              <param value="0" name="windowlessVideo">
              <param value="-1" name="enabled">
              <param value="-1" name="enableContextMenu">
              <param value="0" name="fullScreen">
              <param value="" name="SAMIStyle">
              <param value="" name="SAMILang">
              <param value="" name="SAMIFilename">
              <param value="" name="captioningID">
              <param value="0" name="enableErrorDialogs">
              <param value="3995" name="_cx">
              <param value="1164" name="_cy">
            </object></p>
          </div>
      </div>
      <div id="Copyright">&copy; Copyright 2005 Hab-Touch. Produced By :.:Numark:.: </div>
      <div id="Content_actuall">ACTUAL CONTENT GOES IN HERE </div>
    </div>
    <div id="Side"></div>
    <div id="Bottom"></div>
    </div>
    
    
    </body>
    </html>
    I think I am doing it properley but if im not, I dont care I like doing it this way
    Quote Originally Posted by Chippiewill View Post
    e-rebel forum moderator
    :8

  4. #24
    Join Date
    Nov 2005
    Location
    Australia
    Posts
    1,086
    Tokens
    111

    Latest Awards:

    Default

    still taking slicing and coding requests for free.
    PM me with the layout.

    Thanks,
    Rob.


  5. #25
    Join Date
    Apr 2006
    Location
    Cov</3, England<3
    Posts
    240
    Tokens
    0

    Default

    i asked add to code and slice one of mine, i might start a topic like this, i suck at coding and need some experience.

    Your a dude? ewww, dude means camels foreskin

Page 3 of 3 FirstFirst 123

Posting Permissions

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