Results 1 to 6 of 6

Thread: [RESOLVED] Web Page Design

  1. #1

    Thread Starter
    Hyperactive Member ARPRINCE's Avatar
    Join Date
    Mar 2003
    Location
    Pinoy in NJ
    Posts
    381

    [RESOLVED] Web Page Design

    How do I set up my pages so that it is always in the middle (for example: http://www.xbox.com)? When I copy the page source and run it, it's totally different.

    TIA
    Last edited by ARPRINCE; Nov 2nd, 2006 at 03:14 PM.

  2. #2
    Lively Member
    Join Date
    Oct 2006
    Location
    USA
    Posts
    122

    Re: Web Page Design

    if you wondering how you setup your webforms so that they are centered in the page. I would just use a table and center the table in the middle of the page and use the width attribute to determine how wide i wanted the page. let me know if you need an example

  3. #3

    Thread Starter
    Hyperactive Member ARPRINCE's Avatar
    Join Date
    Mar 2003
    Location
    Pinoy in NJ
    Posts
    381

    Re: Web Page Design

    Yes. A simple one (example) would be much appreciated. TIA

  4. #4
    Lively Member
    Join Date
    Oct 2006
    Location
    USA
    Posts
    122

    Re: Web Page Design

    Well it would be fairly easy. I would put a table in the html code and just center the table. This could be done by either using a css or just using html.

    See Below:


    <table align="center" valign="top" cellpadding="0" cellspacing="0" width="850">

    put content in here

    </table>

    That should give you a decent start.


  5. #5

    Thread Starter
    Hyperactive Member ARPRINCE's Avatar
    Join Date
    Mar 2003
    Location
    Pinoy in NJ
    Posts
    381

    Re: Web Page Design

    Thanks.

  6. #6
    Lively Member
    Join Date
    Oct 2006
    Location
    USA
    Posts
    122

    Re: Web Page Design

    yep
    let me know if you need anything else

    please mark resolved if this is the case

Posting Permissions

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



Click Here to Expand Forum to Full Width