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
Some layout suggestions required
Old 07-02-2009, 03:18 PM Some layout suggestions required
Average Talker

Posts: 15
Trades: 0
www.elitetradesmen.com

I've now got almost everything how i want on my site but i'm considering putting some sort of background image where the white is or should i just leave it the way it is.

Also thinking of putting a column either side to fill up the white space, in these columns i can then add adverts for various companies. Is this going to be easy to do and if it is how do i go about it. If anyone knows of any site laid out similar to what i've suggested a link would be appreciated.
speed1972 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 07-03-2009, 02:00 PM Re: Some layout suggestions required
Novice Talker

Posts: 7
Name: Amy Connor
Location: New York, New York
Trades: 0
You should put 3 divs in the same line. Left and rigth divs you can use for adverts. The center div will hold main content.

To get an idea try this code:

<style type="text/css">
#container { border: 1px solid #000; }
#left { background: #eee; width: 20%; float: left;text-align:center;}
#center { background: #ccc; width: 60%;float: left;text-align:center;}
#right { background: #eee; width: 20%; float: right;text-align:center;}
</style>
</head>
<body>
<div id="container">
<div id="left">
left column
</div>
<div id="center">
main content
</div>
<div id="right">
right column
</div>
</div>
__________________
"Those who deny freedom to others deserve it not for themselves"
"Look for
Please login or register to view this content. Registration is FREE
or
Please login or register to view this content. Registration is FREE
in divorce courts - hey, you never know."
amyconnor is offline
Reply With Quote
View Public Profile Visit amyconnor's homepage!
 
Reply     « Reply to Some layout suggestions required
 

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