Results 1 to 3 of 3

Thread: any way to center conveyor belt?

  1. #1
    Join Date
    Mar 2006
    Posts
    75
    Thanks
    17
    Thanked 0 Times in 0 Posts

    Default any way to center conveyor belt?

    hi - can anyone tell me how i can have the conveyor belt anchored on the center of the page, rather than on the left?

    thanks,

    Marsha

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Find this line in the script:

    Code:
    document.write('<table border="0" cellspacing="0" cellpadding="0"><td>')
    Add align="center":

    Code:
    document.write('<table align="center" border="0" cellspacing="0" cellpadding="0"><td>')
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Mar 2006
    Posts
    75
    Thanks
    17
    Thanked 0 Times in 0 Posts

    Default

    John,

    Thanks for the response - it worked just fine.

    Marsha
    Last edited by momonline; 03-30-2006 at 10:54 AM.

Bookmarks

Posting Permissions

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