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.

CSS Forum


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



Reply
css alignment help. read sticky still confused
Old 03-08-2009, 01:46 PM css alignment help. read sticky still confused
Experienced Talker

Posts: 42
Trades: 0
Just wondering if someone can help with css alignment. Read sticky and still a bit confused. wondering if someone can look at site and css see where to add code

}
#container {
margin:0 auto;
width:860px;
bottom:0;
}

www.ralphmichel.com

style.css
thedude-tpm is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 03-08-2009, 06:40 PM Re: css alignment help. read sticky still confused
stevej's Avatar
Professional Multitasker

Posts: 996
Location: Not positive
Trades: 0
Well, if you want to use CSS in a website, then first you're gonna have to figure out how CSS works. But first, lose your tables. They're outdated for website layout, and you can achieve something much better using CSS divs. But back to your question, putting the code
Code:
#container {
margin:0 auto;
width:860px;
bottom:0;
}
Ain't gonna help you one bit. Because all CSS does is style HTML elements. So for that to work, you are going to have to put
HTML Code:
<div id="container"></div>
around the elements that you want to have the style applied to. Here's a helpful link if you want to know some more about CSS:
http://www.w3schools.com/css/

- Steve
__________________
if($stevej == "helpful") { $talkupation += $user_power; }
stevej is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to css alignment help. read sticky still confused
 

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