View Full Version : Anybody coding for free?
:alexxTURNER
10-11-2006, 07:08 PM
Read the title,
if you are post here.
:alexxTURNER
10-11-2006, 07:30 PM
I COULDN'T EDIT POST SO YEAH
http://www.****************/uploads/7c3de71774.png (http://www.****************) i need this coding.
Panther
10-11-2006, 08:09 PM
Ill do it for free when i get home :D im currnetly on laptop at my step mums so i cant but i will tommorow
Btw he doesn't code he rips others ^^^
:alexxTURNER
11-11-2006, 11:18 PM
Okay, so um does anybody?
RareWolf
13-11-2006, 08:00 PM
all it is, is like 2 boxes?
Panther
13-11-2006, 08:49 PM
Btw he doesn't code he rips others ^^^
bobba off i am coding it the way she wants it but not in expandables
Changed it, slightly.
<!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>
Want to hide these adverts? Register an account for free!
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.