Website Babble Webmaster Forums  
  #1 (permalink)  
Old 02-18-2008, 06:00 PM
Junior Babbler
 
Join Date: Jan 2008
Posts: 15
Default Design Question?????

Ok here's the issue I'm having. I've created my own template using photoshop but I'm not sure how to create a layout to fit my template. Meaning i don't know how I can position the content boxes to match my design. My layout was inspired by whateverlife.com and mines is very similar to that one. So please take a look at her layout and it will give you an idea of what I'm trying to say. And take notice of how its basically a picture background with no visible borders but her advertisements and her content are placed to be inlined with the background. I'm so confused. and it fustrating me.If its possible could you create the layout of that website and post it because my photoshop template picture is in the same exact position but just a different design. THANX IN ADVANCE
Reply With Quote
  #2 (permalink)  
Old 02-18-2008, 06:25 PM
DotComBot's Avatar
Master Babbler
 
Join Date: Feb 2008
Location: Fort Collins, CO
Posts: 151
Default

Hey Allen,

How much do you know about CSS and which editor will you be using? (Dreamweaver, Frontpage, etc.)

Doing the layout is so much easier with css (which is what she used for her site) and has the advantage of not having to reload the images for every page visited. It is a matter of assigning certain criteria to an image or text field, etc. in your stylesheet and calling those from the html of your page.

Are you familiar with that at all? I can help, I'm just wondering where we're starting from.
__________________
Roger - "Bot"

DotComBot.com

I started with nothing and still have most of it...
Reply With Quote
  #3 (permalink)  
Old 02-18-2008, 07:10 PM
Junior Babbler
 
Join Date: Jan 2008
Posts: 15
Default

I have dreamweaver 8 but I'm not too familiar with css at all. Can you explain how css can effect the layout capabilities?
Reply With Quote
  #4 (permalink)  
Old 02-18-2008, 07:21 PM
lisa's Avatar
Administrator
 
Join Date: Apr 2007
Location: Dallas, TX
Posts: 3,435
Default

I agree CSS would be the way to go with this. I won't claim to know exactly how she accomplished it with CSS but I would suggest you read up on the basics of using CSS and HTML so you at least understand how they work together. Otherwise you'll be overwhelmed.

This is a great page...
http://www.w3.org/Style/Examples/011/firstcss

I just redesigned my flat-stomach-exercises.com site using nothing but CSS for the first time, and it's so nice because I can adjust the layout, colors, etc. by updating only one file.... my CSS file.

The HTML structure of my site basically looks as simple as this....

Code:
<html>
 <body>
<div id=”top”>  (My header)
<div id=”leftnav”>  (My left nav)
<div id=”sidebar”>  (My right nav)
<div id=”content”>  (My main content)
<div id=”footer”> (My footer)
</body>
</html>
And then I define how each section (top, leftnav, content, sidebar, etc.) is going to look by defining this in my CSS file (stylesheet). This is where you'll have to learn the basic CSS attributes and if you have Dreamweaver that's the best way to learn. That's how I learned.

That's the basics without getting too technical. But what's nice is if you want a left or right column then you just tell the stylesheet to float a certain section to the left rather than building messy tables, etc.
__________________
Don't put the cart before the horse.
Plan your website, then create it.
~~~~~~~~~~~~~~~~~~~~~~~~~

Recent Blog Posts...

Make Money as a YouTube Partner
Don't Discount Amazon's Affiliate Program
Finally! AdSense Ads for Feedburner!
Reply With Quote
  #5 (permalink)  
Old 02-18-2008, 08:25 PM
ppcFanatic's Avatar
Master Babbler
 
Join Date: Apr 2007
Posts: 165
Default

CSS is the only way to go. If you tried to do this in HTML you'd lose your mind. Like Lisa said, take some time to learn the basics of CSS. I would even get a book if I were you (I learn better that way but perhaps you can grasp it with all the online tutorials).

When you really understand how to use the different CSS attributes you'll never use tables again.

Cool avatar.
__________________
Severely Addicted to AdWords
Reply With Quote
Reply

Thread Tools
Display Modes

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 On
Pingbacks are On
Refbacks are On



All times are GMT -6. The time now is 10:42 AM.



WB Sponsors

Profit Lance Review

affiliate network

Work At Home Jobs

Expert PPC Coaching



 Subscribe to the Website Babble Feeds

2 Create a Website Homepage | 2 Create a Website Blog


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0