Reply
i need to create a layout for my site
Old 04-19-2008, 11:12 PM i need to create a layout for my site
Extreme Talker

Posts: 159


this is my planed layout (im just having trouble coding it)

the background of the page is black.
the yellow box on my planed layout is my website banner.
the orange boxes are half of a rounded rectangle image (and both is the same colour)
the red box is the area im putting my navigation menu in.
and the blue box is where the content will be.

the red and blue boxes will be the same colour as the orange boxes to make the layout look nice.

can someone code this layout for me please.
simster is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
     
Old 04-20-2008, 01:31 AM Re: i need to create a layout for my site
wayfarer07's Avatar
Insomniac

Posts: 487
Name: Abel Mohler
Location: Asheville, North Carolina USA
I'll do it by the hour. Click on the link below to hire me.
__________________
Go FREELANCE <=====||=====> Hire Me
wayfarer07 is offline
Reply With Quote
View Public Profile
 
Old 04-20-2008, 02:32 AM Re: i need to create a layout for my site
Extreme Talker

Posts: 159
i cant use that site, sorry.
simster is offline
Reply With Quote
View Public Profile
 
Old 04-20-2008, 03:20 AM Re: i need to create a layout for my site
chrishirst's Avatar
Super Moderator

Posts: 11,504
Location: Blackpool. UK
what have you got so far?
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Indifference will be the downfall of mankind, but who cares?
Code Samples | People Counting System
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 04-20-2008, 04:06 AM Re: i need to create a layout for my site
Extreme Talker

Posts: 159
HTML Code:
<html>
<head>
<title>Simsters Space</title>
</head>
<body bgcolor="#00000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">

<img src="
<?php print $Header; ?>" width="800" height="300">
<table width="800" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td colspan="5"><img src="<?php print $One; ?>" width="800" height="76"></td>
  </tr>
  <tr>
    <td width="26" style=" background-color:<?php print $Black; ?>; ">&nbsp; </td>
    <td width="125" style=" background-color:<?php print $Colour; ?>; ">
<?php

  include('menu.php');

?>
 </td>
    <td width="25" style=" background-color:<?php print $Black; ?>; ">&nbsp; </td>
    <td width="600" style=" background-color:<?php print $Colour; ?>; "> 

 </td>
    <td width="24" style=" background-color:<?php print $Black; ?>; ">&nbsp; </td>
  </tr>
  <tr>
    <td colspan="5"><img src="<?php print $Two; ?>" width="800" height="76"></td>
  </tr>
</table>

</body>
</html>
simster is offline
Reply With Quote
View Public Profile
 
Old 04-20-2008, 08:53 PM Re: i need to create a layout for my site
Banned

Posts: 143
Name: Blake
Location: Cuyahoga falls,Ohio
This link is a Perfect 2 column liquid Layout. The Link is gonna help you Out alot
http://matthewjamestaylor.com/blog/p...-left-menu.htm


Last edited by blktallos : 04-20-2008 at 08:59 PM.
blktallos is offline
Reply With Quote
View Public Profile Visit blktallos's homepage!
 
Old 04-21-2008, 11:59 PM Re: i need to create a layout for my site
Extreme Talker

Posts: 159
can someone fix my code for my layout (the nav bar (sidebar) and the content (main) isnt correctly coded)

HTML Code:
<html>
<head>
<title>Untitled Document</title>
</head>
<style type="text/css">
body,
html {
    margin:0;
    padding:0;
    background:#000;
    color:#FFF;
    }
body {
    min-width:800px;
    }
#wrap {
    background:#000;
    margin:0 auto;
    width:800px;
    }
#header {
    background:#000;
    }
#nav {
    background:#000;
    }
#main {
    background:#000;
    float:right;
    width:500px;
    }
#sidebar {
    background:#000;
    float:left;
    width:150px;
    margin-left:25px;
    padding-left:5px;
    }
#footer {
    background:#000;
    clear:both;
    }
</style>
<body>
<div id="wrap">
    <div id="header"><img src="house.png"></div>
    <div id="nav"><img src="1.png"></div>
    <div id="main">the content</div>
    <div id="sidebar">the nav bar</div>
    <div id="footer"><img src="2.png"></div>
</div>
</body>
</html>
simster is offline
Reply With Quote
View Public Profile
 
Old 04-22-2008, 01:00 AM Re: i need to create a layout for my site
Extreme Talker

Posts: 159
i was using dreamweaver (i just need someone to fix the css for sideabr and main)

margin 25 on left for sidebar
margin 25 on right for main
and both to be side by side
simster is offline
Reply With Quote
View Public Profile
 
Old 04-22-2008, 03:11 PM Re: i need to create a layout for my site
Ako
Ako's Avatar
Average Talker

Posts: 22
Quote:
Originally Posted by simster View Post
i was using dreamweaver (i just need someone to fix the css for sideabr and main)

margin 25 on left for sidebar
margin 25 on right for main
and both to be side by side
Hi friend, why don't you just modify an existing free template. I ws using to do this when the task was too hard. Just seek for a temlate that have a similair layout and adapt it to your website needs.

I can suggest you to use this website to find free template: http://www.freewebsitetemplates.com . I think that this one may look at what you need: http://www.freewebsitetemplates.com/...hardwarestore/
__________________
Want some $$$, why not grab a resellable ebook, for free Here.
Ako is offline
Reply With Quote
View Public Profile
 
Old 04-24-2008, 12:46 PM Re: i need to create a layout for my site
Banned

Posts: 143
Name: Blake
Location: Cuyahoga falls,Ohio
i gave him a Pretty good link i hope he used it Just modify the code ??? off their template!!
blktallos is offline
Reply With Quote
View Public Profile Visit blktallos's homepage!
 
Old 04-24-2008, 12:53 PM Re: i need to create a layout for my site
Junior Talker

Posts: 4
You would go better off with modifying a free template. Ako provided you with great sites with resources. If you prefer coding your own, I'll see what I can do. Don't count on it thoug, I'm new into coding.
KamilKJHF is offline
Reply With Quote
View Public Profile
 
Old 05-02-2008, 10:01 AM Re: i need to create a layout for my site
nickohrn's Avatar
Weightlifting CS Student

Posts: 505
Name: Nick Ohrn
OP - First, I would recommend using CSS for this layout rather than the tables that you're looking at using. Second, I would listen to the other members that have replied. They have shown you some great tutorials on how to create a layout like that.

If you're concerned about equal height columns in CSS, then I recommend checking out the following links:

Here
Here
__________________
Plugin-Developer.com - Custom plugin development to fit your needs. Plugins available for WordPress and Drupal, among others.
nickohrn is offline
Reply With Quote
View Public Profile Visit nickohrn's homepage!
 
Reply     « Reply to i need to create a layout for my site
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.16090 seconds with 13 queries