Results 1 to 9 of 9

Thread: Gotwoot's web site?

  1. #1
    Awesome user with default custom title itadakimasu's Avatar
    Join Date
    Feb 2007
    Location
    Ebay
    Age
    40
    Posts
    1,612

    Gotwoot's web site?

    Can somebody tell me how to set a website up like gotwoot..... in the since that you have background on either side and each page is a set width/height?

    how would i set a page to be displayed like that with the page centered and a background color/design on either side?

  2. #2
    FuzzMop
    Guest
    I know of a great resource for finding out how to do this. You can use this website - I use it frequently.

  3. #3
    Benevolent Dictator
    complich8's Avatar
    Join Date
    Jul 2003
    Location
    some terminal somewhere
    Age
    43
    Posts
    2,189
    Blog Entries
    1
    right click, view source?

    But seriously, the front page is wordpress using a fairly basic stylesheet. Googling for css tutorials would be a great start...

  4. #4
    ANBU Augury's Avatar
    Join Date
    Dec 2003
    Location
    California
    Age
    40
    Posts
    460
    Yeah, look up .css if you've never heard of it - I would recommend learning from http://www.w3schools.com/.

    If you're already familiar with css, basically you need to do 5 things for centering a div and 3 for a min-height:
    1. define the width of your "holder" or "wrapper" divider
    2. use text-align: center; in body
    3. set margin: 0px auto; in your holder div - these two steps will center your holder div
    4. set text-align: left; in your holder div - this puts your text and content back to the normal left alignment in your holder
    5. put a min-width on body (same as your width, i think) - this is for IE, which doesn't recognize one of the above steps, I forgot which.
    So, something like:
    body {
    text-align: center;
    min-width: 600px;
    }

    holder {
    width: 600px;
    margin: 0px auto;
    text-align: left;
    }

    For height, you can either set a definite height (which I wouldn't recommend in case of content overflow), or you can set a minimum height by doing something like:
    height: 400px;
    height: auto !important;
    min-height: 400px;

    Rather late, but oh well. Hope this helps.

  5. #5
    James314
    Guest
    It is a simple wordpress page. If you are getting into web design it is an invaluable tool... get it at wordpress.org. It is nice, free, and used by many professional sites like CNN and yahoo.

  6. #6
    Awesome user with default custom title itadakimasu's Avatar
    Join Date
    Feb 2007
    Location
    Ebay
    Age
    40
    Posts
    1,612
    We're starting to redo our website here at work and I was tasked with the first phase of the project which was to identify a template to use....

    well, i did. And it seems we're going to use it. We presented today to the owner and co-owner and they really liked it, the main page... which was a template but I completely re-did it and added pictures and text woot...


    anyhow, i made this thread trying to figure out the whole background thing. My partner on the project figured it out by putting an img into a style sheet that the site uses...

    it works! i want to do blue scanlines but i tried and it doesn't look as good as what my partner put up on the site, its blue fading to white... looks really good w\ our site.

  7. #7
    Family Friendly Mascot Buffalobiian's Avatar
    Join Date
    Sep 2006
    Location
    Amaburi
    Age
    34
    Posts
    18,672
    The title's appropriate, so I'm hijacking.

    Has this website been acting erratically lately (as in <24hrs), or is it my connection that's gone crappy?

    It's a bit better now, but a few (5-7?) hours ago, gw sites were usually stuck on "waiting for forum.gotwoot.net...." for up to a minute before it would load, according to Firefox's status bar.

    OS: Win XP sp2
    Browser: Firefox 3.5

    If it's not Isuzu-chan Mii~

  8. #8
    Vampiric Minion Kraco's Avatar
    Join Date
    Oct 2005
    Location
    :noitacoL
    Age
    45
    Posts
    17,879
    It has happened before. The servers hosting Gotwoot are also hosting something else (or otherwise used for something else), though I don't remember what, and apparently occasionally there are burden peaks from those other uses. Or maybe Complich was just doing some maintenance. Even that is known to happen.

  9. #9
    RIP SOUL'd OUT :( Marik's Avatar
    Join Date
    Jul 2008
    Location
    2,000 light years away
    Posts
    5,887
    Quote Originally Posted by Buffalobiian
    The title's appropriate, so I'm hijacking.

    Has this website been acting erratically lately (as in <24hrs), or is it my connection that's gone crappy?

    It's a bit better now, but a few (5-7?) hours ago, gw sites were usually stuck on "waiting for forum.gotwoot.net...." for up to a minute before it would load, according to Firefox's status bar.

    OS: Win XP sp2
    Browser: Firefox 3.5
    Yeah, this site has been loading slowly for me during the past 24 hours. It happened to me the other day as well.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •