Indenting info from database

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default Re: Indenting info from database

    You could use tables along with transparent GIFs to indent.

    --
    Manohar Kamath
    Editor, .netBooks
    [url]www.dotnetbooks.com[/url]


    "Dave" <dgrisset@sewanee.edu> wrote in message
    news:OFSa4sqWDHA.1384@TK2MSFTNGP10.phx.gbl...
    > Using Access 2K and ASP.
    > I'd like to have every other row of displayed information indented when it
    > appears on a web page; the info is being sent to an HTML table. I've tried
    > &nbsp; but this doesn't give the result I was hoping to attain. Can this
    be
    > done with ASP?
    >
    > Dave
    >
    >

    Manohar Kamath [MVP] Guest

  2. Similar Questions and Discussions

    1. How do I display the Alt info from a database
      Hi All, I am creating a web site that has a lot of images. I have a field in my database that is the Alt information how do I link the Alt field...
    2. Database info not loading?
      Hi everyone I have experienced a problem with a dynamic flash site (PHP, MySQL)which I am mystified over. The site is www.engelgraphicdesign.dk...
    3. store info in database.
      Hi! I have a delicatg problem.... I have made a registration form for adding my friends information in a database. The problem is that I want to...
    4. Retrieving info from database
      Thanks to a lot of excellent advice from this newsgroup I have managed to get a site working which is database driven. I would now like to know if...
    5. Passing database info to page allow user input then pass into another database
      Hi I really am going crazy! I'm using VBScript, ASP, and SQL My page reminds me of a shopping cart but looking at shopping cart examples has not...
  3. #2

    Default Re: Indenting info from database

    Perhaps if I MOD 2 = 0 then add the extra spaces (or something similar).

    Best regards,
    J. Paul Schmidt, Freelance ASP Web Developer
    [url]http://www.Bullschmidt.com[/url]
    ASP Design Tips, ASP Web Database Demo, Free ASP Bar Chart Tool...


    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    Bullschmidt Guest

  4. #3

    Default Re: Indenting info from database

    ....or use CSS...

    <span style="padding-left: 20px;"><%=objRS("Data")%></span>

    Cheers
    Ken


    "Manohar Kamath [MVP]" <mkamath@TAKETHISOUTkamath.com> wrote in message
    news:%232InKMtWDHA.1736@TK2MSFTNGP10.phx.gbl...
    : You could use tables along with transparent GIFs to indent.
    :
    : --
    : Manohar Kamath
    : Editor, .netBooks
    : [url]www.dotnetbooks.com[/url]
    :
    :
    : "Dave" <dgrisset@sewanee.edu> wrote in message
    : news:OFSa4sqWDHA.1384@TK2MSFTNGP10.phx.gbl...
    : > Using Access 2K and ASP.
    : > I'd like to have every other row of displayed information indented when
    it
    : > appears on a web page; the info is being sent to an HTML table. I've
    tried
    : > &nbsp; but this doesn't give the result I was hoping to attain. Can this
    : be
    : > done with ASP?
    : >
    : > Dave
    : >
    : >
    :
    :


    Ken Schaefer Guest

  5. #4

    Default Re: Indenting info from database

    Thanks for the tips, everyone. I think I've got this problem settled.

    Dave

    "Dave" <dgrisset@sewanee.edu> wrote in message
    news:OFSa4sqWDHA.1384@TK2MSFTNGP10.phx.gbl...
    > Using Access 2K and ASP.
    > I'd like to have every other row of displayed information indented when it
    > appears on a web page; the info is being sent to an HTML table. I've tried
    > &nbsp; but this doesn't give the result I was hoping to attain. Can this
    be
    > done with ASP?
    >
    > Dave
    >
    >

    Dave Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139