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
Is my website centered properly?
Old 10-27-2007, 06:37 PM Is my website centered properly?
etmedia's Avatar
Junior Talker

Posts: 1
Name: ET
Trades: 0
Hi, just some other people to check out
my site and see if it is centered with other
browsers besides mine.

I also want to add a footer at the bottom..
it's done through the css?

http://amesalimo.com/etent/



The site isn't finished yet..
etmedia is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 10-27-2007, 07:19 PM Re: Is my website centered properly?
ADAM Web Design's Avatar
Canadastaninianite

Posts: 5,935
Name: Adam for web page design, not program
Location: Toronto, Ontario, Canada
Trades: 0
css/css.css <--- I love that! I've never seen that done before, but that's great! Anyone who couldn't figure out what that file is for is an idiot.

It's centered correctly in most browsers. You will need to do something for older versions of IE, though.
Code:
#main {
 width: 679px;
 margin-left:auto;
 margin-right:auto;
 text-align:  center;
 }
#main div {
  text-align:  left;
}
This will center the div in older versions of IE.

Also, you should be using IDs instead of classes in most cases. IDs are meant for elements you'll only use once (main, header, etc.) Classes are for elements you'll use multiple times (e.g. a.main-menu-link).
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
(my blog)


Please login or register to view this content. Registration is FREE
(with proof)
ADAM Web Design is offline
Reply With Quote
View Public Profile Visit ADAM Web Design's homepage!
 
Old 11-02-2007, 07:01 PM Re: Is my website centered properly?
super-shredders's Avatar
Experienced Talker

Posts: 31
Trades: 0
Centered on my browser (Firefox 2.0.0.6). Looks good on IE6 as well.
__________________

Please login or register to view this content. Registration is FREE
and
Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
super-shredders is offline
Reply With Quote
View Public Profile Visit super-shredders's homepage!
 
Old 11-05-2007, 05:41 PM Re: Is my website centered properly?
Average Talker

Posts: 21
Name: Eddie
Trades: 0
looks great on firefox 2.0.0.9
Contact me if you need a voiceover for anything.
p914 is offline
Reply With Quote
View Public Profile
 
Old 11-05-2007, 06:57 PM Re: Is my website centered properly?
bwh1's Avatar
Novice Talker

Posts: 3
Name: guido mueller
Trades: 0
Hy Adam
just a short question. Can your piece of code can be used at pages made in a wysiwyg HTML editor ?
Sorry, I'm no Pro at all and perhaps my question is silly. I made pages in Pagewizard and could not center themes and nobody could help me at the time.
Now I use SiteSpinner - great software, but I still have a lot pages up and running made with Pwizard.
Thanks for return
bwh1 is offline
Reply With Quote
View Public Profile Visit bwh1's homepage!
 
Reply     « Reply to Is my website centered properly?
 

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