Results 1 to 2 of 2

Thread: Table Align Left

  1. #1
    Mike Carver Guest

    Table Align Left

    Any way to tell ASPdb to stop putting <CENTER> in the HTML. I want to place the ASPdb output inside a Table that is on the right side of the page and I want the ASPdb output to be ALIGN=&#34;LEFT&#34; in that table but the <CENTER> forces it to be Centered.

    <CENTER><TABLE CELLSPACING=5 >

    Thanks




  2. #2
    John Guest

    Table Align Left (reply)

    Hi Mike,

    What if you put <TABLE BORDER=0><TR><TD> in front of your ASP-db code, and
    </TD></TR></TABLE> at the end? That seems to work for me.

    Thanks,
    John



    ------------
    Mike Carver at 7/30/99 12:15:36 AM

    Any way to tell ASPdb to stop putting <CENTER> in the HTML. I want to place the ASPdb output inside a Table that is on the right side of the page and I want the ASPdb output to be ALIGN=&#34;LEFT&#34; in that table but the <CENTER> forces it to be Centered.

    <CENTER><TABLE CELLSPACING=5 >

    Thanks




Posting Permissions

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