Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
i need to create a layout for my site
Old 04-20-2008, 12:12 AM i need to create a layout for my site
Extreme Talker

Posts: 189
Trades: 0


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
 
 
Register now for full access!
Old 04-20-2008, 02:31 AM Re: i need to create a layout for my site
wayfarer07's Avatar
Poo on You

Latest Blog Post:
Introducing WowWindow
Posts: 3,985
Name: Abel Mohler
Location: Asheville, North Carolina USA
Trades: 0
I'll do it by the hour. Click on the link below to hire me.
__________________
Join me on
Please login or register to view this content. Registration is FREE
wayfarer07 is offline
Reply With Quote
View Public Profile Visit wayfarer07's homepage!
 
Old 04-20-2008, 03:32 AM Re: i need to create a layout for my site
Extreme Talker

Posts: 189
Trades: 0
i cant use that site, sorry.
simster is offline
Reply With Quote
View Public Profile
 
Old 04-20-2008, 04:20 AM Re: i need to create a layout for my site
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,517
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
what have you got so far?
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 04-20-2008, 05:06 AM Re: i need to create a layout for my site
Extreme Talker

Posts: 189
Trades: 0
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, 09:53 PM Re: i need to create a layout for my site
Banned

Posts: 143
Name: Blake
Location: Cuyahoga falls,Ohio
Trades: -2
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 09:59 PM..
blktallos is offline
Reply With Quote
View Public Profile Visit blktallos's homepage!
 
Old 04-22-2008, 12:59 AM Re: i need to create a layout for my site
Extreme Talker

Posts: 189
Trades: 0
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, 02:00 AM Re: i need to create a layout for my site
Extreme Talker

Posts: 189
Trades: 0
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, 04:11 PM Re: i need to create a layout for my site
Ako
Ako's Avatar
Average Talker

Posts: 22
Trades: 0
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
Please login or register to view this content. Registration is FREE
.
Ako is offline
Reply With Quote
View Public Profile
 
Old 04-24-2008, 01:46 PM Re: i need to create a layout for my site
Banned

Posts: 143
Name: Blake
Location: Cuyahoga falls,Ohio
Trades: -2
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, 01:53 PM Re: i need to create a layout for my site
Junior Talker

Posts: 4
Trades: 0
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, 11:01 AM Re: i need to create a layout for my site
Plugin-Developer's Avatar
Weightlifting CS Student

Posts: 504
Name: Nick Ohrn
Trades: 0
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
__________________

Please login or register to view this content. Registration is FREE
- Custom plugin development to fit your needs. Plugins available for WordPress and Drupal, among others.
Plugin-Developer is offline
Reply With Quote
View Public Profile Visit Plugin-Developer's homepage!
 
Reply     « Reply to i need to create a layout for my site
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

BB 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.44726 seconds with 12 queries