Results 1 to 6 of 6

Thread: Page centering on screen

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Senior Member beelzebub's Avatar
    Join Date
    Aug 2004
    Location
    California
    Posts
    223
    Edit: oops I posted without reading the entire thread, by the way the ultimate solution here is to learn HTML and some javascript or other scripting language. Good Luck.
    Last edited by beelzebub; September 6th, 2006 at 15:30 PM.

  2. #2
    Junior Member Spoonman's Avatar
    Join Date
    Aug 2006
    Location
    Moscow
    Posts
    30
    Quote Originally Posted by beelzebub View Post
    Edit: oops I posted without reading the entire thread, by the way the ultimate solution here is to learn HTML and some javascript or other scripting language. Good Luck.
    That's a really good advice, no sarcasm intended

    Johkaz, you should try to look inside the pages you make with the "View Source" option in the browser. You know, make a page with almost no content and see how it's done inside. I, for example, sometimes see the source code for the sites so that I'd be able to reproduce (do not read "steal") some fancy things.

    And to stretch your webpage try to setting the width parameter in your main table to 100%. This is how it is done now in your page:

    <!-- REST OF BODY CONTENT BELOW HERE -->

    <table ALIGN="CENTER" WIDTH="984" cellpadding="0" cellspacing="0" background="background9_1.gif">
    Try changing that to:


    <!-- REST OF BODY CONTENT BELOW HERE -->

    <table ALIGN="CENTER" WIDTH="100%" cellpadding="0" cellspacing="0" background="background9_1.gif">
    Of course, you'll have to manually upload the index.html page to your FTP, but try it anyway. Reply here if something goes wrong. If you'll like what you get, you'll have to change this property in every page of the site.
    "Oh, sorry, I was taking life seriously!" - Bill Hicks

  3. #3
    Junior Member
    Join Date
    Sep 2002
    Location
    London
    Posts
    23
    Hi,

    I think i have foobarred it...
    I tried the line you said, and when i checked on my son's computer, i didn't like the large press buttons for the links to the pages.
    So, i went to change it back, but i had saved the changes i made, so i could upload it to the FTP server.
    I changed what i thought was the right "984" code, but now i no longer get the Index.html page centred when i Preview it.

    Gary

Posting Permissions

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