Journal #5940

Posted 14 years ago2009-07-10 13:51:40 UTC
Rimrook RimrookSince 2003
Remaking Maprookie. (lol Maprookie2) I'm looking at the source behind TWHL.

These to be exact:
http://twhl.co.za/style_single.css
http://twhl.co.za/jshax.js

However, I still can't find out what keeps TWHL centered on the page. What's the div tag property and value that will do that?

...Well for now I could just use a table to set it.

6 Comments

Commented 14 years ago2009-07-10 14:23:54 UTC Comment #41040
I have your site bookmarked for quite some time now and I like it as it is :(
Commented 14 years ago2009-07-10 14:43:28 UTC Comment #41041
@Rimrook: Check out this little tutorial on centering a div block, I think it could answer your question: http://www.thesitewizard.com/css/center-div-block.shtml
Commented 14 years ago2009-07-10 15:28:59 UTC Comment #41042
Hope all the links work this time! :)
Commented 14 years ago2009-07-10 16:31:06 UTC Comment #41039
#centered { margin: 0 auto; }
Commented 14 years ago2009-07-10 19:21:32 UTC Comment #41038
You want style_main.css ;)
Also, NO TABLES!
Commented 14 years ago2009-07-10 23:27:31 UTC Comment #41037
FINE! GEEZ!

You must log in to post a comment. You can login or register a new account.