Topic: How would I use CSS to create a layout, and not just a theme? (Read 930 times)
Guest
« on: Jul 26, 2007, 07:44:53 AM »
Hi all,
A question here from the CSS newb that I am. How do I use CSS to create a layout, and not just the theme? I want to create a tableless site, as it is better than one that uses tables.
Thanks, WhiteEagle (Nathan P.)
Global Moderator Community Supporter?
Jedai Sword Master
Gender:
Posts: 6280
38506 credits Members referred : 374
and my opinion is download a simple layout from any template website (oswd.org, freecsstemplates.org ...) and start playing with it (whenever you get stuck on a particular CSS term consult your great friend google)
I want to create a tableless site design using CSS. How would I go about starting such a task? I already know how to use it to set colors for various items (links, text, background, etc.), but know I want to know to use it for the design part as well.
HTH! Nathan P.
Global Moderator Community Supporter?
Jedai Sword Master
Gender:
Posts: 6280
38506 credits Members referred : 374
I want to create a tableless site design using CSS. How would I go about starting such a task? I already know how to use it to set colors for various items (links, text, background, etc.), but know I want to know to use it for the design part as well.
Community Supporter?
I am a fanatic. So?
Gender:
Posts: 500
4934 credits Members referred : 0
www.demonhale.com
« Reply #11 on: Jul 28, 2007, 12:48:44 PM »
You can start making it on your own Nate, then if you encounter parts you need to understand more of, you can ask it here so everybody can help out... As one signature says, "Trial and Error are my two best teachers"... Good luck on learning to Theme!
Where are my glasses?
Gender:
Posts: 22
148 credits Members referred : 0
« Reply #12 on: Oct 11, 2007, 10:16:57 AM »
Your best bet is to use the CSS float and width properties, then apply them on div tags, so, for a section that would stay at the left, use <div class="leftbox"></div> then in css put #leftbox { float: left;}
Easy!
Guest
« Reply #13 on: Oct 12, 2007, 10:08:44 PM »
Thanks jemgames! Might use that, if I ever decide to code a website...
Trackback URI for this entry : http://www.webdigity.com/trackback.php?topic=6947